You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "JAIN, ABHAY K, ATTSI" <ja...@att.com> on 2008/06/05 23:14:10 UTC

[users@httpd] How to apache not wait for completion of background job

I have a shell cgi script. It invokes another shell script via rsh in
background
(rsh -n <machine <command> &)
on another machine. Idea is to start something which takes long and
quit.
It seems that Apache 2.2.8 waits before returning output message to
browser
till the background job is finished on remote machine. Anyway to
overcome this?