Re: LongPolling/WebSockets connection handling & max. connections

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux