This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
3 Replies Last post: Aug 19, 2008 5:02 PM by Serge Piletsky  
calvin   4 posts since
Aug 14, 2008
Currently Being Moderated

Aug 15, 2008 12:19 PM

Cannot Terminate Browser Clearly

Many threads  cannot terminate unless   exit JVM(invoke System.exit()).

If I open and close many browsers ,is it possible to consume a lot of memory?

How to terminate all browser threads by programming but not exit JVM?

Thanks all!

Serge Piletsky TeamDev Ltd. 670 posts since
Apr 24, 2006
Currently Being Moderated
1. Aug 15, 2008 2:27 PM in response to: calvin
Re: Cannot Terminate Browser Clearly

How did you close opened browsers?

 

-Serge

Serge Piletsky TeamDev Ltd. 670 posts since
Apr 24, 2006
Currently Being Moderated
3. Aug 19, 2008 5:02 PM in response to: calvin
Re: Cannot Terminate Browser Clearly

Hi,

 

Yes, basically you just need to invoke Browser.close() method to release a browser object. In the latest build of JExplorer we have tried to minimize the memory leak issues on our side as much as possible. And you can download the latest build of JExplorer from our ftp: ftp://ftp.teamdev.com/updates/jexplorer-1.9.902.zip Also, that's a known fact that IE WebBrowser ActiveX component itself (which is used by JExplorer) has memory leak issues, so it's quite possible that you have faced with one of these issues.

 

Please try the new JExplorer update and let us know if helps to solve the memory leak problem in your application. But if it does not help then please send us a complete test case which reproduces the issue. We will investigate it and let you know the solution.

 

-Serge

More Like This

  • Retrieving data ...