> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Strictly speaking, that's one thread per *servlet* object; if
> using the SingleThreadModel (let's hope not), the container
> is allowed to create multiple instances.

Good point in the general case, but I rather suspect David would have seen very 
different performance characteristics and some *very* confused output if that 
were the case here.

> > They're not further places for contention to occur.
> Depending on what else uses the criticalProcess object, that
> may or may not be true.

Another good point.  I was assuming something that isn't necessarily true, 
namely that criticalProcess was created for just that sync block.

Meh, why don't I bow out and leave Chuck to give all the good answers? ;-)

                - Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to