| Commit message (Expand) | Author | Age | Files | Lines |
* | Had been thinking about this optimisation for a while but someone mentioned i...bug20470 | Matthew Sackman | 2009-06-26 | 1 | -16/+26 |
* | Failed to either watch the logs or remember that the timer is cancelled on di... | Matthew Sackman | 2009-06-23 | 1 | -0/+2 |
* | Right, whilst tx_commits were being coalesced, this was not done properly pro... | Matthew Sackman | 2009-06-23 | 1 | -11/+16 |
* | cosmetic | Matthew Sackman | 2009-06-18 | 1 | -1/+1 |
* | stop the commit timer if we're no longer dirty. This means it should no longe... | Matthew Sackman | 2009-06-18 | 1 | -16/+24 |
* | Done. Problem was needing to reply instantly if we're not dirty. | Matthew Sackman | 2009-06-18 | 1 | -20/+31 |
* | well, I think it works, but it's now much much slower. | Matthew Sackman | 2009-06-18 | 1 | -71/+100 |
* | removing two usused functions: publish_with_seq and tx_commit_with_seq | Matthew Sackman | 2009-06-18 | 1 | -28/+2 |
* | just merging in identical change from default | Matthew Sackman | 2009-06-18 | 18 | -872/+3079 |
|\ |
|
| * | fixing up my issues with tmp dir, hopefully once and for all. TMPDIR is a sta... | Matthew Sackman | 2009-06-18 | 1 | -2/+6 |
| * | removal of two unused functions from disk_queue. There are two more unused fu... | Matthew Sackman | 2009-06-17 | 2 | -19/+8 |
| * | preemptive tidying | Matthew Sackman | 2009-06-17 | 1 | -18/+12 |
| * | sorted out specs. | Matthew Sackman | 2009-06-17 | 6 | -9/+62 |
| * | comment | Matthew Sackman | 2009-06-17 | 1 | -1/+2 |
| * | FunAcc0 ==> FunAcc | Matthew Sackman | 2009-06-17 | 1 | -6/+6 |
| * | merging in default | Matthew Sackman | 2009-06-17 | 7 | -22/+23 |
| |\ |
|
| * | | more renaming and mnesia change to bat file | Matthew Sackman | 2009-06-17 | 3 | -17/+18 |
| * | | Renaming variables. All tests still pass | Matthew Sackman | 2009-06-17 | 3 | -99/+95 |
| * | | added batching for autoacks for general run_message_queue | Matthew Sackman | 2009-06-17 | 1 | -16/+15 |
| * | | adjusted HO-ness in deliver queue beautifully. Thus in the deliver_from_queue... | Matthew Sackman | 2009-06-17 | 1 | -42/+45 |
| * | | More tidying | Matthew Sackman | 2009-06-17 | 4 | -23/+19 |
| * | | further discussion | Matthew Sackman | 2009-06-17 | 1 | -18/+19 |
| * | | post case/if discussion | Matthew Sackman | 2009-06-17 | 1 | -9/+6 |
| * | | mainly if ==> case in suitable places, but also some formatting | Matthew Sackman | 2009-06-17 | 5 | -69/+88 |
| * | | tabs and line length | Matthew Sackman | 2009-06-17 | 1 | -2/+3 |
| * | | fixed line lengths | Matthew Sackman | 2009-06-17 | 10 | -116/+177 |
| * | | Removing the failed experiment that was the odbc db queue | Matthew Sackman | 2009-06-17 | 2 | -476/+0 |
| * | | just removing tabs | Matthew Sackman | 2009-06-17 | 4 | -219/+219 |
| * | | Yep, as I'd thought, the next_seq_id field was totally unused for anything us... | Matthew Sackman | 2009-06-12 | 1 | -81/+54 |
| * | | Made mixed_queue track its length by itself. This avoids synchronous calls to... | Matthew Sackman | 2009-06-12 | 4 | -81/+106 |
| * | | merging in from default | Matthew Sackman | 2009-06-11 | 18 | -845/+3419 |
| |\ \ |
|
| | * | | And suddenly it works. Testing showed that removing the crude limit UNSENT_ME... | Matthew Sackman | 2009-06-11 | 3 | -14/+17 |
| | * | | well, I've made the acking for messages which are on disk but are not persist... | Matthew Sackman | 2009-06-10 | 2 | -14/+32 |
| | * | | Took advantage of the gen_server2 priorities. | Matthew Sackman | 2009-06-10 | 4 | -8/+9 |
| | * | | Added means to alter all queues and switch to disk_only mode in the disk queue. | Matthew Sackman | 2009-06-10 | 6 | -2/+131 |
| | * | | just merging in default. | Matthew Sackman | 2009-06-10 | 17 | -849/+3275 |
| | |\ \ |
|
| | | * | | Two things have happened here. Firstly, the mixed_queue now functions correct... | Matthew Sackman | 2009-06-10 | 3 | -124/+245 |
| | | * | | just committing as need to work from home tomorrow. Code in "interesting" sta... | Matthew Sackman | 2009-06-09 | 3 | -52/+130 |
| | | * | | Using delayed_write batches together small writes and reduces the number of O... | Matthew Sackman | 2009-06-09 | 1 | -10/+32 |
| | | * | | Logic failure which only came to light when trying to run the consumers as do... | Matthew Sackman | 2009-06-09 | 1 | -3/+5 |
| | | * | | can now switch the mixed queue between modes | Matthew Sackman | 2009-06-08 | 1 | -1/+48 |
| | | * | | tiny refactor | Matthew Sackman | 2009-06-08 | 1 | -4/+1 |
| | | * | | refactorings and code cleanup | Matthew Sackman | 2009-06-08 | 1 | -355/+398 |
| | | * | | idiot | Matthew Sackman | 2009-06-08 | 1 | -1/+2 |
| | | * | | tiny refactorings | Matthew Sackman | 2009-06-08 | 2 | -7/+5 |
| | | * | | merge in default, post the bug20782 merge. All the tests still pass and the t... | Matthew Sackman | 2009-06-08 | 17 | -847/+2967 |
| | | |\ \ |
|
| | | | * | | was just watching the logs go by when running tests and saw an explosion. Pre... | Matthew Sackman | 2009-06-06 | 2 | -2/+4 |
| | | | * | | need to leave the disk queue running so that the rest of the tests go through | Matthew Sackman | 2009-06-05 | 1 | -0/+2 |
| | | | * | | All tests pass. Including clustering tests. "ram-nodes" in clustering now hav... | Matthew Sackman | 2009-06-05 | 2 | -38/+41 |
| | | | * | | all java tests now pass. tiny (but significant!) bug in the mixed_queue start... | Matthew Sackman | 2009-06-05 | 1 | -1/+1 |