IMHO the Connector is like creating a FileOutputStream or FileChannel; trying to open them and hitting the ulimit throws an Exception to the code trying to open. The difference between Acceptor and Connector is that the Acceptor is an automated process as part of the framework and not user-code.
On Fri, Oct 27, 2017 at 10:18 AM, Emmanuel Lécharny <elecha...@gmail.com> wrote: > > > Le 27/10/2017 à 15:58, Jonathan Valliere a écrit : > > For connector, I would allow the error to flow all the way up the stack. > > Currently, the excption is caught, a Thread.sleep(1000) is called, and > the ExceptionMonitor.exceptionCaught() method is called. > > -- > Emmanuel Lecharny > > Symas.com > directory.apache.org > >