users@grizzly.java.net

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

From: Simon Trudeau <strudeau_at_bluetreewireless.com>
Date: Fri, 7 Mar 2008 14:46:21 -0500

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