Thanks for your reply,
you are right, the server close before all clients completed.
(i was suppose that dorun waits for the threads results before
returning.)
Anyway, i was trying to emulate the real problem with no success here.
I 'll try to describe it.
The clients connect to an extrernal ap
On Jun 14, 12:20 am, vmargioulas wrote:
> In the example below 256 clients threads put a byte (0-255) to server-
> socket reference var "items",
> then connect to server-socket, write the same byte to socket stream
> and close the connection.
> The server connections threads reads a byte from t