rdo
11-08-2006, 11:11 AM
We have an form in asp. After the user enters his information and click submits, we make an entry in the database. The code is pretty straightforward. However, we have been noticing multiple entries in our database for certain users with each entry being entered fractions of a second apart. There is no pattern and it doesn't happen for every user. We have 3 servers that are load balanced. The only explanation for these "duplicate" entries is that the request is being sent multiple times. I'm not very familiar with load balancing servers and how they are configured. My question is whether there is a possibility in this load balancing environment that the same request (form post) be received by multiple servers or at least multiple times.