Bugs item #903570, was opened at 2004-02-24 17:16
Message generated for change (Comment added) made by ejort
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=903570&group_id=22866

>Category: JBossCX
Group: v3.2
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Doychin Bondzhev (doychin)
>Assigned to: Adrian Brock (ejort)
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.



----------------------------------------------------------------------

>Comment By: Adrian Brock (ejort)
Date: 2004-02-24 17:42

Message:
Logged In: YES 
user_id=9459

This has already been fixed in cvs.
http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/connectionmanager/CachedConnectionManager.java?only_with_tag=Branch_3_2

I wouldn't recommend running in "debug mode" under heavy
load anyway :-)
See deploy/transaction-service.xml

Regards,
Adrian

----------------------------------------------------------------------

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

Reply via email to