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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -