Bottom line up front, if you are doing/using any of the following, you are at risk for memory leaks during hot restarts.
Using JDBC - (Depending on where your driver's jar file is) - Specifically java.sql.DriverManager
Dom4j (Before version 1.6)
HIbernate 2.x - (Actually, its Dom4j's fault, its a dependency of Hibernate)
Webwork
Anything with Java Beans (Specifically, java.beans.Introspector)
Anything with ThreadLocals
The Art of War
Wednesday, June 15, 2005
Subscribe to:
Post Comments (Atom)
Popular Posts
- Linux Forum: Apache, Webmin and Mandrake - Linux Operating System Help
- Yahoo! Mail: Revenge of the Oddpost
- Free AS400 & iSeries Software Tools & Utilities Downloads
- The Laughing Boardroom video...a real world example!
- IBM eServer iSeries - The Laughing Boardroom
- Basic Requirements of a JavaServer Faces Application
- UDATE and *DATE in AS400 RPG
- AS400 APIs
- Encrypt Data on as400 (QC3ENCDT, Qc3EncryptData)
- Creating an as400 Query
No comments:
Post a Comment