https://issues.apache.org/bugzilla/show_bug.cgi?id=43494





--- Comment #3 from rahul <[EMAIL PROTECTED]>  2008-07-28 06:53:00 PST ---
Created an attachment (id=22324)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22324)
threadless patch for cgid timeout

> It would be best to make use of the existing nonblock+poll timeout
> implementation in apr
Currently, as far as I can see, APR does not know about UNIX sockets, and
would have to mess with the private apr headers and datastructures under arch
to do it.

> If at all possible, mod_cgid should avoid threads; having a single-threaded
> process to fork/setup/exec the children is a feature to avoid unexpected
> inheritance.

Thanks, I hadn't thought about it.
I am adding a new patch which checks it using SIGALRM instead.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to