web applications - Web app integrity under mysql heavy load -


we have machine heavy cpu load on myqsl process on server 1. our webapp on server 2 seemed bypass rights logic , expose data if no check done on db side.

can app miss sql queries because db server under heavy load ? can mysql loose consistency ?

probably not. more likely, application detected error database(maybe timeout), not handling error properly. check application exception handling logic carefully.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -