Re: [xSocket-develop] bug ?
Status: Inactive
Brought to you by:
grro
|
From: Gregor R. <gre...@gm...> - 2010-03-01 16:08:44
|
Hi, are you able to reproduce this? by a JUnit class? This behavior will occur, if the receiving peer does not read its network input buffer (fast, 1 min?) enough. Does an related application occur? Gregor ----- Original Message ----- From: ful...@se... Sent: 03/01/10 03:40 AM To: xso...@li... Subject: [xSocket-develop] bug ? Hello, We use xsocket library, and find the following exception, how do you think? is this a bug? java.net.SocketTimeoutException: [c63bb93112717722a2c740347d1C1] send timeout 1min reached. returning from sync flushing (countIsWritten=0, countOnException=0, sendBytes=340851, receivedBytes=30, sendQueueSize=0, countUnknownOnWritten=0, sendQueueSize=0, countIncompleteWrites= sendBytes=340851, reveivedBytes=30, key=OP_WRITE, OP_READ (5) isValid=true, isOpen=true, lastException=null) at org.xsocket.connection.NonBlockingConnection$SynchronWriter.syncWrite(NonBlockingConnection.java:2349) at org.xsocket.connection.NonBlockingConnection.internalFlush(NonBlockingConnection.java:2191) at org.xsocket.connection.NonBlockingConnection.onWriteDataInserted(NonBlockingConnection.java:2034) at org.xsocket.connection.AbstractNonBlockingStream.write(AbstractNonBlockingStream.java:1058) at org.xsocket.connection.AbstractNonBlockingStream.write(AbstractNonBlockingStream.java:1037) ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ xSocket-develop mailing list xSo...@li... https://lists.sourceforge.net/lists/listinfo/xsocket-develop |