Hi,

I wrote a simple CGI application using mysql. What it does is really simple :

   connect to mysql database
   ... do something ...
   update a field
   ... do something again ...
   close mysql

The update is like TOTAL = TOTAL + AMOUNT.

If let say, 1000 users accessing my CGI in the same time, will it be OK ? will the 
update process
be corrupted? should I implement LOCKING?

I am new to mysql.

Thanks,
kapot

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to