I'm writing an app that watches a directory for new files. When a new one comes in, it will read it, process it, move it where it belongs, and finally write to a log file.
The problem I'm having is that it can't handle more than ten or so files at a time. So, I'm guessing that I'm getting a deadlock on the files that it is ignoring. Can I prevent this or is it an issue with the way the directoryWatcher geventgateway works? -- Phil ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265020 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

