Hi

    We developed an applet which uses JAI 1.1.. yes of course with JRE1.3.1
plugin. The applet functions as a viewer for TIFF images and also allows
users to manipulate them. We have ensured that there are no static
variables and scope defined for variables is the minimum required. But we
are still facing an undefined memory issue.
When print is executed on the image (using Java2D), a few times ... it just
hogs memory. Or I change the image loaded 2 -3 times and refresh the
applet, it seems to run out of memory, and finally hangs.
We have tried to do a System.gc.. to no avail.

What is the minimum RAM one should expect at the client machine, with JAI
,JSSE  and JRE1.3.1 loading, along a with an applet. the Tiff img size
would rarely exceed 500KB.
The memory usage especially shoots up when a print command is fired(We use
Java2D classes for printing).
Also, I have read a lot of other posts about setting the max heap size
.etc. But can all this be done on a user's machine who is simply
downloading an applet.

Would appreciate help on this.

Thanx
Rohini

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to