Quantcast
Channel: MySQL Forums - Connector/C++
Viewing all articles
Browse latest Browse all 527

Is the Connector thread-safe? (no replies)

$
0
0
Hello. Where is the information about whether the connector is thread-safe? Can I call the execute method in different threads and be sure that the execution is correct? If not, which methods share the same mutable data? I mean, can I make a thread for the execute methods and use the with mutex query pool, and still continue to call the getSchema method in another thread without synchronization?

Viewing all articles
Browse latest Browse all 527

Trending Articles