On Tue, Jun 18, 2013 at 10:51 AM, marco.signor...@gmail.com <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 model? In my usecase > this means that a thread per client will be "active". > http://cometd.org/node/81
The proxy is synchronous / ties up a thread while it's waiting for a response from the backend. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org