JVCL Help:TJvUrlListGrabber.MaxSimultaneousGrabbers

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates the maximum simultaneous running grabbers the component can use


Pascal

 propertyMaxSimultaneousGrabbers: Integer;


Description

If set to 0, as many grabbers as there are URLs will be created and started by the Start method. If set to anything greater than 0, there will be no more grabbers than this value running simultaneously. Note that once a grabber has finished its operation, it is moved out of the Grabbers list, but is not immediately destroyed. It is placed in the list of grabbers waiting to be destroyed, list which will be emptied when its number of elements is about to be CleanupThreshold + 1.


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