From: Georgios P. <pet...@ya...> - 2016-09-02 09:21:06
|
Hi all, I want to use a mysql database from multiple threads. What I do right now, is to load the packages from multiple threads, and use the database as I would from a single thread. The problem is that I am getting errors when beginning transactions. The errors are about locks, timetouts, etc. What is the suggested way to use a database from multiple threads? Is there an example/tutorial? Regards, George |