Closed
Bug 3209
Opened 26 years ago
Closed 23 years ago
NECKO: RX: network cache
Categories
(Core :: Networking: Cache, defect, P2)
Tracking
()
VERIFIED
WONTFIX
M10
People
(Reporter: chofmann, Assigned: gagan)
Details
gagan needs to hunt down PRIVATE data; maybe dp needs all netlib folks to do
the same, as long ago montulli used PRIVATE everywhere:
Much of our non-static/global data needs to be partitioned by window,
not reachable by other windows except through statics/globals.
Therefore we're starting the hunt with statics and globals.
Please have a look at the file(s) below to see if we can improve reentrantcy
across
the code base by making modifications to:
network/cache/extcache.h:#define PRIVATE static
network/cache/nu/include/nsCacheTrace.h: static char* m_TraceBuffer;
network/module/nsNetFile.h:static nsNetFile *gNetFile = nsnull;
A lot of these portions of code are going to be discarded at the end of
project N2 (Netlib cleanup) merge. Thanks for pointing this out though.
Comment 2•26 years ago
|
||
setting paulmac as QA contact for all gagan's bugs (sorry for the spam)
Reporter | ||
Comment 3•26 years ago
|
||
RX tasks aren't going to make M3.
close the reentrantcy tracking tasks if this specific area has been looked at
and doesn't seem to be a problem. Otherwise each of these areas
still need some looking at.
Per DP's suggestion marking these till M8. Though Necko lands with M7, we will
be able to verify it for M8.
Comment 6•26 years ago
|
||
I'm moving this to target M9, Necko will be enabled somewhere during late M8 or
early M9. We will need to get on this and it cannot be postponed past the M9
milestone.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Component: XP Miscellany → Cache
Resolution: --- → LATER
Summary: RX: network cache → NECKO: RX: network cache
Target Milestone: M9 → M10
the new Cache architecture does not have any static globals!
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Bulk move of all Cache (to be deleted component) bugs to new Networking: Cache
component.
Comment 10•23 years ago
|
||
netlib is gone. WONTFIX.
Status: REOPENED → RESOLVED
Closed: 26 years ago → 23 years ago
Resolution: --- → WONTFIX
Comment 11•22 years ago
|
||
VERIFIED/wontfix: cache bug cleanup
Status: RESOLVED → VERIFIED
QA Contact: paulmac → cacheqa
You need to log in
before you can comment on or make changes to this bug.
Description
•