The Artima Developer Community
Sponsored Link

Java Answers Forum
Applet Refresh - Out Of Memory

1 reply on 1 page. Most recent reply: Jun 7, 2005 7:10 AM by Amol Brid

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Sanjay

Posts: 6
Nickname: sanjay
Registered: Mar, 2002

Applet Refresh - Out Of Memory Posted: Jun 7, 2005 2:36 AM
Reply to this message Reply
Advertisement
I have a web based application that uses applet. The application refreshes after some predefined interval and subsequently applet refreshes as well. When the applet was loaded first time some objects were loaded with it in IE JVM. After each refresh same objects are again loaded. What I mean to say is that there are no new objects which means that the IE JVM memory should not increase. Also my Applet's destroy method is called everytime the browser refreshes. but unfortunately , at each refresh the IE JVM memory consumption increases and soon I have out of memory situation. From a web site I learnt that it was a problem with SUN's JVM and that the problem had been fixed in JDK 1.4.2_04 . I switched to this one but the problem is same. Please help


Amol Brid

Posts: 43
Nickname: amolbrid
Registered: Feb, 2004

Re: Applet Refresh - Out Of Memory Posted: Jun 7, 2005 7:10 AM
Reply to this message Reply
Can you post your code. It will be helpful to figure out and solve the problem.

Regards,
Amol Brid.

Flat View: This topic has 1 reply on 1 page
Topic: Identifying JDBC Type Drivers.. Previous Topic   Next Topic Topic: Exception Handling

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use