Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: IdTCPServer
| Subject: | Re: IdTCPServer |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Sat, 10 Jun 2006 16:33:45 |
"Jamie Dale" <j.dale@turboz.net> wrote in message
news:448b50a6@newsgroups.borland.com...
> Yes but until you showed me a critical section in this sample I had
> no idea a) what they were b) how to use them or c) how to implement one.
>
> Any chance you can provide more details on the critical section please?
Did you even look at the documentation yet? TCriticalSection is documented
in the VCL help file. There is even a "Using critical sections" topic
available. Also, if you look in the Win32 API help file, there is a
"Critical Section Objects" section available.
Gambit