Folks, I had another issue now regarding to libmysqlclient-dev api
Here the story:
I created about 10 threads which will do SQL query in every 2 seconds, and loop,
in math you could say 10 query in 2 seconds in the same time, and it ended itself with MySQL error message lost connection during SQL query
Questions:
- in these case, is my algorithm will always cause MySQL server lost connection ?
- if so, will these issue appear if I use another db (say Oracle, Postgre, etc), or result will same?
well everything is now run better once
MYSQL*is protected by posix-mutex https://computing.llnl.gov/tutorials/pthreads/#MutexLockingmysql_config --libs_rparameterthats for now, any addition ?