Re: [kaffe] problems with thread and ServerSocket.close()

2005-11-25 Thread Guilhem Lavaux
Hi Jean-Frederic, The problem should be fixed now in CVS. I have tested your program locally with kaffe and it seems to work now. Please tell me if you are still experiencing some troubles... Regards, Guilhem. Jean-frederic Clere wrote: Hi, I have tried a small test program that runs corr

Re: [kaffe] problems with thread and ServerSocket.close()

2005-11-11 Thread Guilhem Lavaux
Jean-frederic Clere wrote: Hi, I have tried a small test program that runs correctly in Sun JVM but hangs in kaffe: By close() on a ServerSocket I expect to cause an exception in the thread where I am doing the accept() om the same ServerSocket, but the close() hangs until a new connection is

[kaffe] problems with thread and ServerSocket.close()

2005-11-05 Thread Jean-frederic Clere
Hi, I have tried a small test program that runs correctly in Sun JVM but hangs in kaffe: By close() on a ServerSocket I expect to cause an exception in the thread where I am doing the accept() om the same ServerSocket, but the close() hangs until a new connection is openned. Any hints why th