summaryrefslogtreecommitdiff
path: root/apps/couch/src/couch_proc_manager.erl
AgeCommit message (Expand)Author
2012-11-14Only close idle processes that have no clientPaul J. Davis
2012-11-14Remove the client ref when it diesPaul J. Davis
2012-11-14Two last bugs in couch_proc_managerPaul J. Davis
2012-11-14Use a match_spec() instead of a match_pattern()Paul J. Davis
2012-11-14Avoid scanning the entire table of procsPaul J. Davis
2012-11-14Mark proc as unused in ret_procAdam Kocoloski
2012-11-14Trigger a GC when OS process is returnedAdam Kocoloski
2012-11-14Allow processes to idle before exitingPaul J. Davis
2012-11-14Fork new OS processes outside proc_manager loopAdam Kocoloski
2012-01-24Minor bug getting the reduce_limit settingPaul J. Davis
2011-06-13Merge CouchDB 1.1Robert Newson
2011-01-26Remove a function clause that can never matchAdam Kocoloski
2011-01-06Refactor OS process managementAdam Kocoloski