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
- Re: [JBoss-dev] Why are we using this bogus const... Dain Sundstrom
- Re: [JBoss-dev] Why are we using this bogus c... Hiram Chirino
- Re: [JBoss-dev] Why are we using this bogus construct Larry Sanderson
- Re: [JBoss-dev] Why are we using this bogus construct David Jencks
- Re: [JBoss-dev] Why are we using this bogus const... Larry Sanderson
- Re: [JBoss-dev] Why are we using this bogus c... David Jencks
- Re: [JBoss-dev] Why are we using this bog... Larry Sanderson
- Re: [JBoss-dev] Why are we using thi... David Jencks
- Re: [JBoss-dev] Why are we using this bog... Toby Allsopp
- Re: [JBoss-dev] Why are we using thi... Scott M Stark
- Re: [JBoss-dev] Why are we using... Stefan Reich
- Re: [JBoss-dev] Why are we using... David Jencks
- Re: [JBoss-dev] Why are we using thi... Dain Sundstrom
- Re: [JBoss-dev] Why are we using this bogus construct Hiram Chirino
- Re: [JBoss-dev] Why are we using this bogus construct Adrian Brock
- Re: [JBoss-dev] Why are we using this bogus construct Scott M Stark
- RE: [JBoss-dev] Why are we using this bogus construct Rhett Aultman
- Re: [JBoss-dev] Why are we using this bogus construct Mikael Eriksson
- RE: [JBoss-dev] Why are we using this bogus construct Kevin Conner