[Ilugc] Hi

  • From: rajasuperman@xxxxxxxxx (Raja Subramanian)
  • Date: Wed Aug 13 10:24:00 2008

On Mon, Aug 11, 2008 at 5:48 PM, meendar <meendar@xxxxxxxxx> 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

Other related posts: