2014-04-24 15:04 GMT+02:00 Konstantin Kolinko <knst.koli...@gmail.com>:

> 2. AbstractEndpoint,unlockAccept()
>
> s.setSoLinger(getSocketProperties().getSoLingerOn(),getSocketProperties().getSoLingerTime());
>
> I expect the above call to be broken because of NPE.
>

I don't see the NPE, but that would explain the accept exception I was
getting since the accept would still be going on.

>
> 3. It seems that APR connector is broken.
> Firefox fails to connect to http;//localhost:8080/
>
> I am pretty sure it was not a mistake to disable linger, hence the -1 that
was set. Linger would likely be harmful for a web server (sockets staying
around for some time after being closed = sounds like a big resources
drain).

Rémy

Reply via email to