Closed
Bug 75999
Opened 24 years ago
Closed 4 years ago
nsLDAPService needs to disconnect unused connections
Categories
(Directory :: LDAP XPCOM SDK, defect, P2)
Tracking
(Not tracked)
RESOLVED
INACTIVE
mozilla1.2
People
(Reporter: leif, Unassigned)
References
Details
We need to figure out how and when the nsLDAPService should disconnect LDAP
connections that are not in use. Right now we keep track of the number of
outstanding leases ("users"), as well as a timestamp when a connection was last
used. This we will use to tear down connections that are inactive for some
amount of time.
Reporter | ||
Updated•24 years ago
|
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.2
Updated•23 years ago
|
Priority: P2 → P1
Updated•23 years ago
|
Priority: P1 → P2
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Updated•23 years ago
|
Target Milestone: mozilla0.9.3 → mozilla1.0
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.7
Comment 3•23 years ago
|
||
Moving out of 0.9.7. Feel free to move them past 0.9.8.
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Comment 4•23 years ago
|
||
Mass change: pushing out 0.9.8 bugs, as I'm concentrating feature work now.
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.0
Comment 5•23 years ago
|
||
Moving Netscape owned 0.9.9 and 1.0 bugs that don't have an nsbeta1, nsbeta1+,
topembed, topembed+, Mozilla0.9.9+ or Mozilla1.0+ keyword. Please send any
questions or feedback about this to adt@netscape.com. You can search for
"Moving bugs not scheduled for a project" to quickly delete this bugmail.
Target Milestone: mozilla1.0 → mozilla1.2
Updated•20 years ago
|
Assignee: dmose → nobody
Comment 6•16 years ago
|
||
Filter on "Nobody_NScomTLD_20080620"
Assignee: nobody → dmose
QA Contact: olgac → xpcom
Updated•7 years ago
|
Assignee: dmose → nobody
Comment 7•4 years ago
|
||
Moot point.
nsLDAPService
wasn't being used, and was mostly culled in Bug 1672902 (https://hg.mozilla.org/comm-central/rev/75d7bbd322cc).
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•