I was trying to find a way to go back and get the missing files but I
hadn't had much luck. I think I will use your method and see how that
works out for me.

On 12/26/06, Michael Dinowitz <[EMAIL PROTECTED]> wrote:
> 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.
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:265033
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to