From: Warren Young Date: September 21 2006 12:31pm Subject: Re: Connection sharing vs lost of query per connections List-Archive: http://lists.mysql.com/plusplus/5952 Message-Id: <4512862A.8070505@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Julien Chavanton wrote: > I was thinking the Mysql++ api was thread safe Not even a little bit. The only thing we do right now is allow you to link MySQL++ to the thread-aware versions of your C and C++ standard libraries if you want, so calls down into those don't blow the program up when you use threads. MySQL++ itself has no awareness of threads. We will be extending the current Lock class at some point to add some thread safety, but right now, it's completely useless for that purpose.