Multithreaded application support

Client-Library version 11.1 and later provide reentrant libraries that support thread-safe applications on most platforms. In some situations, Client-Library developers can use a multithreaded design to improve response time or throughput. For example:

See the Client-Library chapter in the Open Client and Open Server Programmer’s Supplement for information on which system thread libraries, if any, can be linked with Client-Library on your platform.

See “Multithreaded Programming” in the Open Client Client-Library/C Reference Manual for information on coding Client-Library calls in a multithreaded application.