The developer edition is restricted in the amount of threads it'll allow for gateways and probably has a limit on the queue that stores gateway jobs. The queue size on enterprise is 25000, but the stack size for development might be less than 10. If so, 'extra' items/events will be ignored. Files in the directory when ColdFusion starts will NOT be added to the queue and have to either be processed by hand or something like that. I have a setting in my application.cfc onApplicationStart() method that will read all of the older files in the directory and rename them. This will cause the onChange() event of the directorywatcher to fire off which I map to the same actions as the onAdd() method.
> Well that helps. I'm using the developer edition and the Processing > Threads form box is greyed out. So I guess I'll have to test on a > remote dev server. > > I've made some tweaks to it and it looks to be working better with > the > enterprise edition. It looks like it doesn't like it when it has a > files put in the directory when it is trying to process other files. > It will ignore them all together. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:265031 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

