[twsocket] Over TWSocketServe

2007-10-12 Thread Ana Onarres
Hello, Time ago that use the components ICS and I they like a lot. Now I have a new challenge, to create a server of sockets, the clients are connected and they are used their own thead. I do not find a clear example of how this do. Someone knows some program of example and can help

Re: [twsocket] Over TWSocketServe

2007-10-12 Thread Francois Piette
Is there a example over how socketserver send data to several clients? Do you mean TWSocketServer ? If yes, then TWSocketServer doesn't send anything to client. It manage client connections which in turn are handle by a separate TWSocket instanciated by TWSocketServer. TWSocketServer has

Re: [twsocket] Over TWSocketServe

2007-10-12 Thread Francois Piette
What difference there is between to use the ICS and the Delphy library (TServerSocket)? This is not the place to discuss such topic. You are posting in ICS support mailing list where you can talk about ICS. If you want to compare product, use the general purpose maling list [EMAIL PROTECTED]

Re: [twsocket] Over TWSocketServe

2007-10-12 Thread Wilfried Mestdagh
Hello Ana, That is deprecated means that is better to use other component? yes --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] Over TWSocketServe

2007-10-12 Thread Ana Onarres
That is deprecated means that is better to use other component? Regards. From: [EMAIL PROTECTED] To: twsocket@elists.org Date: Fri, 12 Oct 2007 14:26:39 +0200 Subject: Re: [twsocket] Over TWSocketServe What difference there is between to use the ICS and the Delphy library

Re: [twsocket] Over TWSocketServe

2007-10-12 Thread [EMAIL PROTECTED]
Very thanks. I will see this. I'm sorry, I gave the wrong demo names. The multi-threaded example applications are ThrdSrv, ThrdSrvV2, and ThrdSrvV3 (the last one using TWSocketThrdServer). The single-threaded one is TcpSrv. They are in the Internet directory in the ICS distribution. -dZ.

Re: [twsocket] Over TWSocketServe

2007-10-12 Thread Ana Onarres
Is there a example over how socketserver send data to several clients? Thanks for your help. It is helping much. Regards. From: [EMAIL PROTECTED] Date: Fri, 12 Oct 2007 06:32:45 -0400 To: twsocket@elists.org Subject: Re: [twsocket] Over TWSocketServe Time ago that use the components ICS

Re: [twsocket] Over TWSocketServe

2007-10-12 Thread Ana Onarres
Very thanks. I will see this. What difference there is between to use the ICS and the Delphy library (TServerSocket)? Regards. From: [EMAIL PROTECTED] Date: Fri, 12 Oct 2007 06:32:45 -0400 To: twsocket@elists.org Subject: Re: [twsocket] Over TWSocketServe Time ago that use