summaryrefslogtreecommitdiff
path: root/src/rabbit_limiter.erl
Commit message (Expand)AuthorAgeFilesLines
* merge default into bug20099bug20099Matthias Radestock2009-01-161-0/+1
* Merged 18557 into defaultBen Hood2009-01-161-6/+8
* add some commentsbug18557Matthias Radestock2009-01-151-1/+4
* tidying up, refactoring and some cosmetic changesMatthias Radestock2008-12-261-3/+3
* cosmetic: rename 'in_use' to 'volume'Matthias Radestock2008-12-251-10/+10
* optimisation: only notify queues that have had can_send requests rejectedMatthias Radestock2008-12-251-18/+22
* destroy limiter when a channel becomes unlimitedMatthias Radestock2008-12-241-2/+8
* don't leave the limiter behind when the channel terminatesMatthias Radestock2008-12-231-1/+10
* add type spec for start_linkMatthias Radestock2008-12-231-0/+1
* handle the "no limiter" case more obviouslyMatthias Radestock2008-12-231-10/+8
* create limiter lazilyMatthias Radestock2008-12-231-0/+2
* make limiter keep track of all queues with subscriptionsMatthias Radestock2008-12-231-17/+41
* cosmeticMatthias Radestock2008-12-231-10/+10
* ensure fairnessMatthias Radestock2008-12-231-4/+13
* minor simplificationsMatthias Radestock2008-12-181-6/+4
* oopsMatthias Radestock2008-12-181-1/+1
* refactoringMatthias Radestock2008-12-181-18/+14
* tidy some more commentsMatthias Radestock2008-12-181-3/+3
* tidy commentsMatthias Radestock2008-12-181-11/+10
* lots of tweaks and fixesMatthias Radestock2008-12-181-48/+20
* fix typoMatthias Radestock2008-12-181-2/+2
* Added handler for monitor notificationsBen Hood2008-12-181-17/+6
* Don't double monitor anythingBen Hood2008-12-181-2/+5
* Put some monitors inBen Hood2008-12-181-17/+26
* Fix for multi ack bugBen Hood2008-12-181-1/+1
* merge default into bug18557Matthias Radestock2008-12-181-2/+31
* Shutting dialyzer upBen Hood2008-12-071-3/+13
* Dead queue informs limiterBen Hood2008-12-071-0/+11
* Now the channel sends the ack directly to the limiter instead of via the queueBen Hood2008-11-241-9/+9
* Minor fixesBen Hood2008-11-211-11/+15
* Changed prefetch from call to castBen Hood2008-11-211-6/+6
* Got rid o the per-queue in-use capacityBen Hood2008-11-211-30/+21
* Made set_prefetch_count into a proper gen_server callBen Hood2008-11-211-14/+20
* Fixed bug in limiterBen Hood2008-11-211-3/+3
* Refactored the internal structure of the limiterBen Hood2008-11-201-78/+34
* First cut with some actual load balancing workingBen Hood2008-11-201-10/+18
* SavepointBen Hood2008-11-191-0/+155