Out of ports

jaimemm jaimemm at gmail.com
Thu Feb 26 07:53:43 EST 2009


Yep,

That's exactly what happens. I'm using short lived connections and 65K ports
are on TIME_WAIT mode.



Trustin Lee-2 wrote:
> 
> Hi jaimemm,
> 
> Are the connections short-living?  Did you check the result of netstat
> command?  The server might have been stuck with sockets with a lot of
> TIME_WAIT state.  If so, the server will have difficulties in
> accepting incoming connections, making the server look unresponsive.
> 
> HTH,
> 
> — Trustin Lee, http://gleamynode.net/
> 
> On Thu, Feb 26, 2009 at 8:49 PM, jaimemm <jaimemm at gmail.com> wrote:
>>
>> Hi,
>>
>> I'm testing the Netty server with grinder, and after the test nº 65533,
>> the
>> server becomes unresponsive. I think the machine has no more available
>> ports. While creating the server the "reuseAdress" property is set to
>> "true".
>>
>> Any ideas?
>> --
>> View this message in context:
>> http://n2.nabble.com/Out-of-ports-tp2389177p2389177.html
>> Sent from the Netty User Group mailing list archive at Nabble.com.
>>
>>
>> _______________________________________________
>> netty-users mailing list
>> netty-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/netty-users
>>
> 
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
> 
> 

-- 
View this message in context: http://n2.nabble.com/Out-of-ports-tp2389177p2389430.html
Sent from the Netty User Group mailing list archive at Nabble.com.





More information about the netty-users mailing list