[
https://issues.apache.org/jira/browse/DIRMINA-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny closed DIRMINA-262.
-------------------------------------
> Controlling rate of writes in Mina 0.8.2
> ----------------------------------------
>
> Key: DIRMINA-262
> URL: https://issues.apache.org/jira/browse/DIRMINA-262
> Project: MINA
> Issue Type: New Feature
> Affects Versions: 0.8.2
> Reporter: Hanson Char
> Attachments: WriteThrottleFilter.java
>
>
> Creates a filter that throttle the write request according to a given rate,
> so one can control the rate of physical network write operations to not
> exceeding a specific number of messages.
> For example, can I say for a particular socket connection session Mina should
> write physically no more than 3 messages per second ? Message here means the
> argument that get passed to session.write(Object).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.