Bugs item #903570, was opened at 2004-02-24 19:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=903570&group_id=22866
Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Doychin Bondzhev (doychin) Assigned to: Nobody/Anonymous (nobody) Summary: CachedConnectionManager uses unsychronized WeakHashMap Initial Comment: in CachedConnectionManager there is connectionStackTraces hash map object used to trace connections and theire return state. this hash map in multi CPU envirnonment on heavy load leads to system freeze. In order to resolve this problem I set intrasaction-services connection trace flag to fals in order to aviod the use if this hash map object. Posible solution is to construct this object using Conllection.synchronizedMap method. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=903570&group_id=22866 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
