I have a question...
Is it possible to set priorities in MySQL?
On one server I have application that receives data from or primary server and store it to DB for further use. On the other side I have website and Phone APPs. What I would like to do is set priority to users (web and phone) to ensure that they will always have better access. Data can take much more time since it is done by crontab.
Thanks for your ansers!