Menu

Is PascalScada threadsafe

Help
yartoo
2014-08-26
2014-08-28
  • yartoo

    yartoo - 2014-08-26

    Hi,

    Using Delphi XE2, XE6 / Windows 7, 8.1

    I'm keen to use PascalSCADA to read and write tags from my application. I need to do this in a multi-threaded application.
    Is PascalSCADA thread-safe?

    Thanks

     
  • Fabio Luis Girardi

    Yes, it's thread safe when connected with a protocol, because each tag action is handled by one mutex on protocol driver. Asynchronous read/write actions is handled by another mutex on requests queue. Synchronous read/write actions is handled by the same mutex that handle tag property changes.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.