On Mon, May 4, 2015 at 11:36 AM, <Andre.Wendel@xxxxxx> 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-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx