|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
garbage collection
whats the best way to implement garbge coll. in multithreaded java program? should it be in the mail class which calls the thread, or should it be in the thread class (implements thread) before it exits??
right now I have it in the thread class like this: Code:
System.gc();
__________________
Web Development Studio | XML/ XSL/ PHP/ Flash/ Mysql | Digital Metamorphoses | http://www.dimensionstudio.biz |
|
#2
|
||||
|
||||
|
dunno if you have run into these...
http://java.sun.com/docs/books/tuto...em/garbage.html http://java.sun.com/docs/books/tuto...collection.html |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > garbage collection |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|