[Libevent-users] About what's coming to libevent 1.5/2.0

2009-01-17 Thread Raine Fan
Hi! I'm starting a project in which I would like to use asynchronous event notification in a multi-threaded server. I've been following libevent releases and it's extensive use on a lot of other projects like memcached, etc since many years ago and always thought it would be the best lib for

Re: [Libevent-users] About what's coming to libevent 1.5/2.0

2009-01-18 Thread Raine Fan
I've been reading your mailing lists a long time ago and following all threads about multithreaded questions like having an acceptor thread which delivers fd's to another threads to process request. Basically my project design will be based on a pool of

Re: [Libevent-users] About libevent-2.0 documentation

2009-05-01 Thread Raine Fan
Oops, sorry...just correcting...I was talking about using large scale of event_pair structs intead of event-bases. Raine From: Raine Fan raine...@ymail.com To: Libevent-users@monkey.org Sent: Saturday, May 2, 2009 12:46:51 AM Subject: [Libevent-users] About