Hello,

In our web proxy server, we use pooled ICS web clients and close the
connection/abort when the server THttpConnection is returned to its pool
(when the server socket is closed). I wonder how we can keep the HttpCli
open for more speed. For example what would happen in the scenario below:

- THttpConnection closed/has to return to pool
- THttpCli is open to server
- both ThreadDetach
- Web server shuts down THttpCli connection
- ThreadAttach
- New THttpConnection and the same THttpCli is assigned
- ThreadDetach
- ThreadAttach
- GetAsync
- ?
Would it raise an exception or detect the session is ended?

Best Regards,

SZ
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to