stason.org logo lotus


previous page: 15. Where can I find POSIX thread benchmarks? (Programming)page up: Threads Programming FAQnext page: 17. Why is my threaded program running into performance problems? (Programming)

16. Does any DBMS vendor provide a thread-safe interface? (Programming)

 Books
 TULARC
















Description

This article is from the Threads Programming FAQ, by Bryan O'Sullivan bos@serpentine.com with numerous contributions by others.

16. Does any DBMS vendor provide a thread-safe interface? (Programming)

Oracle 7.3 and above provide thread-safe database client interfaces,
as do Sybase System 11.1 and above, and Informix ESQL 7 and above.

If you are still using an older release of any of these products, it
is possible to hack together a set of intermediate thread-safe
interfaces to your database if you really need it, but this requires a
moderately large amount of work.

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

programming, software, coding, threads programming







TOP
previous page: 15. Where can I find POSIX thread benchmarks? (Programming)page up: Threads Programming FAQnext page: 17. Why is my threaded program running into performance problems? (Programming)