Thank you for your answer. Gave me some things to look at
Don't use any locking on any tables, except for the nightly backup. I work in the same way wiith all my tables. So it don't differ.
I have crossreferenced my logs for all my services running on my systems. I can se that my programs sometimes read and writes to my 2 status tables several to many times a second. That is perhaps not a good idea

On one system I have 5 programs on 2 servers doing this. On my other system I have 7 programs on 3 servers figthing to get through to these status tables.
I can se that when one of my status tables "fails", the following queries and posts to other tables fails aswell!!! But only in the same program/connection. The other programs seems unaffected, until they in "turn" fails.
I am using MySam tables, would it be better using InnoDB or any of the other engines?
Is there any way of finding out how much my installations of MySQL can handle when working through MyDAC?