Re: mod_perl2 best practices interacting with non-apache apps

2007-06-21 Thread Jonathan Vanasco
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

Re: mod_perl2 best practices interacting with non-apache apps

2007-06-21 Thread Perrin Harkins
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

mod_perl2 best practices interacting with non-apache apps

2007-06-20 Thread Boysenberry Payne
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