thread1 ----> updates and increments a numebr in the DB
thread2 ----> does the same thing as thread one
thread1 ----> reads the database to get the new value for display on the
web page
thread2 ----> also reads the database for the new updated value.
 
 
so thread1 displays "2" and thread2 displays "2" also because thread1
could not read the database value before thread2 updated the value.
 
Matt Babineau
Freelance Internet Developer
e:  <mailto:[EMAIL PROTECTED]>
[EMAIL PROTECTED] 
p: 603.943.4237
w:  <http://www.illuminatistudios.com/> http://www.illuminatistudios.com
 
 


Reply via email to