Re: [xSocket-develop] client auto reconnect??
Status: Inactive
Brought to you by:
grro
|
From: Gregor R. <gre...@go...> - 2007-11-11 10:29:01
|
Hello Jeter, conceptional a BlockingConnection/NonBlockingConnection represents the link between to endpoints, which are addressed by host/port. A reconnect on tcp level would be cause a new connection (new endpoint address -> port). Therefore a higher level representation is required which encapsulates the underlying connection. Do you know the xSxocket ConnectionPool? May be this could help you to solve your problem. Gregor 2007/11/9, Jeter Chen <je...@ai...>: > > Hi, can we do that auto reconnect when client connection broken?? > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > xSocket-develop mailing list > xSo...@li... > https://lists.sourceforge.net/lists/listinfo/xsocket-develop > |