summaryrefslogtreecommitdiff
path: root/src/worker_pool_worker.erl
Commit message (Expand)AuthorAgeFilesLines
* Rename boolean to reuse / single.bug25214Simon MacMullen2014-08-211-11/+11
* Make Mnesia tx worker pool jobs use a disposable process so that if mnesia_lo...Simon MacMullen2014-08-211-14/+26
* monitor workersbug26123Matthias Radestock2014-04-161-1/+1
* track workers by Pid instead of nameMatthias Radestock2014-04-161-30/+24
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Remove 'evil' receive block.bug25870Simon MacMullen2013-11-111-14/+18
* Cope with clients dying.Simon MacMullen2013-11-081-9/+36
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Merge in defaultSimon MacMullen2013-01-301-1/+1
|\
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | Pass length to prioritise_*Simon MacMullen2012-11-081-3/+3
|/
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* use correct type for {M,F,A}Matthias Radestock2012-01-231-5/+5
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* Merging bug 23157 into defaultMatthew Sackman2010-09-151-2/+5
|\
| * removed all references to pcall and pcastAlexandru Scvortov2010-08-251-2/+7
|/
* use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-2/+1
* cleanupAlexandru Scvortov2010-07-061-1/+2
* {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-1/+1
* Merging default into bug22616Matthew Sackman2010-04-301-0/+12
|\
| * cherry-pick file_handle_cache from bug21673Matthias Radestock2010-04-301-0/+15
* | Pulling good patches off bad head of defaultMatthew Sackman2010-04-301-7/+9
|/
* add worker_pook:submit_async/1Matthias Radestock2010-04-091-1/+11
* Missing hibernate timeoutMatthew Sackman2010-04-041-1/+1
* Created worker pool system, and pushed the rabbit_misc:execute_mnesia_txn thr...Matthew Sackman2010-03-231-0/+94