The Process queue thread takes file system notifications from a queue
and uses heuristics to determine if successive notifications:
- Are redundant
- Cancel each other out
- Are necessary, for example, if the folder containing
the object in question is not awake.
If not, a notification is then handed off to a third thread, the Ager thread.
The Process queue thread does not maintain a PM message queue.
[Back]
[Next]