Re: [twsocket] TWSocketThrdServer

2007-10-19 Thread Ana Onarres
? TWSocketThrdServer or TWSocketServer? I thank a lot your suggestions Regards. Ana. > From: [EMAIL PROTECTED]> Date: Thu, 18 Oct 2007 06:20:46 -0400> To: > twsocket@elists.org> Subject: Re: [twsocket] TWSocketThrdServer> > > On Oct > 18, 2007, at 05:36, Ana Onarres wrote:&

Re: [twsocket] TWSocketThrdServer

2007-10-18 Thread Ana Onarres
Hello, I am confused. Clients is the property of TWSocketServer, not of ClientThread. ClientThread extends TThread, for controling every connection, every client socket. If the server has connected three clients, is there 3 TThrdSrvClient or 3 ClientThread? TThrdSrvClient is: TThrdSrvClient

Re: [twsocket] TWSocketThrdServer

2007-10-17 Thread Ana Onarres
Hello,> TThrdSrvClient is only available in TWSocketThrdServer (the > multi-threaded version), not TWSocketServer (the single-thread > version). It seems you are using TWSocketThrdServer, so the rest of my > comment will assume this. In the examples ThrdSrvV y ThrdSrvV2, TThrdSrvClient appear

Re: [twsocket] TWSocketThrdServer

2007-10-16 Thread Ana Onarres
ROTECTED]> To: twsocket@elists.org> Date: Mon, 15 Oct 2007 15:54:50 +0200> Subject: Re: [twsocket] TWSocketThrdServer> > Ana Onarres wrote:> > Hello,> > > > I want to create a server socket that accepts connections of several> > clients. Every client, first, s

Re: [twsocket] TWSocketThrdServer

2007-10-16 Thread Ana Onarres
e: Mon, 15 Oct 2007 15:54:50 +0200> Subject: Re: [twsocket] TWSocketThrdServer> > Ana Onarres wrote:> > Hello,> > > > I want to create a server socket that accepts connections of several> > clients. Every client, first, send data to server. This data are> > v

Re: [twsocket] TWSocketThrdServer

2007-10-16 Thread Ana Onarres
Thanks for your response. In the example ThrdSrvV2, it is necesary the Synchronization. Why? If every client has a separate work? In my application, the server sends data to all clients. How can i do this? Regards. Ana > From: [EMAIL PROTECTED]> To: twsocket@elists.org> Date: Mon, 15 Oct 200

[twsocket] TWSocketThrdServer

2007-10-15 Thread Ana Onarres
Hello, I want to create a server socket that accepts connections of several clients. Every client, first, send data to server. This data are validated for server and then the server sends data to the client. What difference is between to use TWSocketThrdServer and use TWSocketServer with Cl

Re: [twsocket] Over TWSocketServe

2007-10-12 Thread Ana Onarres
Thanks. > Date: Fri, 12 Oct 2007 16:14:47 +0200> From: [EMAIL PROTECTED]> To: > twsocket@elists.org> Subject: Re: [twsocket] Over TWSocketServe> > Hello > Ana,> > > That is deprecated means that is better to use other component?> > > yes> > ---> Rgds, Wilfried [TeamICS]> > http://www.overbyte.

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> > (TS

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 componen

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 the c

[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 me?.