Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: OnWork does not fire in Indy10 Delphi 2007
| Subject: | Re: OnWork does not fire in Indy10 Delphi 2007 |
| Posted by: | "Moore" (moo..@hotmail.com) |
| Date: | 12 Feb 2008 23:42:10 |
Do you have an example of this worker thread?
I am using Indy10 and Delphi20007..
"Remy Lebeau \(TeamB\)" <no.spam@no.spam.com> wrote:
>2) move your reading code into its own worker thread so that Indy can block
>normally without blocking the main thread. Your worker thread will have to
>communicate with the main thread if it needs to make any updates after
>processing the data.
none