Asynchronous Mysql connector

Thomas Watnedal picture Thomas Watnedal · Sep 1, 2008 · Viewed 12.2k times · Source

Do any asynchronous connectors exist for Mysql that can be used within a C or C++ application? I'm looking for something that can be plugged into a reactor pattern written in Boost.Asio.

[Edit:] Running a synchronous connector in threads is not an option.

Answer

roger picture roger · Oct 8, 2008

http://forums.mysql.com/read.php?45,183339,183339 enjoy

Updated link to the original article showing how to do async mysql queries:

http://jan.kneschke.de/projects/mysql/async-mysql-queries-with-c-api/