[twsocket] sending long strings?

2007-05-20 Thread entelone
Hello, I have a 2-application client and server that uses TWSocket and TWSocketServer. On the server application, there is a TListView control that contains at least 6 columns. It is used to store information that the user enters, so it could contain a varying number of rows of informati

[twsocket] determining client index

2007-03-25 Thread entelone
If you're running a server with TWSocketServer and you have multiple clients that are connected to your server, how could you determine the index number of a client upon receiving data from it? That is, within the OnDataAvailable procedure. -- [EMAIL PROTECTED] -- http://www.fastmail.fm - S

[twsocket] (temporarily) shutting down WSocketServer

2007-03-21 Thread entelone
If one were to use WSocketServer to handle multiple client connections simultaneously, what would be the preferred method to stop the server and therefore close all client connections? Also, this is assuming that the server will re-activate again later while the application continues to run the who