[jboss-jira] [JBoss JIRA] Commented: (JGRP-267) RoundTrip is slow with bundling disabled
Bela Ban (JIRA)
jira-events at jboss.com
Mon Aug 7 09:40:12 EDT 2006
[ http://jira.jboss.com/jira/browse/JGRP-267?page=comments#action_12340741 ]
Bela Ban commented on JGRP-267:
-------------------------------
The problem was that we had a sleep(1000) in there ! Now, it looks better:
$ jt RoundTrip -props ./tmp.xml -num 10000
sending 10000 requests
- received 1000
- received 2000
- received 3000
- received 4000
- received 5000
- received 6000
- received 7000
- received 8000
- received 9000
received all responses (10000)
Took 1421ms for 10000 requests: 7037.297677691766 requests/sec, 0.1421 ms/request
> RoundTrip is slow with bundling disabled
> ----------------------------------------
>
> Key: JGRP-267
> URL: http://jira.jboss.com/jira/browse/JGRP-267
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 2.3 SP1
> Reporter: Bela Ban
> Assigned To: Bela Ban
> Fix For: 2.x
>
>
> #1 Disable bundling in fc-fast-minimalthreads.xml: UDP.enable_bundling="false"
> #2 Run the server: jt RoundTrip -server -props ./fc-fast-minimalthreads.xml
> #3 Run the client: $ jt RoundTrip -props ./fc-fast-minimalthreads.xml -num 10
> The first time, the client runs okay, but when it is run multiple times, it always slows down halfway through a run
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list