Message-Id: <350574E3.22FBE249@tek.com>
Date: Tue, 10 Mar 1998 09:14:11 -0800
From: Sunil Khiani <Sunil.Khiani@tek.com>
To: java-security@web1.javasoft.com
Subject: Denial of Service Attack?
Hi,
We are developing applets using Symantec Cafe2.0. Each Applet has lot
of widgets i.e. GUI components. Individually the applets work fine. But
when a user navigates among the applets, the Window 95 Resources(system,
user, gdi) go down slowly but surely; The Netscape communicator (version
4.4 with JDK1.1 patch) becomes very slow to the point of being
unusable.
I have tried putting
(1) System.gc() calls, System.finalization() calls in destroy method of
the applets
(2)I also have put the call
"netscape.applet.Control.setAppletPruningThreshold(0)" so every loaded
applet, destroys up the previous applet.
But the resource leaks do not get plugged.
If anyone knows a way to avoid this denial of service attack, please
let me know.
Thanks,
-Sunil.
Sunil.Khiani@tek.com
/*************************************/
/* Sunil K. Khiani */
/* Tektronix,Inc */
/* P.Box - 1114 */
/* Grass Valley, CA 95945 */
/* Tel. No.# 530-478-4098 (O) */
/* Fax. No.# 530-478-3820 */
/* Email:Sunil.Khiani@tek.com */
/* There is more than one way to do it */
/* -Larry Wall */
/**************************************/