|
Posted by Jerry Stuckle on 01/21/08 23:00
warth33@hotmail.com wrote:
>> So your hello.exe isn't terminating. I guess you need to find out why
>> next. PHPwon't continue until the exe finishes, of course.
>>
> yes, hello wolrd is not terminating. Well, hehe, why?
> The custommized php error log doesnt show anything, and its quite
> normal if it doesnt, yes.
> The customized c# error log doesnt catch, execute until the end, and
> doesnt report any error in the log.
> The apache error log DOES NOT show anything wrong.
> The windows event log DOESN NOT log error inprogram execution, sigh
>
> The only thing I can work with right now, is the memory leak, if there
> is a memory leak. I guess I have to ask in an apache group. But, I try
> to ask it here also:
>
> When starting apache, the values retrieved from windows task manager
> are:
>
> Mem usage: 16 968 K
> VM size: 16 696 K
> Handles: 705
>
>
> After about a day, the values are:
>
> httpd.exe
> Mem usage: 58 123 K
> VM size: 67 676 K
> Handles: 829
>
> Does this sound wrong?
>
>
I have no idea. There are way more things going on in the system than
just Apache and PHP.
What you need to do is work with the MS admin and/or C# people to
determine why the program isn't terminating. There isn't anything PHP
can do about it.
I'm not trying to put you off here - but you need to solve the problem
of why your C# program isn't terminating. And that's way outside the
purpose of this newsgroup. Plus I doubt there are many who could help
you with it.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|