Re: Consistency among multiple connections

2004-07-19 Thread Egor Egorov
Sergio Ilarri <[EMAIL PROTECTED]> wrote: > P.S. I also get sometimes an error: General error, message from server: > "Can't lock file (errno: 116)". ...which is: [EMAIL PROTECTED] egor]$ perror 116 Error code 116: Stale NFS file handle See the end of .err files in datadir of your servers, the

Consistency among multiple connections

2004-07-16 Thread Sergio Ilarri
Hi everybody, I have the following scenario. Several computers with shared disk in a LAN. Each of these computer has a MySQL server that serves several databases. I have several clients that communicate with a Java process that I have in each computer to answer queries for a given database (it co