| Commit message (Expand) | Author | Age | Files | Lines |
| * | part 2 done. The mixed_queue is back to using only one queue. Start up time i... | Matthew Sackman | 2009-07-17 | 3 | -152/+114 |
| * | The use of the in-memory run length queue in disk_only queue is considered a ... | Matthew Sackman | 2009-07-17 | 3 | -67/+98 |
| * | Well it's better. The memory size is now recovered at start up by doing a fol... | Matthew Sackman | 2009-07-16 | 5 | -73/+94 |
| * | Substantial changes to mixed_queue. | Matthew Sackman | 2009-07-15 | 2 | -224/+264 |
| * | Just adding a bit more testing really just to bump the code coverage up. | Matthew Sackman | 2009-07-10 | 2 | -1/+46 |
| * | prefetch part 1. When a mixed_queue sees that the next item in its queue is o... | Matthew Sackman | 2009-07-10 | 3 | -40/+85 |
| * | Adjusted documentation | Matthew Sackman | 2009-07-10 | 1 | -7/+11 |
| * | *cough* | Matthew Sackman | 2009-07-09 | 1 | -1/+2 |
| * | ...and with some testing and debugging, it might even work as described in th... | Matthew Sackman | 2009-07-09 | 2 | -28/+24 |
| * | additional documentation | Matthew Sackman | 2009-07-09 | 1 | -1/+9 |
| * | Initial work to permit low priority background tasks to be catered for. | Matthew Sackman | 2009-07-09 | 5 | -78/+236 |
| * | merging in from 21087. In testing, observed oscillation - with lots of queues... | Matthew Sackman | 2009-07-09 | 2 | -16/+17 |
| |\ |
|
| | * | *idiot*. | Matthew Sackman | 2009-07-09 | 1 | -12/+11 |
| * | | length is never used in disk_queue, so removed | Matthew Sackman | 2009-07-09 | 1 | -21/+12 |
| * | | minor documentation fix. | Matthew Sackman | 2009-07-09 | 1 | -2/+1 |
| * | | Fixes from removing the non-contiguous sequences support from the disk queue ... | Matthew Sackman | 2009-07-09 | 1 | -31/+20 |
| * | | The mixed queue contains in its queue knowledge of whether the next message i... | Matthew Sackman | 2009-07-08 | 3 | -189/+82 |
| * | | added requeue_next_n to disk_queue and made use of it in mixed_queue:to_disk_... | Matthew Sackman | 2009-07-08 | 3 | -28/+62 |
| * | | found a bug in the memory reports in combination with hibernation in that if ... | Matthew Sackman | 2009-07-08 | 3 | -52/+78 |
| * | | Sorted out rabbitmqctl so that it sends pinning commands to the queue_mode_ma... | Matthew Sackman | 2009-07-07 | 3 | -33/+100 |
| * | | lots of tuning and testing. Totally rewrote the to_disk_only_mode in mixed_qu... | Matthew Sackman | 2009-07-07 | 3 | -54/+100 |
| * | | oh look, another merge in from 21087 | Matthew Sackman | 2009-07-06 | 1 | -7/+8 |
| |\ \
| |/ |
|
| | * | a) reverted the change to do_send which had come in when I updated gen_server... | Matthew Sackman | 2009-07-06 | 1 | -7/+8 |
| * | | (another) merge from 21087 (not 21097 as mentioned in previous commit) | Matthew Sackman | 2009-07-06 | 1 | -28/+49 |
| |\ \
| |/ |
|
| | * | All cosmetic (line length) | Matthew Sackman | 2009-07-06 | 1 | -28/+49 |
| * | | merge from bug21097 | Matthew Sackman | 2009-07-06 | 3 | -110/+173 |
| |\ \
| |/ |
|
| | * | Pushed the binary exponential timeout / hibernate system into gen_server2. Ad... | Matthew Sackman | 2009-07-06 | 2 | -92/+117 |
| | * | updating gen_server2 with latest from R13B01 in order to ensure this doesn't ... | Matthew Sackman | 2009-07-06 | 3 | -28/+71 |
| * | | Added documentation | Matthew Sackman | 2009-07-06 | 1 | -0/+66 |
| * | | testing shows these values work well. The whole thing works pretty well. Obv... | Matthew Sackman | 2009-07-06 | 3 | -4/+4 |
| * | | Reworked. Because the disk->mixed transition doesn't eat up any ram, there is... | Matthew Sackman | 2009-07-03 | 8 | -212/+435 |
| * | | report memory: | Matthew Sackman | 2009-07-03 | 1 | -5/+5 |
| * | | wip, dnc. | Matthew Sackman | 2009-07-02 | 2 | -27/+89 |
| * | | cosmetic | Matthew Sackman | 2009-07-02 | 1 | -2/+2 |
| * | | well if we're going to not actually pull messages off disk when going to mixe... | Matthew Sackman | 2009-07-02 | 3 | -84/+29 |
| * | | Sorted out the timer versus hibernate binary backoff. The trick is to use app... | Matthew Sackman | 2009-07-02 | 1 | -10/+17 |
| * | | merge in from 21087. Behaviour is now broken because the timeout can get > 10... | Matthew Sackman | 2009-07-02 | 8 | -56/+132 |
| |\ \
| |/ |
|
| | * | Done. In order to keep the code simple, the detection of naptime is done in r... | Matthew Sackman | 2009-07-02 | 1 | -6/+45 |
| | * | better exception tag | Matthias Radestock | 2009-07-01 | 1 | -1/+1 |
| | * | fix another off-by-one error | Matthias Radestock | 2009-07-01 | 1 | -1/+1 |
| | * | fold | Matthias Radestock | 2009-07-01 | 1 | -9/+6 |
| | * | Fix off-by-one error (discovered by Matthias) | Tony Garnock-Jones | 2009-07-01 | 1 | -1/+1 |
| | * | cosmetic | Matthias Radestock | 2009-07-01 | 1 | -23/+19 |
| | * | Convenience rabbit_basic functions. | Tony Garnock-Jones | 2009-06-22 | 2 | -11/+59 |
| | * | tabs -> spaces | Matthias Radestock | 2009-06-18 | 6 | -25/+25 |
| * | | When converting to disk mode, use tx_publish and tx_commit instead of publish... | Matthew Sackman | 2009-07-01 | 1 | -9/+16 |
| * | | Well after all that pain, simply doing the disk queue tests first seems to so... | Matthew Sackman | 2009-07-01 | 1 | -3/+1 |
| * | | merge, but it still doesn't work. Sometimes it blows up on clustering with "A... | Matthew Sackman | 2009-06-30 | 1 | -5/+14 |
| |\ \ |
|
| | * | | Well, this seems to work. | Matthew Sackman | 2009-06-30 | 1 | -4/+13 |
| | * | | and now clustering seems to work again... | Matthew Sackman | 2009-06-30 | 1 | -4/+4 |