On Tue, Jun 18, 2013 at 10:51 AM, [email protected]
<[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to