good idea....definitely worth a try! tony
-----Original Message----- From: bryan.hogan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 10:23 PM To: CF-Talk Subject: Re: CFMX too fast? Suggestion: Why not check for the file with FileExists() before trying to transfer it. <CFSET myFile='myfilename.cfm'> <CFIF FileExists(Variables['myFile'])> logic <CFELSE> do something else </CFIF> ---------- Original Message ---------------------------------- From: "Dave Lyons" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> Date: Tue, 11 Feb 2003 21:19:50 -0500 wow, cf has a sleep function! dang, i need that, tired as hell Dave ----- Original Message ----- From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 9:12 PM Subject: RE: CFMX too fast? > maybe you could use the custom tag cf_sleep > to wait for x amount of seconds... > > you can get it from the devex > > heres a url > > http://devex.macromedia.com/developer/gallery/info.cfm?ID=59C805F4-D741- > 11D6-840C00508B94F85A&method=Full > > my thinking tho' is thats not the issue. maybe > it is, and some others may chime in, but to pause a page > for x amount of seconds, i use this, to have time to write > a file that i am cflocating to > > hth > > tony > > > -----Original Message----- > From: Dale Coyner [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 9:08 PM > To: CF-Talk > Subject: CFMX too fast? > > > I have some CF code that was executing pretty reliably under CF4. Just > this week we moved to CFMX/JRun on a new server and that formerly > reliable script seems to have some issues but they are not > syntax-related. > > We embed a Windows Media file with a script and write it to disk using > CFFILE. Then we CFFTP it to another server. For files under 5MB it > still seems to work fine but for larger files, I get an FTP error that > it can't find the file. > > So I was wondering if execution of the FTP tag is getting ahead of the > operating system's ability to finish writing the file? If so, should I > just write a loop that tests for the presence of the file before > attempting the FTP or is there a better way to do that? > > > Also, does anybody know whether CFMX's log files like application.log > will be fixed so that they show the same kind of debugging data > previously available? Without good stuff like the referring URL's > values, they are not very helpful at the present. > > Thanks, > > Dale > > > Dale Coyner > Communicast, Inc. > "Don't just webcast it, Communicast it!" > (703) 435-8073 > www.communicast.com > [EMAIL PROTECTED] > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

