[Ilugc] Hi
Raja Subramanian
rajasuperman at gmail.com
Wed Aug 13 10:23:48 IST 2008
On Mon, Aug 11, 2008 at 5:48 PM, meendar <meendar at gmail.com> wrote:
> On distributed systems, performance can be degraded only due to tcp/unix
> sockets (select or poll) . Try using libevent rather using select on plain
> unix sockets.
+1
Libevent abstracts the best possible IO multiplexing system possible on
any OS -- epoll, kqueue, /dev/poll, etc -- and makes your code faster,
cleaner and more portable.
Please see:
http://www.kegel.com/c10k.html
http://www.monkey.org/~provos/libevent/
- Raja
More information about the ilugc
mailing list