On Wed, Feb 4, 2009 at 11:32 AM, Loureiro, Gil <gil.loure...@logica.com> wrote: > What should not append is let the session hanged, its is possible in some way?
The session might dead lock if the client does not receive a reply. In that case, the session will lock until the client disconnect or is disconnected due to a timeout. And, as in your case, with only one allowed connection, that means the entire server is pretty much useless. /niklas