Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Sep : Re: TIdTCPServer shutdown
| Subject: | Re: TIdTCPServer shutdown |
| Posted by: | "Toby Piper" (ne..@compcraft.com) |
| Date: | Fri, 14 Sep 2007 15:41:31 |
I went back and read the Delphi Help and now I understand (I think).
Using the critical section only works when ALL threads use it to access the
shared resource and the controls don't use it so it won't apply to them.
Thanks again.