Unlike C# or Java, currently the C++ standard does not specify Multithreading. This will change with C++0x (the next gen C++ standard).
C++0x standard includes Multithreading:
- http://www2.research.att.com/~bs/C++0xFAQ.html [Bjarne Stroustrup]
- http://en.wikipedia.org/wiki/C++0x
- http://www.justsoftwaresolutions.co.uk/threading/multithreading-in-c++0x-part-8-futures-and-promises.html
C++ Programming/Threading
- http://en.wikibooks.org/wiki/C++_Programming/Threading
mysql++ docs on multi-threading:
- http://tangentsoft.net/mysql++/doc/html/userman/threads.html
- http://tangentsoft.net/mysql++/doc/html/userman/tutorial.html#concurrentqueries
see the discussion starting July 1:
- http://bugs.mysql.com/bug.php?id=49694
C++0x standard includes Multithreading:
- http://www2.research.att.com/~bs/C++0xFAQ.html [Bjarne Stroustrup]
- http://en.wikipedia.org/wiki/C++0x
- http://www.justsoftwaresolutions.co.uk/threading/multithreading-in-c++0x-part-8-futures-and-promises.html
C++ Programming/Threading
- http://en.wikibooks.org/wiki/C++_Programming/Threading
mysql++ docs on multi-threading:
- http://tangentsoft.net/mysql++/doc/html/userman/threads.html
- http://tangentsoft.net/mysql++/doc/html/userman/tutorial.html#concurrentqueries
see the discussion starting July 1:
- http://bugs.mysql.com/bug.php?id=49694