Re: Regarding DIRMINA-912

2013-08-25 Thread Mike McKnight
It is all working fine...I just followed the workaround suggestion in the min bug I referenced. My only point was that I believe this is a bug in the MINA framework that should be fixed and could be addressed rather simply. On 08/25/2013 10:36 AM, Jon V. wrote: Sounds like you need a task qu

Re: Regarding DIRMINA-912

2013-08-25 Thread Jon V.
Sounds like you need a task queue and a single dispatcher thread. Write the metered messages to the task queue and let it do the temporal management. This can all be done with one thread. On Aug 25, 2013 11:57 AM, "Mike McKnight" wrote: > In my case I have units on the ground that need to have me

Re: Regarding DIRMINA-912

2013-08-25 Thread Mike McKnight
In my case I have units on the ground that need to have messages throttled when being sent to the units. In other words all of the queued write events going to each unit need to be metered out in an temporal fashion. I have a separate thread pool available that can expand to the number of unit