Counter to be updated and shared by 500 threads (no replies)
(MySQL.com) We have a classic problem. The application need to generate messages (say email) but has an upper limit. A record in the table dictates the limit and count:
MaxMsgs=10000000
CurrentMsgCount=0
There are 500 threads (each thread has its own db co