daemon?

[email protected] (Christian Huldt) Fri, 25 Oct 2002 16:12:26 +0200
Newsgroups perl.macperl.anyperl
Organization Solvare
Message-ID <[email protected]>
I have to do to some resource intense tasks on data from the web, and 
would like let the cgi hand off the data to some long running script 
that manages a queue and doesn't fork, but hands out items in the queue 
to a (third?) script that actually does the processing. This last script 
shouldn't fork as I want to keep some resources for other stuff...

I've been thinking to write on (or perhaps two) daemons to accomplish 
this, but there might be better ways... POE?

Any suggestions and/or comments are welcome