in fact, it was a problem from tcl [socket] as [netreceive] need to get EOF to process data, i have to open and close connection each time i send data. and [socket] from tcl is as speed to handle 0,1s open/close
i believe.... thanks nico
nico wrote:
it looks like you are trying to much data at once via the network.
probably you might get better results if you try to send all the data in one single message [1 33 2 77 3 23 .... 15 89( and repack this list to small sub-lists on the receiver-side.
in fact, i send all the list in one message [1 23, 4 67, 3 88, ......(
in fact, this is one _message-box_ containing several _messages_ (separated by commas ",")
e.g. [1, 2( is the same as
[t b b] | | [2( [1(
mfga.sd.r IOhannes