2003-07-21 04:24:37 PM delphi54
Hi there,
I need to have a example of a idTCPClient writeln threading, because i just
spend like 2 hours searching for awnsers but didnt find annything :(
Martin James
Delphi Developer
2003-07-21 10:12:52 PM
Re:WriteLn Threading
Quote
I need to have a example of a idTCPClient writeln threading, because i
just
spend like 2 hours searching for awnsers but didnt find annything :(
..probably because there isn't anything much.
Usually, you can get away with a read thread only. If you want to write
stuff, you can do it from any thread as long as you're the only one writing.
Rgds,
Martin
I need to have a example of a idTCPClient writeln threading,
because i just spend like 2 hours searching for awnsers
but didnt find annything :(
And your actual question is...? Please be more specific. What exactly do