RE: apache_child_terminate?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Curt Zirzow wrote:
> I should be able to turn this on with 'child_terminate' in php.ini
>
> However, I do this, and when I do a phpinfo(); it returns a:
>
> apache2handler with only three Directives:
> - engine
> - last_modified
> - xbithack

Are you running apache in multithreaded per chance?

  http://php.net/manual/en/function.apache-child-terminate.php

Of course this begs the question why you want all php script's to terminage apache, this will only provide extra cpu usage.

I have a download script that for some reason, seems to be consuming lots of memory - no matter what I do.


Someone suggested apache_child_terminate after the download is done, to kill the apache process, and make sure that the memory is released back to the OS.

-Robin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux