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
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