Does the library 'libmysqlclient.so' known to work
 in a multi-threaded environment on Solaris?

I'm asking as in my C++ multithreaded program I get segmentation/bug error
from time to time.

Each of my threads is holding its own persistent connection.

I'm using MyODBC.
But even after I let each thread connect through a private copy of the
'libmyodbc3.so',
I get the same error. 'libodbc3.so' uses 'libmysqlclient.so'.
Here I've failed to make each thread use its own version of
'libmysqlclient.so'.

     -> libmyodbc3.so

main -> libmyodbc3.so -> libmysqlclient.so.10

     -> libmyodbc3.so


Any hint will be appreciated
 (both regarding the workaround that I try to build and the main issue
itself).


Regards,

 Oren.



Oren Zeev-Ben-Mordehai
Infrastructure Engineer
PhoneDo Networks
office: +972-9-951-7771 ext. 204
fax:    +972-9-951-7772
email:  [EMAIL PROTECTED]

sql,query


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to