summaryrefslogtreecommitdiff
path: root/src/worker_pool.erl
Commit message (Expand)AuthorAgeFilesLines
* Rename boolean to reuse / single.bug25214Simon MacMullen2014-08-211-5/+5
* Make Mnesia tx worker pool jobs use a disposable process so that if mnesia_lo...Simon MacMullen2014-08-211-2/+8
* monitor workersbug26123Matthias Radestock2014-04-161-1/+13
* track workers by Pid instead of nameMatthias Radestock2014-04-161-28/+12
* record workers in a setMatthias Radestock2014-04-161-35/+29
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Cope with clients dying.Simon MacMullen2013-11-081-7/+11
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* use correct type for {M,F,A}Matthias Radestock2012-01-231-3/+4
* more specsAlexandru Scvortov2011-08-081-0/+1
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-1/+1
* Introduced and used ok_or_error2(A,B). Also verified everything seems happy u...Matthew Sackman2010-07-071-2/+1
* cleanupAlexandru Scvortov2010-07-061-1/+2
* {'ok', A} -> rabbit_types:ok(A)Alexandru Scvortov2010-07-061-1/+1
* {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-1/+1
* add worker_pook:submit_async/1Matthias Radestock2010-04-091-5/+23
* Missing hibernate timeoutMatthew Sackman2010-04-041-3/+5
* cosmeticbug22560Matthew Sackman2010-03-231-1/+1
* Created worker pool system, and pushed the rabbit_misc:execute_mnesia_txn thr...Matthew Sackman2010-03-231-0/+135