hsanson wrote:

Can someone explain to me the difference between libeio and libev and their relationship?? are they supposed to be used in conjunction or are competing libraries that take different approaches to solve the same problem??

Libev is event loop, primarily useful for dealing with sockets and timeouts.

Libeio is experimental library primarily for dealing with files.

You probably need libev or both. Be aware that libeio is not yet ready for production use, but it's use in projects is appreciated.

--
Paul

_______________________________________________
libev mailing list
libev@lists.schmorp.de
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to