Im using TClientSocket or indy's TIdTCPClient (depending on project)
I have a few Threads each processing items, and sometimes need to send data over the connected client socket. (Data Read form the socket is NOT used in the processing threads)
Basically my question is...
- Is the possible?
- is it "safe"?
or should I
- have a client socket per thread or
- some kinda of Marshalling/critical sections
delphi-7 indy-9