Personally , I do this:
MP inserts a job request into the db cluster, redirects to a
'waiting page'. status is 'requested'
a python daemon queries the db cluster every 5 seconds, pulling jobs
to run through. status is 'processing'
when the python daemon is done, it updates the status to
On 6/20/07, Boysenberry Payne <[EMAIL PROTECTED]> wrote:
Hello Everyone,
I'm running a website building/management system (http://
habitatlife.com/) using
an apache2/mod_perl2 via unix platform and want to run some time
consuming
processes without tying up my apache/mod_perl children.
For simp
Hello Everyone,
I'm running a website building/management system (http://
habitatlife.com/) using
an apache2/mod_perl2 via unix platform and want to run some time
consuming
processes without tying up my apache/mod_perl children.
Ideally, I would run these programs then continue on with retur