users@grizzly.java.net

RE: Re: Performance test failing due to race condition problems

From: Simon Trudeau <strudeau_at_bluetreewireless.com>
Date: Mon, 10 Mar 2008 10:21:08 -0400

To answer your question:

*********

That one should not be the issue. How many file descriptor you machine
enable you right now:

% unlimit -l

*********

I get the following results when invoking the command:

C:\Users\strudeau>netsh int ipv4 show dynamicport tcp

Protocol tcp Dynamic Port Range
---------------------------------
Start Port : 49152
Number of Ports : 16384


From the looks of it, I don't lack any ports on my Vista machine. On an
XP machine, on the other hands, trying to open 5000 connections with the
default settings enabled might be a bit problematic since the default
port range is from 1025 through 5000.


Simon