Chilkat C++ Libraries safe for multi-threading?
Question: Are the Chilkat C++ libraries safe for multi-threading? Answer: Yes. However, it is best practice that you don’t allow multiple threads to call methods on the same object instance at the same time. Also, objects that communicate via an Internet protocol, such as SMTP, POP3, IMAP, FTP, HTTP, etc. should not be shared between threads. It is OK to […]