On 10/19/06, Michael Bauroth <[EMAIL PROTECTED]> wrote:
Hi Vinod,
first of all many thanks for your respond :)
Now once more to my question / problem:
The 4 seconds you have mentioned can I measure too, but(!) this time
doesn't include the ConnectFuture.join() method, right? When I wait for
each connection until it joined correctly, I measure 450 seconds in
worst case instead. I've tried some different settings (more threads
than one) in the SocketAcceptor too and could reduce the time to 350
seconds.
My load test is not just for MINA, but for my app as well. And its not
4 seconds, but 4 new connections per second. This is just to ensure a
graceful growth rate, since the goal of the test is to see how many
transactions can be handled per second.
I'm also waiting on the ConnectFuture. Can you go back to 0.9.x and
verify if the situation improves?
But with the old implementation 0.9.5 this time was definitely better
(120 seconds).
I should mention, that I use the original Java5 concurrent stuff instead
of the backport lib.
Same here.
Should I make an JIRA entry? Don't know.
Maybe after we narrow down the problem a bit more. Trustin?
Regards,
Vinod.