[jboss-jira] [JBoss JIRA] Created: (JGRP-1114) RATE_LIMITER: protocol to define max throughput / sender / time unit

Bela Ban (JIRA) jira-events at lists.jboss.org
Tue Dec 15 07:37:30 EST 2009


RATE_LIMITER: protocol to define max throughput / sender / time unit
--------------------------------------------------------------------

                 Key: JGRP-1114
                 URL: https://jira.jboss.org/jira/browse/JGRP-1114
             Project: JGroups
          Issue Type: Feature Request
            Reporter: Bela Ban
            Assignee: Bela Ban
             Fix For: 2.8


This is a new protocol which limits the rate of sending messages. Properties max_bytes defines the max number of bytes and time_period the max number of milliseconds. Together, these props define an upper limit of bytes to be sent / time_period, for example
max_bytes="120KB" time_period="3000" defines that we can send a max of 120'000 bytes distributed over the course of 3 seconds.

max_bytes="10MB" time_period="1000" means that a sender can send only 10MB of data per second. If we have 4 senders, then the total throughtput will never be more than 40MB/sec/node in this example.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list