-
Type: Task
-
Status: Resolved
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2.0.0522
-
Component/s: Synchronizer, Threading
-
Epic Link:
Has a queue to list the pending events which is fed by the DAO thread.
It optimizes this queue, typically in case of a DELETE, can remove all the previous CREATE and UPDATE events on sub files / folders, etc.
Then it sends signals to QueueProcessor thread(s) to process each pending event. This way we can parallelize processing, typically uploading multiple files while deleting a local folder.