Open Bug 1067537 Opened 10 years ago Updated 2 years ago

better file descriptor cache management when changing the cache limits

Categories

(NSPR :: NSPR, defect)

defect

Tracking

(Not tracked)

People

(Reporter: froydnj, Unassigned)

References

Details

Per bug 573192 comment 8, there are a few things that could be fixed with file descriptor caching:

#1 - Going from caching to not caching: delete all the cached entries,
     update the count to 0.

#2 - Going from more caching to less caching: delete all the cached
     entries above the new threshold. Update the count to the new
     threshold. This wasn't being done before, but it's the correct
     thing to do.

The bug assignee is inactive on Bugzilla, so the assignee is being reset.

Assignee: wtc → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.