JoshyFun
Wed, 27 Jan 2010 02:59:38 -0800
Hello Nikolai, Wednesday, January 27, 2010, 8:36:53 AM, you wrote:
NZ> Luckily, I will not use any xml stuff yet. NZ> However, verifying all of the components that my program might (also NZ> implicitely) link to is quite a hard task... And it is very possible to NZ> make a mistake, thinking that the code is thread-safe while in fact it NZ> is not. Obviuosly this will lead to a total nightmare then. I was hoping NZ> someone can give an idea about thread-safety in FCL (other than xml) in NZ> general. Which is the meaning of "Thread Safe" for you ? Same object in two threads or same object instance in two threads ? For the second one, most objects are NOT thread safe, but for the first one most objects are thread safe as far as I know. -- Best regards, JoshyFun _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel