Is the PMT toolkit threadsafe? I intend to have two threads working simultaniously on different Exif images (on a dual processor computer) . Is this possible or will I run into trouble?
Thank you, Martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
PMT is not currently fully threadsafe. In particular, you would run into issues around calling the PmtDefinitionInterpreter's load() (and similar) methods.
It is planned to have PMT threadsafe in the pretty near future.
Dan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is the PMT toolkit threadsafe? I intend to have two threads working simultaniously on different Exif images (on a dual processor computer) . Is this possible or will I run into trouble?
Thank you, Martin
Martin,
PMT is not currently fully threadsafe. In particular, you would run into issues around calling the PmtDefinitionInterpreter's load() (and similar) methods.
It is planned to have PMT threadsafe in the pretty near future.
Dan