Hi >I'm starting up a software project in which I'm going to use the excelent little CMS >color engine. >I just have one question: >Is it thread safe? Can I let more threads at a time call the functions?
It is thread safe. Assure to compile in USE_C mode, sice the assembler parts could be a potential problem. Regarding reentrancy, the transform stuff is reentrant, but some info functions are not. Not to be a problem, since these functions are only needed for retrieving textual info about profiles, i.e. profile description etc, and are intended for user interface. Mart� Maria The little cms project http://www.littlecms.com [EMAIL PROTECTED] ----- Original Message ----- From: PHOTOgraphical.NET To: [EMAIL PROTECTED] Sent: Friday, October 18, 2002 5:06 AM Subject: Multithreading Hello, I'm starting up a software project in which I'm going to use the excelent little CMS color engine. I just have one question: Is it thread safe? Can I let more threads at a time call the functions? Thank you for a great color engine! ______________________ Peter Wolff www.PHOTOgraphical.NET ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
