Closed
Bug 165309
Opened 23 years ago
Closed 23 years ago
LiveConnect is Slow due to printing of diagnostic messages
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 156365
People
(Reporter: mghenderson, Assigned: joe.chou)
References
()
Details
The URL above is a "plot browser" I wrote using DHTML, JavaScript and Java,
and Live Connect.
The idea is that you can drag the mouse back and forth across the
image and it drags a "timeline" (a 1 pixel wide GIF image) and updates
two JAva apps.
On windows netscape6, it is very fast, but on Linux netscape 6 or Mozilla it
is much slower. I suspect its all the diagnostic messages that get printed out
on the Linux versions. Is there a way to turn them off? I consider this a
bug in the Linux versions...
Comment 1•23 years ago
|
||
Confirming. Noticeably slower on Linux than WinNT, using
Mozilla trunk binaries 20020828xx. Reassigning to Patrick -
Using Java(TM) Plug-in: Version 1.3.0_01 on WinNT
Using Java(TM) Plug-in: Version 1.4.0 on Linux
Michael: nice site!!! But where are the diagnostic messages being
printed out? I don't see any in the Java Console or JavaScript Console -
Assignee: rogerl → beard
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Live Connect is Slow due to printing of diagnostic messages → LiveConnect is Slow due to printing of diagnostic messages
| Reporter | ||
Comment 2•23 years ago
|
||
The diagnostic messages get printed to stdout or stderr (or whatever). So
you see them in the window that you used to invoke the browser. The shear volume
of messages *must* be giving a huge performance hit.
| Reporter | ||
Comment 3•23 years ago
|
||
Could this bug be related to bug #156365 ?
Comment 4•23 years ago
|
||
Could be - let me reassign to OJI (as bug 156365) for a decision on that
Assignee: beard → joe.chou
Component: Live Connect → OJI
QA Contact: pschwartau → pmac
*** This bug has been marked as a duplicate of 156365 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: joe.chou → petersen
Comment 7•23 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
You need to log in
before you can comment on or make changes to this bug.
Description
•