You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by rm...@bco.com on 2005/01/25 20:39:50 UTC

[users@httpd] AIX Apache 2.0.47 CGI waiting for background child process...

Bizarre!  When we were on Apache 1.3, we would submit batch processes from a
cgi-script with a message....With 2.0.47 the same cgi-script waits until
either the spawned batch process finishes or the timeout limit is reached(5
minutes) before generating the message and completing??  How do I negate
this behaviour and have the cgi-script complete without waiting for the
child process to complete?