how much memory does your applet need to execute ?
i still see memory being used up and not released when the applet is terminated or a tab is closed. A running Applet seesm to use about 29Meg of heap space. And some of that heap keeps getting lost as it appears to be invisible to Java's garbage collection capabilities.
Apple provides a more efficient facility for executing an applet outside of a browser environment but apparently the Applet looks for cookies or whatever and cant find them unless running in a browser. It would also use less CPU that way. I run an Ameitrade trading applet out of that alternate utility and it runs more cleanly as well.
i still see memory being used up and not released when the applet is terminated or a tab is closed. A running Applet seesm to use about 29Meg of heap space. And some of that heap keeps getting lost as it appears to be invisible to Java's garbage collection capabilities.
Apple provides a more efficient facility for executing an applet outside of a browser environment but apparently the Applet looks for cookies or whatever and cant find them unless running in a browser. It would also use less CPU that way. I run an Ameitrade trading applet out of that alternate utility and it runs more cleanly as well.
Comment