I have a problem with sockets and thread on Linux 2.0 with Jdk 1.1.7v1 :

The client-server socket I use works fine under threads BUT it seems that when
the socket is heavily used (I transfert big files with 10Ko buffers) or when the
receiver is shut down during transfert (especialy during write), the writer
thread is hold down AND the caller thread seems stopped.

In fact, when the socket is used, the multiprocess thread seems to not work yet.
My main thread is stopped (freezed) when the socket is used or when the socket
is blocked (in writing).

Does anyone else has the problem ?



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to