|
MySQL cooldown
Hey guys,
I am currently working on a Client-Server-Communication. My part is the server scripts and this is my problem:
I want to call a php script that will send querys to the same mysql-table several times. It seems that I have to wait at least 0.5s before the database is able to respond again. I understand this as a kind of cooldown? Maybe I am wrong?
Anyway, is there a parameter that determines this cooldown time?
Thanks for your help!
Tim
|