Re: [Libevent-users] single vs multiple epoll event loop

2012-03-19 Thread William Ahern
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

[Libevent-users] single vs multiple epoll event loop

2012-03-19 Thread Jim Boykin
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