Would you mind giving me a few tips/direction how to do it too?  Basically we 
have about 250 web sites on a very slow/secured network that need to upload 
hundreds of files/week to the sites.  It is so time consuming.  It would really 
help if the system can do it by itself.

In fact, they don't allow us to use event gateway.  So if we don't use it, it 
is even better.

Johnny


>I ended up writing Java code that did what I wanted completely outside of
>ColdFusion which was easier than I thought. 



>I was trying to use directory watches to recursively follow directories with
>over 20k files. It didn't really work; it pretty much missed changes to
>files really often. 
>
>I ended up writing Java code that did what I wanted completely outside of
>ColdFusion which was easier than I thought. 
> 
>If you need / want to use event gateway I would start by examining source
>code to directory watcher and think how to make it fit to your requirements.
>
>
>Tero Pikala
>
>
>
>-----Original Message-----
>From: Jochem van Dieten [mailto:[EMAIL PROTECTED] 
>Sent: 27 March 2007 12:58
>To: CF-Talk
>Subject: Re: Directory Watcher and UNC name?
>
>Johnny Le wrote:
>> 
>> Can the Directory Watcher Event Gateway watch for an UNC Path directory
>that requires username and password to access?
>
>You shouldn't try to log on on the fly from CF, just assign the required 
>permissions to the account CF uses.
>
>
>> Also, I want an event gateway instance to watch multiple directories
>because we may have hundreds of directories to watch.  It would not be
>practical to add one EG instance for each directory in the CFAdmin.  With
>that many directories to watch, would it put an extreme load on the CF
>instance?  Should I split them to multiple CF instances on the same server
>or that would not make a difference?
>
>How about setting a watcher on the parent dir and enabling recursion?
>
>Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273947
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to