Ticket #101 (closed enhancement: fixed)
Allow specification of CapePMCCreationFlag_AllowRestrictedThreading in createInstance
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | minor | Milestone: | Phase III |
Component: | COBIA core | Version: | |
Keywords: | Cc: |
Description
In expectation for Phase III, allow createInstance to accept CapePMCCreationFlag_AllowRestrictedThreading.
Change History
comment:2 Changed 3 years ago by jasper
- Status changed from closed to reopened
- Resolution fixed deleted
Fix undone in revision 237, pending discussion on threading models, as per M&T SIG discussion Oct 12, 2021
comment:3 Changed 3 years ago by jasper
In a related item, the single threaded Test Thermo PME example should state to COBIA upon PMC creation that the application will only use the PMCs in the current (and only) thread.
comment:4 Changed 2 years ago by michelpons
- Milestone changed from Maintenance of Phase II to Phase III
comment:6 Changed 2 years ago by jasper
The changes were already in place for COBIA itself.
They are now also applied in the example ThermoClientPMETest application, which is single threaded and can therefore specify the CapePMCCreationFlag_AllowRestrictedThreading flag.