Different maps use the same target
If different maps use the same target, the type of target influences how maps are run:
- If the target is a file or a message, the resource manager will prevent different maps that use the same file or message from running at the same time.
- If the target is an application, the Launcher relies on the application adapter to be multi-threaded and assumes resources for different instances of that adapter are independent.
- If the target is a database, the database adapter communicating with the specific database handles shared resources.