Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: IdTCPServer
| Subject: | Re: IdTCPServer |
| Posted by: | "Jamie Dale" (j.da..@turboz.net) |
| Date: | Sun, 11 Jun 2006 13:38:04 |
>> Will those threads exit or will they wait until they
>> can enter the critical section?
>
> They will wait until the critical section is unlocked. Only one thread
> can
> enter a critical section at a time.
>
>> will another thread that tries to access it while it is locked,
>> queue and wait?
>
> Yes.
Thanks
none