Maybe i didn't word the question correctly, but i'm not asking if the directory watcher itself is multi-threaded, which is what you describe. I'm asking when it calls the cfc, are the calls to the cfc multi-threaded? So again my example, if there are 3 files that the directory watcher finds, then the cfc has to be called 3 times correct? So are those 3 calls to the cfc multi-threaded and can run simultaneously, or do those 3 calls to the cfc have to run one at a time in the order the files came in?
↧