Multi-Threading (Magic xpa 4.x)
In Magic xpa, background enterprise servers and Online programs are multi-threaded. This gives you the ability to have parallel task execution in your projects.
Each thread accesses a different Runtime context, and does not interact with other threads.
To work with multiple threads in Online programs, Magic xpa provides you with Multiple Document Interface (MDI) and Single Document Interface (SDI) functionality.
Multi-Threading Settings
Multi-Threading Considerations
Shared Resources
Runtime Functions
Calling External Programs
Multi-Threading - Java Integration