From: Date: July 7 2008 10:03pm Subject: Thread-awareness vs thread-safety List-Archive: http://lists.mysql.com/plusplus/7730 Message-Id: <487276A4.8050207@above.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Warren: With regard to the "thread-aware" version of MySQL++: If my app, which is multi-threaded is very scrupulous about only letting a single thread use a single connection and not sharing MySQL++ data structures across threads, is there anything about the "thread-aware" part that I need? In other words, do I need to use the "thread-aware" version of the library if I am not sharing connections or data structures or anything from MySQL++ across threads? Thanks, Rick