Try removing synchronize(this) and replace out--the servlet class scope variable--
with a service scope variable. If servlet works in MultiThread mode, the servlet
container will create multiple threads of service as requests coming in. The service
scope variables are not shared.
___________________________________________________________________________
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