On Mon, May 4, 2015 at 11:36 AM,  <andre.wen...@bmw.de> wrote:
> Are there any experiences about the maximum number of web socket connections
> and best practices for the Apache by using web sockets? Is it better to run
> apache with the event mpm then the worker mpm within that scenario?


For websockets the event MPM would not make a difference in 2.4,
because the idle connections cannot be offloaded in event because
they're not in a state that event can offload. They will tie up a
thread.

If you're just proxying those websockets connections, there is
experimental support in trunk to offload them under Event.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to