On 11/5/07, Marco Bambini <[EMAIL PROTECTED]> 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. _______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkey.org/mailman/listinfo/libevent-users