Re: Asynchronous request processing

2009-03-09 Thread Saju Pillai
Supun Kamburugamuva wrote: On Mon, Mar 9, 2009 at 3:24 PM, Saju Pillai wrote: Supun Kamburugamuva wrote: Thanks for the quick reply. I have found this Event MPM for httpd. Is it possible to use this for my scenario? http://httpd.apache.org/docs/2.2/mod/event.html Only from reading the de

Re: Asynchronous request processing

2009-03-09 Thread Supun Kamburugamuva
On Mon, Mar 9, 2009 at 3:24 PM, Saju Pillai wrote: > Supun Kamburugamuva wrote: > >> Thanks for the quick reply. I have found this Event MPM for httpd. Is it >> possible to use this for my scenario? >> >> http://httpd.apache.org/docs/2.2/mod/event.html >> >> > Only from reading the description, I

Re: Asynchronous request processing

2009-03-09 Thread Saju Pillai
Supun Kamburugamuva wrote: Thanks for the quick reply. I have found this Event MPM for httpd. Is it possible to use this for my scenario? http://httpd.apache.org/docs/2.2/mod/event.html Only from reading the description, I would say that you will need to extend the mpm to meet your needs. Yo

Re: Asynchronous request processing

2009-03-09 Thread Supun Kamburugamuva
Thanks for the quick reply. I have found this Event MPM for httpd. Is it possible to use this for my scenario? http://httpd.apache.org/docs/2.2/mod/event.html Supun On Mon, Mar 9, 2009 at 2:47 PM, Saju Pillai wrote: > Supun Kamburugamuva wrote: > >> Hi all, >> >> I'm writing a httpd module. Th

Re: Asynchronous request processing

2009-03-09 Thread Saju Pillai
Supun Kamburugamuva wrote: Hi all, I'm writing a httpd module. This module is a content generator. When a request comes to this module it has to forward it to a remote machine. In that sense this module makes httpd acts like a proxy server. Talking to a remote machine can take some time and if

Asynchronous request processing

2009-03-09 Thread Supun Kamburugamuva
Hi all, I'm writing a httpd module. This module is a content generator. When a request comes to this module it has to forward it to a remote machine. In that sense this module makes httpd acts like a proxy server. Talking to a remote machine can take some time and if I use the default threading