User Tools

Site Tools


processors:monitor_folder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
processors:monitor_folder [2019/12/27 20:23] emcodemprocessors:monitor_folder [2021/10/31 16:09] (current) benjamin
Line 1: Line 1:
 ===== Folder Monitor ===== ===== Folder Monitor =====
 +{{:processors:folder_m.png?nolink&130|}}
 ==== Purpose ==== ==== Purpose ====
  
 This processor is used at the start of a workflow to watch for new files in a Local or UNC Path. This processor is used at the start of a workflow to watch for new files in a Local or UNC Path.
  
 +-----------------------------------------------------------
 ==== Limits ==== ==== Limits ====
  
-The settings "Forget missing" and/or "Growing Check continuous" will dramatically change the RAM and CPU usage of this processor. \\+The settings "Forget missing" and/or "Growing Check continuous" raises the RAM and CPU usage of this processor in case your Watchfolders contain many (e.g. thousands) "already processed" files.\\ 
 +To work around the extra time/CPU load for "Forget missing" in case of huge watchfolders, use a commandline processor with this content: //%comspec% /c "if exist "%s_cache_record%" del /f /q  "%s_cache_record%""// \\
 Without any of those 2 settings, the Processor was tested for  Without any of those 2 settings, the Processor was tested for 
-  * 500.000 Files in a complex subfolder strucutre+  * 500.000 Files in a complex subfolder structure
   * it took about 16 minutes to pick up new files   * it took about 16 minutes to pick up new files
  
 +**NOTE** : All variables can't be used inside this processor, you can only use:\\ 
 +  - Static Variable 
 +  - Time Variable 
 +  - Windows Variable. 
 +\\
 Potentially the processor can do more than the tested amount of Files but consider that it will take a long time to pick up new files. Potentially the processor can do more than the tested amount of Files but consider that it will take a long time to pick up new files.
  
 +----------------------------------------------------
  
  
-==== Example usage ==== 
- 
- 
-------------------- 
 ==== Original Manual ==== ==== Original Manual ====
  
  
 {{page>original_manual:mon_folder}} {{page>original_manual:mon_folder}}
processors/monitor_folder.1577478202.txt.gz · Last modified: 2020/11/16 19:08 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki