Closed
Bug 41560
Opened 25 years ago
Closed 25 years ago
download causes continual stat calls
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: colin, Assigned: neeti)
Details
(Keywords: embed, perf, Whiteboard: [nsbeta3+])
I'm seeing this in the 0602 M16 build on OpenVMS (cos that's where my debug
environment is), but I suspect is happening on all UNIX based builds.
Downloading a large file over a reasonably fast link is very slow. One of the
reasons I've been able to determine so far is that it appears that each file in
the disk cache is continually getting stat'd while the download is in progress.
I have no idea why, but I can see this quite clearly when I put a trace on the
stat routine.
If I disable the disk cache (set size to zero) the stat's stop and the download
speeds up.
Comment 1•25 years ago
|
||
over to Networking (i don't think this is an xp apps bug, but lemme know if
otherwise).
Assignee: don → gagan
Component: XP Apps → Networking
QA Contact: sairuh → tever
Comment 3•25 years ago
|
||
how are you downloading the file?
Reporter | ||
Comment 4•25 years ago
|
||
I'm not at my VMS system right now. I'll re-test with my M17 build later this
morning to see if its still happening, and if so, post exact details.
Reporter | ||
Comment 5•25 years ago
|
||
I am not able to reproduce this with my M17 build, so I guess whatever
the problem was, got fixed.
Feel free to close this bug report. Should I ever see the problem again,
I'll reopen it.
Closing this bug as per reporter's comments
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•