Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Winsockets
| Subject: | Winsockets |
| Posted by: | "Michael Rabatscher" (ra..@m59.at) |
| Date: | Fri, 12 May 2006 15:55:02 |
Hi there!
I want to write an application (with Delphi 5) using the nonblocking
TServerSocket TClientSocket
components.
I read in the help that there is the OnClientWrite message sent if the
socket is read to handle some input data.
Unfortunatly the event is only fired once, short after opening the socket.
How can I asynchron write to the client (I manage a buffer which holds the
data to be written) or can I just
use the SendBuf function.
But what if this winsockdll internal buffer is full and not all data can be
sent to the client, is then the OnClientWrite
message fired?
kind regards
Mike