JVCL Help:TJvMTCountingSection
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMTCountingSection Class
[+] JvMTComponents.pas Classes
[+] TJvMTCountingSection Methods
[+] TJvMTCountingSection Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvMTComponent
TJvMTSectionBase
TJvMTCountingSection
run\JvMTComponents.pas
Summary
Implements a counting semaphore.
Pascal
run\JvMTComponents.pas
TJvMTCountingSection = class(TJvMTSectionBase);
Description
- JVCLInfo
Allows a maximum amount of threads into the section. The section does not allow recursion (see TJvMtSection). A semaphore is a protected variable and is typically used to restrict access to shared resources in a multi-threaded application. The value of the semaphore is initialized to the number of equivalent shared resources it is implemented to control.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page