6 messages in com.mysql.lists.win32RE: Is the mysql C API thread safe?
FromSent OnAttachments
Ralf Hupfer17 Dec 2002 03:27 
oceanare pte ltd17 Dec 2002 04:49 
Ralf Hupfer17 Dec 2002 06:27 
Ralf Hupfer17 Dec 2002 06:31 
oceanare pte ltd17 Dec 2002 07:05 
miguel solórzano17 Dec 2002 08:02 
Subject:RE: Is the mysql C API thread safe?
From:Ralf Hupfer (hup@ivi.fhg.de)
Date:12/17/2002 06:27:48 AM
List:com.mysql.lists.win32

Hi,

it is thread safe.

I also have had problems understanding the documentation.

As you stated, you have to use mysql_thread_start and mysql_thread_end plus a
critical section to protect mysql_real_connect.

At the end of my programs I call my_end.

You can compile the library yourself without any problems.

Erich

The developers of STLport explicitly claim their library to be both exception and thread safe (see www.stlport.org).