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
- List Job (QUSLJOB) API
- Using QCLRDTAQ to clear data queues in CL and RPG
- What is QZHQSSRV job?
- Make a Home made, open source mp3 Player
- UDATE and *DATE in AS400 RPG
- AS400 Job Scheduler
- API Example - Deleting Old Spooled Files
- AS400 APIs
- 80 Column Punched Cards and the History of RPG on the AS400
- QUSRJOBI API (Retrieve Job Information) as400
No comments:
Post a Comment