Hello folks,

        I'm looking for some information about MySQL thread-safeness, but
I'm not understanding well the manual
(http://dev.mysql.com/doc/mysql/en/Threaded_clients.html). It says "If you
don't need interrupts or timeouts, you can just compile a thread-safe
client library (mysqlclient_r) and use this", but later it says
mysql_real_connect() is not thread safe.

        Could someone, please, help me understanding this?

        1. How exactly is the thread-safeness level of mysqlclient_r
        library?

        2. Can I share a connection between threads or not?

        3. Just using mysqlclient_r instead of mysqlclient is enough to
        get thread safeness?


Thanks for any help,
Marcelo.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to