On Thu, 2009-06-04 at 12:28 +0200, Xiwen Cheng wrote:
> Yes, this involves Apache alright, but I have no idea if the capability
> is there builtin into apache or it's lacking such a mechanism:
> communicate back to suPHP that the client has disconnected.

It doesn't; however it does have the "RlimitMem" and "RlimitCPU" options
built-in, which allow Apache to exert a brutal degree of control over
child processes.

If the process exceeds RLimitCPU seconds of CPU time, it is killed.
If the process exceeds RLimitMem bytes of RAM, it is killed.

I am unsure if these cascade to children of children; probably best to
check.

Graeme


_______________________________________________
suPHP mailing list
suPHP@lists.marsching.biz
http://lists.marsching.com/mailman/listinfo/suphp

Reply via email to