users@grizzly.java.net

Re: Quickest way to kill a connection

From: Alan Williamson <alan_at_blog-city.com>
Date: Wed, 28 Nov 2007 23:03:08 +0000

thanks Jeanfrancois, you just caught me as i am about to head off to
bed [am out of Scotland]; so i will get to this first thing in the morning.

appreciate the efforts.

Jeanfrancois Arcand wrote:
> Salut,
>
> OK I've fixed the isssue. Mainly, the time was always multiplied by 2 (I
> know I did that because of a jdk 1.4 issue, but don't recall why exactly
> ;-)). Anyway I've removed the * 2 and now setting the timeout to 1
> produce:
>
>> [ja120114_at_localhost grizzly]$ telnet localhost 8080
>> Trying 127.0.0.1...
>> Connected to localhost.
>> Escape character is '^]'.
>> a
>> a
>> Connection closed by foreign host.
>
> Let me know if that still doesn't work. The new binary have been
> uploaded as well.
>
> Thanks!