Closed
Bug 6361
Opened 26 years ago
Closed 26 years ago
Apprunner/viewer very slow - caused by extensive disk access
Categories
(Core Graveyard :: Tracking, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M8
People
(Reporter: roland.mainz, Assigned: dp)
References
Details
(Whiteboard: [Perf])
Apprunner/viewer is very slow at resizing (and MAINLY if someone tries to the
drag-thing to get more space for the bookmarks/alerts-panel)
(And my machine is NOT a slow thing; and the problem still occurs on a Ultra5
with 333MHz/2MB-L2-Cache/512 MB).
The machine uses a 8 bit display, maybe here lies the problem...
Tested with nightly build 1999-05-12-08 on a Solaris 7 Generic_106541-03 sun4u
sparc Ultra 5 - 270 MHz
Updated•26 years ago
|
Assignee: chofmann → ramiro
Comment 2•26 years ago
|
||
lets try ramiro first to see if he has something up his sleve
on linux...
Reporter | ||
Comment 5•26 years ago
|
||
A big piece of the performance problems seems to caused by extensive disk
access.
Try to start ./apprunner from a NFS-driven home-directory (10baseT) and watch
the network LED...
This problem can be reduced by doing things like "component registration" and
other file-access-extensive things on parallel, filling gaps where no
file-accesses are made.
----
Another idea is the JAVA-*.jar idea: Pack all related files in ONE *.jar-archive
(and please use the *.jar format, DO NOT invent the wheel again !!!!!) and load
it once at startup.
Summary: Apprunner/viewer very slow → Apprunner/viewer very slow - caused by extensive disk access
Updated•26 years ago
|
Assignee: ramiro → dp
Target Milestone: M7 → M10
marking m10.
Im working on performance bugs/problems, but in rendering.
Disk access is another story and an xpcom/ component manger thing.
Reassigning to dp@netscape.com
If would be interesting to compare the nfs performance with a local disk
installtion on the same build and platform.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M10 → M8
Reporter | ||
Comment 7•26 years ago
|
||
local harddisk performance seems to be little bit better. Using /tmp on a
Solaris 7 box with 512MB __rocks__ (e.g. build and run from it =:-) ).
Dumb question: How to measure disk performace vs. nfs disk performance vs. /tmp
disk performace (tmp is at least a memory-to-memory copy...) ?
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•26 years ago
|
||
Prepoulating registry removed most of the disk access.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•