On Mon, Aug 11, 2008 at 5:48 PM, meendar <[EMAIL PROTECTED]> 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
_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc