throttler icon indicating copy to clipboard operation
throttler copied to clipboard

Throttle based on queueing

Open JulianBirch opened this issue 10 years ago • 0 comments

Just a suggestion, in erlang the cost of writing to a channel is directly linked to the number of unprocessed messages the channel has. So at low-bandwidth times there's no throttling, but when things are busy the producer threads get slowed down. You might like to add something in that vein.

JulianBirch avatar May 15 '14 10:05 JulianBirch