Running in a multi-threaded environment
You can run maps in a multi-threaded environment.
Thread-safe map
For a map to run optimally in a multi-threaded environment, when multiple occurrences of the map are instantiated, none of the resources that an individual instance of the map uses can be used by another instance of the map.
Verifying that the map meets basic thread-safe checks
Before you run your map, you can verify that the map meets at least the basic thread-safe checks.
Parent topic:
Running a map