-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> Is this probable, based on my description of the problem?  If so, can it be
> fixed with synchronization?  Will that cause unwanted pauses from user to
> user, or can I set up synchronization to be on a per-user basis?

you don't give a lot of details about how your servlet is dealing with the
data...but servlets are multithreaded so that is the first consideration
that you need to take. if you are doing something that two threads could
screw up, then your servlet will definately not work properly.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to