Board index » delphi » WriteLn Threading

WriteLn Threading


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 :(
 
 

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
 

Re:WriteLn Threading

"Walter Smulders" <XXXX@XXXXX.COM>writes
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 :(
And your actual question is...? Please be more specific. What exactly do
you want to accomplish?
Gambit