RE: [PHP-WIN] Single threading a database call

2002-04-25 Thread Vail, Warren
ED]] Sent: Thursday, April 25, 2002 10:59 AM To: 'Php-Win (E-mail)' Subject: [PHP-WIN] Single threading a database call I am making a call to a database to update a record incrementing the number in the field. When I put some load on this page, I get it returning the same number sometimes. T

[PHP-WIN] Single threading a database call

2002-04-25 Thread Matt Babineau
I am making a call to a database to update a record incrementing the number in the field. When I put some load on this page, I get it returning the same number sometimes. This is unacceptable. because under heavier load people will be receiving the same number and it will not count the correct amo