"Wang, Jianming" wrote:
>
> The performance issue is mainly caused by "synchronized" on *static* method.
>

 Given that what's being synchronized is a database
access, the performance of the synchronization is
unlikely to be an issue. General rule is to optimize
only after testing to ensure that something is a real
bottleneck, and in this case...


-cks

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to