SYSTEM command

Fairlight fairlite at fairlite.com
Fri Nov 19 16:14:31 PST 2004


You'll never BELIEVE what Kenneth Brody said here...:
> > 
> > Yes, but you will then need to make sure you exit from
> > the loop, otherwise you will have a zombie on your
> > hands :-)
> 
> The loop will exit when the read fails, which will happen when filePro
> closes the pipe to it.

You'll possibly still end up with a zombie.  A client of mine once
-insisted- that having one rclerk continuously running to handle CGI
requests and then forking off other rclerk processes to handle the details
was a good model.  His process tables got filled with zombies from this
model.  AFAICT, fP doesn't wait on SIGCHLD, and you'll have a zombie until
the clerk or report process itself goes away and takes its children with
it for good.

mark->
-- 
Bring the web-enabling power of OneGate to -your- filePro applications today!

Try the live filePro-based, OneGate-enabled demo at the following URL:
               http://www2.onnik.com/~fairlite/flfssindex.html


More information about the Filepro-list mailing list