Is KAI C++ thread-safe?
Starting with Version 3.3d of KAI C++, some ports are entirely thread-safe. This includes use of exceptions and the standard class library. For more information on thread-safety, check the tutorial on Multithreaded C++. To enable thread-safety, you must download and install the separately packaged thread-safe library. It is easy to tell if the port you need is now thread-safe. Just check the download page to see if a thread-safe library exists for the port you need. Ports that do not have a downloadable thread-safe library are not thread-safe in the presence of exceptions or uses of the class library. KAI does not recommend using these ports in a threaded environment. • When will all ports of KAI C++ be thread-safe? Check the top of the download page to see the current schedule. Contact c++support@kai.com if you need a firm date, or if the port you need is not yet scheduled.. • When will KAI C++ support Open/MP pragmas? Support for Open/MP pragmas is contained in the Guide/C++ product.