Your problem MAY be that different instances access the same resource. In that
case it is specific to multithread servlets. You can switch to 'single-thread
model' or make your submission method 'synchronized' it that case other
submissions will wait until the current one have been executed.
Manish Bhatnagar wrote:
> I have trial version of Java Web Server 2.0. Whenever an html form is
> submitted, a servlet is called (which inturn calls a dll). It does not
> work fine if the html form is submitted by more than one users
> simultaneously. The Web server crashes. Can someone help me out?
___________________________________________________________________________
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