Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: does Indy9 supports asynchronous mode?
| Subject: | Re: does Indy9 supports asynchronous mode? |
| Posted by: | "Jamie Dale" (jamie.da..@yahoo.com) |
| Date: | Wed, 16 Jan 2008 21:55:53 |
"Iliya" <iliya00@list.ru> wrote in message
news:478e635a@newsgroups.borland.com...
When i'm trying to call the connect method, the applications freezes until
the end of the operation.
Thats because Indy uses blocking sockets.
You got 2 choices:
Use a TIdAntiFreeze component to force the app to continue processing..
Use a thread to handle the client objects connect, read/write, disconnect
none