MySQL Forums
Forum List  »  Connector/C++

Connector/C++: Multithreading
Posted by: Edwin DeSouza
Date: July 13, 2010 04:01PM

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



Edited 3 time(s). Last edit at 07/15/2010 04:49PM by Edwin DeSouza.

Options: ReplyQuote


Subject
Views
Written By
Posted
Connector/C++: Multithreading
13844
July 13, 2010 04:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.