[EMAIL PROTECTED] wrote:
Now we ensure explicitly the connection returns to the connection pool once we finished handling the request.
Perfect. Something I wish to do for a long time :) I suppose the socket is still attached to the client connection socket and protocol decides if backend socket needs to be closed or not if client socket is closed. Regards, Mladen
