But I will add one thing to your statement, if your using it for large
file uploads to the server it could take awhile before the user is even
aware of a problem, the webmaster can receive notification no matter
what but for someone with a slow link and sending a 1 meg file could
take 5 mins before they know something has gone wrong. But at least they
would be aware of it, I guess this is why I like CF5.0 because you can
flush the output and say uploading until the script finishes, just
something someone might wish to keep in mind.


-----Original Message-----
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, 8 January 2002 1:45 PM
To: CF-Talk
Subject: RE: CFLOCK on files

Remember, though, that you can catch cffile errors with cftry/cfcatch
, and
inform the user that the operation failed and that they should wait a
nd try
again.  You can also inform system administrators via email if a file
operation fails.  There are many ways you can use this functionality 
to
create a damage control system for your apps.

> -----Original Message-----
> From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 07, 2002 7:25 PM
> To: CF-Talk
> Subject: Re: CFLOCK on files
>
>
> Kelly Matthews wrote:
>
> > as far as I know it's not something that can be done. CFLOCK is
> strictly for
> > sessions, etc.
>
>
> CFLOCK is for single threading CF. Whatever you do inside that sing
le
> threaded application is not of CFs concern.
>
>
> > CFFILE doesn't allow you to add a system level lock on a file
> nor release a
> > lock.
>
>
> Unfortunately not.
>
> Jochem
> ___________________________________________________________________
___
> Why Share?
>   Dedicated Win 2000 Server . PIII 800 / 256 MB RAM / 40 GB HD /
> 20 GB MO/XFER
>   Instant Activation . $99/Month . Free Setup
>   http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to