Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: TIdTCPServer and Synchronize when moving from Indy 9 to Indy 10
| Subject: | Re: TIdTCPServer and Synchronize when moving from Indy 9 to Indy 10 |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 17 Aug 2006 20:45:57 |
"Bruce" <exnihilosys_nospam_@hotmail.com> wrote in message
news:44e4f578$1@newsgroups.borland.com...
> How does TIdSync.SynchronizeMethod know which thread
> the TIdTCPServer is running under?
It doesn't. Unless explicitally passed as a constructor parameter, TIdSync
will create its own helper thread internally and then calls Synchronize() on
that.
Gambit
none