Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: writebuffer, writestream wait problem
| Subject: | Re: writebuffer, writestream wait problem |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 27 Feb 2007 16:51:50 |
"writebuffer, writestream wait problem" <sekendizpasa@yahoo.com> wrote
in message news:45e4b52e$1@newsgroups.borland.com...
> some times Writestream or writebuffer commands completes in
> 40000 ms. times.(some times 65000 ms.,7000 ms.) It is very
> long time for my application... What is the problem?
Indy uses blocking sockets. Your clients are probably not reading
fast enough, so the socket fills up with pending data and Indy has to
wait until the socket clears up before any new data can be accepted.
Gambit
none