Do I get to update the CachedConnectionManager with the code from jb4
first? :-))

david

On 2003.02.13 15:40 Stefan Reich wrote:
> Just as a reminder: the uncontended case for a synchronized statement 
> is VERY fast: about 13  PowerPC  instructions. I would argue "safety 
> first", use Java synchronization where possible, or advanced data 
> structures from the concurrent package if not. If a piece of code turns 
> out to be a scalability problem we can apply more brain power to find a 
> better solution. In the end, the scalability problem will be somewhere 
> unexpected anyway.
> 
> BTW, I am taking bets on the most contended calling sequence with 
> ECPerf on Jboss 3.2 with CMP before I send out the stack trace...
> 
> Stefan
> 
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your  SSL security issues.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to