[Libevent-users] Two questions...
Niels Provos
provos at citi.umich.edu
Mon Nov 5 10:37:30 EST 2007
On 11/5/07, Marco Bambini <marco at sqlabs.net> wrote:
> - I am interested in using it in a high load server I am writing,
> ideally it should handle some thousands of TCP/IP concurrent
> connections ... actual implementation is one thread per connection
> architecture with a select statement for each thread ... what is the
> best way to develop and high load server with libevent? (just one big
> event list and one thread?)
That really depends on your model and what kind of architecture your
deploy your system on. Libevent allows you to run one event loop per
thread.
Niels.
More information about the Libevent-users
mailing list