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 |