summaryrefslogtreecommitdiff
path: root/src/worker_pool_sup.erl
Commit message (Expand)AuthorAgeFilesLines
* track workers by Pid instead of nameMatthias Radestock2014-04-161-1/+1
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* 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
* more specsAlexandru Scvortov2011-08-081-2/+2
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-3/+2
* Introduced and used ok_or_error2(A,B). Also verified everything seems happy u...Matthew Sackman2010-07-071-5/+3
* cleanupAlexandru Scvortov2010-07-061-2/+4
* {'ok', A} -> rabbit_types:ok(A)Alexandru Scvortov2010-07-061-2/+2
* {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-2/+2
* Created worker pool system, and pushed the rabbit_misc:execute_mnesia_txn thr...Matthew Sackman2010-03-231-0/+69