User Tools

Site Tools


the_new_thread_model_of_clarion_5_6.htm
Navigation:  Advanced Topics > Thread Model Documentation >====== The Clarion Threading Model ====== Previous pageReturn to chapter overviewNext page

Clarion Version 6 introduced a more powerful, thread support in the templates and runtime library, and that same standard is applied in our latest version.

The latest thread model uses preemptive threads. Typical Clarion programs won't require more than a “compile and link” to see its benefits.

Some advantages of this model are:

·It is much easier to access COM objects

·You can have threads running independently of other threads.

·Programs are more stable.

This thread model also makes the OLE layer much easier to work with because the object will run on the Clarion thread whereas currently it is run on its own separate thread.

The following links provide in-depth information regarding this issue.

Considerations when creating an OLE object

Data Initialization Schema

Launching a thread - behind the scenes

Multi-Threading Programming

Thread Model FAQ

the_new_thread_model_of_clarion_5_6.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1