Re: [users@httpd] Proxy load balancer and (a)synchronous I/O

2013-06-18 Thread Eric Covener
On Tue, Jun 18, 2013 at 10:51 AM, marco.signor...@gmail.com wrote: > Hi users, > > I'm configuring the apache httpd server in front of a farm of cometd > servers. The clients interact with the cometd server through long polling > connections. > > Does the httpd server still use a thread-per-reques

Re: [users@httpd] Proxy load balancer and (a)synchronous I/O

2013-06-18 Thread Tom Evans
On Tue, Jun 18, 2013 at 3:51 PM, marco.signor...@gmail.com wrote: > Hi users, > > I'm configuring the apache httpd server in front of a farm of cometd > servers. The clients interact with the cometd server through long polling > connections. > > Does the httpd server still use a thread-per-request

[users@httpd] Proxy load balancer and (a)synchronous I/O

2013-06-18 Thread marco.signor...@gmail.com
Hi users, I'm configuring the apache httpd server in front of a farm of cometd servers. The clients interact with the cometd server through long polling connections. Does the httpd server still use a thread-per-request model? In my usecase this means that a thread per client will be "active". htt