Forum Moderators: phranque
The webhost said that SQL timeouts are almost always caused by blocking issues related to the implementation of the client or clients. One client could for example leave an update transaction open and thus block any other clients trying do perform a committed read.
I do not understand this. Can someone please give some more hints?