Francois PIETTE wrote: > See sample OverbyteIcsSvcTcp.dproj. Please check this demo, it is brocken. The listening socket and clients are executed in different threads!
TService.Create is executed in main thread context where the TcpDaemon is created which also creates the window for the listening socket. Clients are created in ServiceThread context. @Andreas The TcpDaemon should be created on service start and freed on service stop and shutdown. -- Arno Garrels -- 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
