Re: CFFILE Delete then WRITE issue....

2001-01-10 Thread Wallace Randall
Have you attempted to re-name the file and then delete it. That may prevent the delay in actually deleting the file from interfering with your re-write of the original file name. - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, January 09,

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Raymond Camden
I think your running into the IIS 'feature' that locks files for you. This 'feature' can be disabled, and someone on this list had a good way of handling it. You should be able to find it in the archives. === Raymond Camden,

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Philip Arnold - ASP
NT has this wonderful habit of not dealing with requests immediately - it can mean that when you try to write a file it messes up and needs a slight delay Pain, but it's lovely M$ software! Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
Keep in mind that though this eliminates most problems, the issue will still persist. The best way to solve the problem is to use the CFLOCK tag. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Chris Terrebonne [mailto:[EMAIL

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:12 PM To: CF-Talk Subject: RE: CFFILE Delete then WRITE issue NT has this wonderful habit of not dealing wit

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
[EMAIL PROTECTED] cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01 11:24 AM Please respond to cf-talk Keep in mind that though this elimi

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
cc: Subject: RE: CFFILE Delete then WRITE issue

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Philip Arnold - ASP
When you delete a file, you actually delete the file (contrary to what Philip has suggested). The handle, however, is left open. A separate process called the cache scavenger routinely goes through and checks to see which files have been deleted. At this point the handle to the file is

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
min S. Rogers" To: CF-Talk [EMAIL PROTECTED] [EMAIL PROTECTED] cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01 11:57 AM

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
cc: Subject: RE: CFFILE Delete then WRITE issue

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
[EMAIL PROTECTED] cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01 12:54 PM Please respond to cf-talk Sorry I did not elaborat