Re: long running background tasks

2008-03-18 Thread ed
On Tue, 18 Mar 2008 08:53:29 -0400 "Sam Carleton" <[EMAIL PROTECTED]> wrote: > On Sun, Mar 16, 2008 at 6:43 PM, ed <[EMAIL PROTECTED]> wrote: > > > What might be better for you is to add this to a queue, perhaps via > > means of a unix socket (or IP socket) of another process, that > > does thi

Re: long running background tasks

2008-03-18 Thread Sam Carleton
On Sun, Mar 16, 2008 at 6:43 PM, ed <[EMAIL PROTECTED]> wrote: > What might be better for you is to add this to a queue, perhaps via > means of a unix socket (or IP socket) of another process, that does this > work. Actually today the program is only Windows and in time will be Windows, Linux

Re: long running background tasks

2008-03-16 Thread ed
Sam Carleton wrote: > When a user logs out of my web application, the application needs to > do a somewhat time consuming cleanup. I need Apache to respond in a > timely fashion to the log out request. Is there any way to start this > as a background process in the apache module? > > Sam I coul

Re: long running background tasks

2008-03-16 Thread Joachim Zobel
Am Dienstag, den 11.03.2008, 23:59 -0400 schrieb Sam Carleton: > When a user logs out of my web application, the application needs to > do a somewhat time consuming cleanup. I need Apache to respond in a > timely fashion to the log out request. Is there any way to start this > as a background pro

long running background tasks

2008-03-11 Thread Sam Carleton
When a user logs out of my web application, the application needs to do a somewhat time consuming cleanup. I need Apache to respond in a timely fashion to the log out request. Is there any way to start this as a background process in the apache module? Sam