RE: Thread safety

2006-12-07 Thread Jerry Schwartz
.674.8796 / FAX: 860.674.8341 > -Original Message- > From: Ravi Kumar. [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 07, 2006 7:18 AM > To: mysql@lists.mysql.com > Subject: Thread safety > > Dear All: > > I have a table T1 with these columns: > > location

Thread safety

2006-12-07 Thread Ravi Kumar.
e have several parallel calls running - its a multi threaded app), there is a race condition. And at times several continuous calls return same result (odd or even). How do I achieve thread safety? Please help. Its urgent. Thanks. Ravi.