Is any of the mixed-up information coming from a database?
I've seen situations in which two sql statements are wrapped in a
transaction. The second sql grabs the ID of the newly inserted
record.
When the load gets high, a second process is simulatenously
executing the transaction code, and the second sql grabs the
ID of the record that the first process inserted.
This flaw is easily fixed by changing the second sql to only
select on some secondary characteristic (like customer id).
--
David Medinets
http://www.Codebits.com
Author: Perl 5 by Example, Shell Programming Tools, PHP3 Application
Development
Visit http://www.thehungersite.com and Click the Button!
___________________________________________________________________________
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