|
From: Jonathan W. <my...@ka...> - 2007-03-01 09:51:08
|
That depends what you mean by "threadsafe" - thread safety is not a binary on/off thing. You cannot use a Query object from two threads concurrently, but you should be able to use the library in a multithreaded program (there is no static data I can think of that would cause initialisation race conditions) jon On 01/03/07, Nikolai Matatov <NIK...@am...> wrote: > > Hi, > > I'd like to run multi-threaded application on top of mysqlcppapi wrapper. > > I looked for references within the site *** > http://mysqlcppapi.sourceforge.net/* <http://mysqlcppapi.sourceforge.net/>, > but didn't find anything about. > > Please let me know if it is thread safe? > > Thanks, > > Nikolai Matatov > > +972-9-77***61525* > > ***nik...@am...* <::ailto:mai...@am...> > > This message and the information contained herein is proprietary and > confidential and subject to the Amdocs policy statement, > you may review at http://www.amdocs.com/email_disclaimer.asp > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Mysqlcppapi-main mailing list > Mys...@li... > https://lists.sourceforge.net/lists/listinfo/mysqlcppapi-main > > |