> > Definitely on my list of things to add.  We've had issues with
> > connection limiting and lack of timeouts.
> Do you have an idea of how you would do it?

Two different pieces.

First, a timeout callback for each "transport".
(tcpserver,select,fork).  In some cases, this might just set a flag,
in others it'll trigger cleanups and terminate a process.

Second, a scheme for enabling/disabling the timeouts.  We only want to
do this kind of timeout when we're waiting for IO..

-R

Reply via email to