Re: API Issue: ConnectFuture.await()

2008-09-17 Thread Allen Jiang
: 1000 Connected: false, Also got exception: java.net.ConnectException: Connection refused Thank you again. BR Allen - Original Message - From: Tuure Laurinolli [EMAIL PROTECTED] To: users@mina.apache.org Sent: Wednesday, September 17, 2008 4:10 PM Subject: Re: API Issue

Re: API Issue: ConnectFuture.await()

2008-09-17 Thread Tuure Laurinolli
Allen Jiang wrote: when I run the test case in Notebook PC ,the result is: Waited: 1000 Connected: false, Also got exception: java.net.ConnectException: Connection refused It would seem that you get an explicit notification from the remote host about unavailability of service, and

Re: API Issue: ConnectFuture.await()

2008-09-17 Thread Allen Jiang
. it seems not reasonable according to your perspective. BR Allen - Original Message - From: Tuure Laurinolli [EMAIL PROTECTED] To: users@mina.apache.org Sent: Thursday, September 18, 2008 1:56 AM Subject: Re: API Issue: ConnectFuture.await() Allen Jiang wrote: when I run the test case

Re: API Issue: ConnectFuture.await()

2008-09-14 Thread Allen Jiang
Hi,All, Are any experts or mina-devs willing to help me to track the issue ? - Original Message - From: Allen Jiang [EMAIL PROTECTED] To: users@mina.apache.org Sent: Saturday, September 13, 2008 2:20 PM Subject: Fw: API Issue: ConnectFuture.await() Hi, The JVM is jre1.5.0_11

Fw: API Issue: ConnectFuture.await()

2008-09-13 Thread Allen Jiang
, 2008 2:15 AM Subject: Re: API Issue: ConnectFuture.await() Allen Jiang wrote: Hi, Thank you for your reminder,The version I used is mina-2.0.0-M3. Sorry, I missed the method in DefaultIoFuture... which JVM are you using ? Which system ? It would be also interesting to past

Re: API Issue: ConnectFuture.await()

2008-09-12 Thread Emmanuel Lecharny
Allen Jiang wrote: Hi,ALL, when I use the API :ConnectFuture.await(5000,TimeUnit.MILLISECONDS) ,it performance different resuilt in different PC as follows: First, I use the API in a PC which has only one CPU,when it connect another remote PC (cut the network on purpose),the interval

Re: API Issue: ConnectFuture.await()

2008-09-12 Thread Allen Jiang
Hi, Thank you for your reminder,The version I used is mina-2.0.0-M3. Regards Allen - Original Message - From: Emmanuel Lecharny [EMAIL PROTECTED] To: users@mina.apache.org Sent: Saturday, September 13, 2008 1:15 AM Subject: Re: API Issue: ConnectFuture.await() Allen Jiang