[jboss-user] [Performance Tuning] New message: "Re: CPU usage increases daily for JBoss PID, reaches to 100% after 10 days."

Peter Johnson do-not-reply at jboss.com
Thu Jan 7 13:18:20 EST 2010


User development,

A new message was posted in the thread "CPU usage increases daily for JBoss PID, reaches to 100% after 10 days.":

http://community.jboss.org/message/518808#518808

Author  : Peter Johnson
Profile : http://community.jboss.org/people/peterj

Message:
--------------------------------------------------------------
Scott makes a really good point. A HashMap is not synchronized, and thus cannot handle multiple threads updating the map all at the same time. By any chance are all of the threads accessing the same HashMap, or are they accessing individual HashMaps? If the same, then you do have a problem
--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/518808#518808




More information about the jboss-user mailing list