You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Niklas Therning <ni...@trillian.se> on 2005/12/11 18:46:12 UTC

Re: [mina] Flow control / speed control

In Mina 0.9 you can suspend/resume reading and writing on an IoSession.
What needs to be done is a filter which can control (throttle) the
transfer rate of the traffic to/from a session based on the user's
preferences. I will add an issue to JIRA. Please add your thoughts on
how you would like this to work (e.g. kB/s, messages/s) as a comment to
the issue.

/Niklas

fedechicco@gmail.com wrote:
> Throttoling and measurement of flow speed is one of the TODO objects, by
> now it's not possible with mina (somebody correct me if i'm wrong).
> We are just in theese days discussing about it.
> 
> by Fedechicco
> 
> ----- Original Message ----- From: <ai...@gmx.de>
> To: <de...@directory.apache.org>
> Sent: Saturday, December 10, 2005 4:15 PM
> Subject: [mina] Flow control / speed control
> 
> 
>> Hi,
>>
>> I'm using mina 0.9. Does there exist a possibility to control the
>> transfer
>> rate by setting the wished KB/s or else??
>>
>>
>> Thanks,
>> Chris
>>
>