View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 11:27 AM
korcs
 
Posts: n/a
Default mysql performance

Hi All,

I develop an application in java in that several objects are querying
a database, occasionally simultaneous.

I think when this happens, the mysql server returns with an error
message to one of this objects.

My question is: what is the best practice when competeing objects are
using the same resource?

I was thinking on using table locks, but I am not sure whether it is
the most elegant way to solve it.

Any good experiences, ideas?

Best,

korcs

Reply With Quote