Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Server data available
| Subject: | Re: Server data available |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 16 May 2006 13:11:12 |
"Michael Rabatscher" <rabi@m59.at> wrote in message
news:44698a63@newsgroups.borland.com...
> Since I have not found any suitable asynchron component suit I
> chosed Indy
Indy is not an asynchronous library. If you need asynchronous operations,
then look at ICS (http://www.overbyte.be).
> There I set up a server and collect data (with my own properitary
> protocol) from a client. But is there any function available where I can
> determine the number of bytes which I can read from the connection
> without blocking the connection?
Nope. But then again, you should be blocking the connection. That is how
Indy is designed to work in the first place. What exactly are you having a
problem with?
Gambit
none