Re: [Libevent-users] Multi-Threaded Libevent Server Example

2012-03-25 Thread Mark Heily
On 03/25/2012 02:05 PM, Ron Cemer wrote: I've developed a multi-threaded, libevent-based socket server example which uses a threaded work queue and a separate event queues (event_base in libevent terminology) for each client connection. This should provide better CPU utilization on hyperthreadin

[Libevent-users] Multi-Threaded Libevent Server Example

2012-03-25 Thread Ron Cemer
I've developed a multi-threaded, libevent-based socket server example which uses a threaded work queue and a separate event queues (event_base in libevent terminology) for each client connection.  This should provide better CPU utilization on hyperthreading, multi-core o

Re: [Libevent-users] submitting code for 2.0.19

2012-03-25 Thread Nick Mathewson
On Mar 25, 2012 12:30 AM, "Myk Taylor" wrote: > > Hi all, > > I have a bit of code that I'd like to submit for inclusion in 2.0.19. On which branch should I base the patch? > Bugfixes for 2.0 should be based on the patches-2.0 branch. Many thanks, -- Nick