Re: [mp2] Post-request operations

2003-03-20 Thread Stas Bekman
Kurt George Gjerde wrote: Hi, In mod_perl 2 under MPM (win32), is there a way of returning the request to the client (browser) and having the script continue doing other (time consuming) operations (without the client having to wait). Under mp1/linux I guess I could fork but how can I do this on w

[mp2] Post-request operations

2003-03-20 Thread Kurt George Gjerde
Hi, In mod_perl 2 under MPM (win32), is there a way of returning the request to the client (browser) and having the script continue doing other (time consuming) operations (without the client having to wait). Under mp1/linux I guess I could fork but how can I do this on win32? A typical example