On Mon, Mar 19, 2012 at 09:21:32PM +0530, Jim Boykin wrote:
> I am designing a server to handle over 5-10 simultaneous
> connection. Currently I am using single epoll in edge trigger mode for
> all the connections. All is well till 50-100 connections, however
> after 50-100 connections I d
I am designing a server to handle over 5-10 simultaneous
connection. Currently I am using single epoll in edge trigger mode for
all the connections. All is well till 50-100 connections, however
after 50-100 connections I do see random lag between actual packet
received and epoll notificati