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
- as400 iSeries NetServer Disabled user profiles
- Create a Custom Live Linux CD - Leveraging BusyBox and OpenSSH
- Super $500 Myth Project
- Encode HTML Entities - Showing code in blogs
- Search for text in vi or vim
- Thomas Dudziak's Weblog
- IBM eServer iSeries - iSeries NetServer: Command Line Setup
- Library list for Web server
- HOW TO make a Powerbook in to a Wi-Fi access point!
- Reno County is preparing to move from an AS400 computer system to a personal-computer-based system
No comments:
Post a Comment