Wojciech Kocjan wrote:

> > One pool is for
> > worker threads, and one (with one thread) serialized access to a single
> > fd. You have multiple fds, so you probably don't need the second pool.
>
> Actually, why the second pool? I once used a master thread and slave
> threads.

I used a second pool (of 1 thread) so that the worker threads could
queue the packets they needed to send out the single fd.

--Tom Jackson

Reply via email to