Hello,

I want to know if libdbi is thread safe, meaning:

1. Safety for accessing the library form different threads 
   with different connection objects.
2. I do not need safety on using same connection from different
   threads.

Usually this means:

1. No thread unsafe functions like strtok 
2. No static data that can be accessed from different threads -- full
   reenterability

Is this library thread save? Is there specific backends that are not
safe? (For example I had seen that sqlite3 backed had removed in 8.3
usage of strtoc)

Thank you,
  Artyom


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
libdbi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libdbi-devel

Reply via email to