What are practical limits on the number of FileSystemWatcher instances a server can handle?
问题 I have a windows service that is currently instantiating about a dozen FileSystemWatcher instances to monitor shared folders across the corporate network for files to be processed. I am looking into adding more instances so I'm wondering if anyone here has experience (with production systems) as to what are practical limits on number of FileSystemWatcher instances a production system can reliably handle? Edit: In my case, the InternalBufferSize property is not modified so the