Michel Meunier wrote: >>> My question is: Is Synapse thread safe, is possible to call >>> functions of synapse inside a thread? >> >> You can call it from threads, just use justne Synapse class instance >> within one thread. Do not call one instance form more threads. > > I am sorry Lukas, but I don't understand very well your answer.
I believe Lukas means (correct if I'm wrong) that Synapse is internally thread safe - meaning that one instance of Synapse in one thread does not interfere with another instance of Synapse in another thread. Of course, this does not stop your code from messing the inner state of these instances if you access (either of) them across threads. Personally, I still would want to have a "Delphi Threads for Dummies"... I believe there is much to the subject I don't really understand :D -- Markku Uttula ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
