RE: [OT] Performance tricks with multiple tomcat instances

2006-03-14 Thread Caldarale, Charles R
From: Darryl L. Miles [mailto:[EMAIL PROTECTED] Subject: Re: Performance tricks with multiple tomcat instances I would hope that JIT compiler engineers would as a minimum implicitly add the lock instruction before all operations on primitive types declared volatile that are in the

Re: [OT] Performance tricks with multiple tomcat instances

2006-03-14 Thread Darryl L. Miles
Caldarale, Charles R wrote: From: Darryl L. Miles [mailto:[EMAIL PROTECTED] Subject: Re: Performance tricks with multiple tomcat instances I would hope that JIT compiler engineers would as a minimum implicitly add the lock instruction before all operations on primitive types declared

Re: [OT] Performance tricks with multiple tomcat instances

2006-03-14 Thread Leon Rosenberg
Chuck, Darryl I'd like to thank you both on the amazing insights of concurrency. Learned a lot today :-) thanx leon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]