Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jul : when does indy write block
| Subject: | when does indy write block |
| Posted by: | "keyser" (keyser_so..@usa.com) |
| Date: | 29 Jul 2005 11:45:17 |
Using Indy 9 with Delphi 7:
I have a routine which sends a series of data via writeInteger
calls. This routine can be called from several different threads
and I want to be sure the data is not split. I want to be sure
to not create a deadlock so I wanted to know under what
circumstances will a socket write block?
Thanks.