Hi Paul My socket connection to other programs is done in the main thread.
After I call connect I call application processmessages until I get connected and then I close. Do you think this could be "interfering" with the HttpServer component logic? Is doing the communication socket call in a separate thread better than in the main thread? Thanks for your reply Regards Chris -----Original Message----- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Paul Sent: 07 December 2009 13:42 To: ICS support mailing Subject: Re: [twsocket] Use of twsocket in thttpserver application I have many Https servers running 24/7. The communication with other applications/webservices in done by several SslHttpCli's running in continuous threads and never had problems with it. Add some logging in both sever and client sockets so you at least find when the error occurs and if it occurs during/after comunication with a client socket. Paul -- 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 -- 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