Is the FME Objects API thread safe

From fmepedia


Q) Is the FME Objects API thread safe?

A) FMEObjects is thread-safe in Java and C#, but not in C++. FMEObjects itself is not multi-threaded - you can open multiple writers in a session, but only one writes at a time.

User Comments Add a new comment