Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : TIdTCPServer - threads, global data
| Subject: | TIdTCPServer - threads, global data |
| Posted by: | "Mathijs" (blab..@bla.hu) |
| Date: | 15 Mar 2006 07:40:11 |
Indy version 10.1.5.
I use the server's onexecute to process data send by the clients.
During the processing (in the connection-thread), I need to read and write
from and to global objects. What's the best way to do this?
Thanks in advance,
M.