JVCL Help:TJvMTCountingSection

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvMTComponent
TJvMTSectionBase
TJvMTCountingSection
run\JvMTComponents.pas


Summary

Implements a counting semaphore.

run\JvMTComponents.pas


Pascal

 run\JvMTComponents.pas
 TJvMTCountingSection = class(TJvMTSectionBase);


Description

  1. 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.

run\JvMTComponents.pas


About

Navigation

run\JvMTComponents.pas



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