summaryrefslogtreecommitdiff
path: root/src/delegate.erl
Commit message (Expand)AuthorAgeFilesLines
* Minor refactorbug22812Matthew Sackman2010-05-271-3/+4
* We were only applying the local shortcut in the case when we were *only*Simon MacMullen2010-05-271-20/+24
* Merging bug 19844 onto defaultMatthew Sackman2010-05-051-0/+1
* Cosmeticsbug19844Matthew Sackman2010-05-051-7/+6
* Retain all exception information if thrown. Use that to rethrow in the single...Simon MacMullen2010-05-051-11/+25
* cosmeticMatthew Sackman2010-04-301-4/+4
* FPid => FunMatthew Sackman2010-04-301-24/+24
* Cosmetics and minor refactoringsMatthew Sackman2010-04-301-34/+36
* result, not return...Simon MacMullen2010-04-291-8/+8
* Rename invoke_async as it's not really async.Simon MacMullen2010-04-291-8/+8
* Commit 0ab19fce3677 broke effect visibility again! This time, go through a pr...Simon MacMullen2010-04-291-11/+18
* cosmeticsMatthew Sackman2010-04-281-6/+6
* Don't use server(Hash) to name the delegate process.Simon MacMullen2010-04-281-2/+1
* Explain asyncness.Simon MacMullen2010-04-281-0/+5
* Always catch, don't ever allow the server process to die.Simon MacMullen2010-04-281-1/+4
* Parallelise communication with multiple nodes.Simon MacMullen2010-04-281-7/+17
* Move the gen_server2-via-delegate code into amqqueue; it should only be used ...Simon MacMullen2010-04-281-26/+0
* Rename delegate:call and :cast to :invoke and :invoke_async.Simon MacMullen2010-04-281-19/+19
* Cache the actual delegate process name, not the result of process_count.Simon MacMullen2010-04-281-15/+14
* cosmeticsMatthew Sackman2010-04-271-13/+12
* Add / fix specs, and remove some unreachable code.Simon MacMullen2010-04-221-0/+19
* If the other node is down and we're only going to delegate:cast anyway we don...Simon MacMullen2010-04-221-3/+8
* Use 2x CPUs as the number of delegate processes.Simon MacMullen2010-04-221-6/+18
* Use phash2/2, remove string:concat.Simon MacMullen2010-04-221-2/+2
* orddict is much faster given we only have a tiny dict.Simon MacMullen2010-04-191-3/+3
* Don't pass around lists of lists for no reason.Simon MacMullen2010-04-161-6/+6
* Reimplement the local optimistion, refactor quite a bit, fix delegate to actu...Simon MacMullen2010-04-161-31/+33
* Clean up exported function names.Simon MacMullen2010-04-121-25/+24
* Remove upmap that was causing tests to fail, remove "optimisation" as it's no...Simon MacMullen2010-04-121-13/+6
* Port various queue operations over to the new delegate system. Unfortunately ...Simon MacMullen2010-04-121-1/+24
* Rename delegate_{sync,async} to delegate_{call,cast}.Simon MacMullen2010-04-091-11/+11
* Return statuses (and pids where appropriate).Simon MacMullen2010-03-171-8/+20
* Generic delegate mechanism, similar to what the router did before.Simon MacMullen2010-03-171-0/+129