On Mon, Feb 25, 2008 at 02:32:00PM +0100, Chris Brody <[EMAIL PROTECTED]> wrote:
> I would like to suggest that you take a look at libev
> (http://software.schmorp.de/pkg/libev.html), which has a libevent
> "compatibility" API but also has a number of watchers to deal with
> multiple threads. I do
On 2/25/08, Tao Hui <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I want to implement a pipeline server build on libevent, it contains a
> libevent thread and serval worker threads. libevent thread read request,
> write result, and worker thread process the request. Which can be described
> as follows:
>