Re: [Libevent-users] pipeline server

2008-02-29 Thread Marc Lehmann
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

Re: [Libevent-users] pipeline server

2008-02-29 Thread Chris Brody
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: >