Xbase++ V3 supports multithreading in two distinct runtime modes: single-processor mode and multi-processor mode. The mode is selected at link time depending on the application type. This article describes the technical characteristics of each mode, when each applies, and what developers need to account for.
Single-Processor Mode (Multithreaded/Single-Processor)
In single-processor mode, the application runs multiple threads, but only one thread executes at any given moment. The operating...