libev 4.10 prerelease, testing would be appreciated

2011-06-21 Thread Marc Lehmann
Hi! I just made a libev-4.10 prerelease: http://data.plan9.de/libev-4.09.tar.gz the release highlights include: - ev_async_send, instead of approaching 1 syscall per iteration under load, now approaches 0 syscalls overhead under load, as extra syscalls will only be issued when the loop

Re: Best libev way to write in a socket

2011-06-21 Thread Jaime Fernández
Thanks Brandon, You've provided a great information. In fact, I was trying to create a very simple proxy which routes according to some criteria. Your hints will be very helpful. ___ libev mailing list libev@lists.schmorp.de

Re: Best libev way to write in a socket

2011-06-21 Thread Brandon Black
On Tue, Jun 21, 2011 at 1:31 PM, Zabrane zabra...@gmail.com wrote: Hi Brandon, Could your proxy code be shared for new comers (as me)? It'll be very good if build up a repository of libev examples. Unfortunately it's not very good example code in its current state. It uses unportable things