This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
I'm using libmysql in a simple multithreaded app which will run on a uni-core embedded system processor.
I read here that the client library is almost thread-safe.
Do I need to serialise my app (say, with a mutex)?