Bonjour,
* On which platform are you. Those clients all try to connect to remove
server, right (no local server)?
On windows Vista business edition
Local server (see unit test ClientPerformanceTest.java)
* It seems your server close the connection before you have a chance to
finish the connect method.
Yes, but why would that be? I countdown a latch when the client reads a
packet (see PerformanceTestFilter.java) and shutdown the controller when
the latch reaches 0.
* That one should not be the issue. How many file descriptor you machine
enable you right now:
% unlimit -l
- I'll have to look it up for Windows vista...
* OK will try to take a look today....
That would be very generous of you, thanks.
By the way, I am using the latest version of Grizzly-Framework built
from trunk.
Simon