>>>>> "I" == Ito Kazumitsu <[EMAIL PROTECTED]> writes:

I> Unfortunately,  another thread is still reading from the input
I> stream.  PushbackInputStream's read() is also synchronized.
I> So close() cannot get a lock until the read() ends.  The reading
I> thread seems to be waiting for some data from the FTP server,
I> which will never come.  So both read() and close() will never
I> finish.

I have found a workaround for this. Calling logout() before calling
disconnect() will help.

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to