Re: [Libevent-users] new member

2007-01-12 Thread Steven Grimm
As the guy who added thread support to memcached, I feel qualified to answer this one: What libevent doesn't support is sharing a libevent instance across threads. It works just fine to use libevent in a multithreaded process where only one thread is making libevent calls. What also works, a

[Libevent-users] new member

2007-01-12 Thread Glen Hein
Hello, I am doing research for a project that may follow an event-driven multi-threaded model with heavy disk and network I/O. The platform will be FreeBSD and Linux. Overall, we are seeking a C10K solution. I started reading through the libevent source and noticed several comments abou