Carmenta Engine Threading Model
This section describes the Carmenta Engine threading model. Understanding how Carmenta Engine uses background threads and how to synchronizes access to data shared with those background threads is necessary to write applications and custom objects that work correctly and have high performance.
The topics have been ordered from basic to more advanced. Please review the topics that are relevant for your application and if anything is unclear do not hesitate contacting the Carmenta Engine support.
In This Section
Threading Model, basic concepts
Describes basic concepts of the Carmenta Engine threading model.
Threading Model, configuration
Provides information about how and when to use the Carmenta Engine configuration lock.
Threading model, GUI
Provides information about working with the Carmenta Engine MapControl and other GUI elements.
Threading Model, datasets and features
Provides information about how to synchronize access to features in a MemoryDataSet.
Threading model, custom objects
Provides information about how the threading model affects custom object implementations.