summaryrefslogtreecommitdiff
path: root/src/file_handle_cache.erl
Commit message (Expand)AuthorAgeFilesLines
...
| * Short commentMarek Majkowski2011-03-081-0/+3
| * Use system_info(check_io)/max_fds instead of ulimit.Marek Majkowski2011-03-081-29/+10
| * Merge bug23575.bug23575Jerry Kuch2011-03-041-3/+3
| |\
| | * cosmeticMatthias Radestock2011-03-041-3/+3
| * | remerged in changes from defaultTim Fox2011-03-021-10/+31
| |\ \ | | |/
| | * whitespaceMatthew Sackman2011-02-211-0/+3
| | * Don't use rabbity types.Simon MacMullen2011-02-181-3/+3
| | * :info instead of :get_xbug23533Marek Majkowski2011-02-181-14/+19
| | * untabifyMarek Majkowski2011-02-181-3/+3
| | * default merged into bug23533Marek Majkowski2011-02-041-26/+11
| | |\
| | * | Introduce file_handle_cache:get_obtain_count and get_obtain_limit.Marek Majkowski2010-11-261-1/+16
| * | | remove commented out codeTim Fox2011-02-111-24/+0
| * | | Refactored handle_call({obtain, ...}, ...) into single headed functionTim Fox2011-02-111-22/+49
| * | | Added code to raise or clear alarm "file_descriptor_limit" when transitions b...Tim Fox2011-02-101-12/+26
| | |/ | |/|
* | | Updated rabbit_event and rabbit_reader. Removed accidental tabs from file_han...John DeTreville2011-02-071-1/+1
* | | Updated supervisor2.John DeTreville2011-02-071-1/+1
* | | Updated file_handle_cache.erlJohn DeTreville2011-02-071-6/+6
|/ /
* | Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|/
* code doc tweakbug23315Emile Joubert2010-09-291-1/+1
* tweakbug23137Matthias Radestock2010-09-091-3/+3
* Improvements to documentationMatthew Sackman2010-09-091-28/+39
* say a bit more own fd ownershipMatthias Radestock2010-09-091-2/+4
* tweakMatthias Radestock2010-09-091-1/+1
* tweaksMatthias Radestock2010-09-091-20/+22
* Corrected documentationMatthew Sackman2010-09-081-22/+38
* refactor: export a useful file_handle_cache:ulimit()Matthias Radestock2010-09-031-9/+13
* Avoid crashbug23153Matthew Sackman2010-08-221-2/+2
* ensure and assert that closed handles have last_used_at=undefinedMatthias Radestock2010-08-221-7/+12
* cosmeticMatthias Radestock2010-08-221-3/+3
* make it more obvious that reopen is a with_age_tree in disguiseMatthias Radestock2010-08-221-9/+10
* don't traverse age tree unnnecessarily on error in reopenMatthias Radestock2010-08-221-14/+12
* cosmeticMatthew Sackman2010-08-221-3/+2
* refactor: move open1 into reopenMatthias Radestock2010-08-221-22/+18
* If we've obtained permission to open some fds and that turns out not to work ...Matthew Sackman2010-08-221-1/+4
* record for pending itemsMatthias Radestock2010-08-221-17/+29
* Use foldr instead of foldl to avoid having to do extra reversesMatthew Sackman2010-08-221-11/+9
* always return refs/handles in correct orderMatthias Radestock2010-08-221-31/+30
* cosmeticMatthias Radestock2010-08-221-7/+7
* always leave at least two fds unobtainableMatthias Radestock2010-08-221-2/+5
* refactor: make new_closed_handle create the Ref and return itMatthias Radestock2010-08-221-19/+18
* merge bug23166 into bug23153Matthias Radestock2010-08-221-11/+28
|\
| * add support for dynamic setting/getting of fhc limitbug23166Matthias Radestock2010-08-221-11/+28
* | Rejigged client side so that it asks for the correct number of fds upfront.Matthew Sackman2010-08-221-60/+94
* | Modify server logic to deal with requests for multiple fds. Including nice pe...Matthew Sackman2010-08-211-31/+76
* | Add infrastructure to server to be able to handle requests for multiple fdsMatthew Sackman2010-08-201-13/+16
|/
* oopsbug23139Matthias Radestock2010-08-201-4/+4
* merge headsMatthias Radestock2010-08-201-11/+11
|\
| * ensure_mref => track_client andalso cosmeticMatthew Sackman2010-08-201-11/+11
* | simplification due to the fact that we always request closing of allMatthias Radestock2010-08-201-7/+5
* | cosmeticMatthias Radestock2010-08-201-8/+8
|/