CFFile access problem

2000-08-10 Thread Gene Kraybill
We have a simple logging system on one of our sites, and occasionally see this error: Error processing CFFILE Error attempting to write data to target file 'E:/Web/ThisSite/counter/ShowPage_8_Day10.log'. Error: The file could not be accessed. Given that this operation usually works, can

RE: CFFile access problem

2000-08-10 Thread mherbene
: Thursday, August 10, 2000 8:09 AM To: [EMAIL PROTECTED] Subject: CFFile access problem We have a simple logging system on one of our sites, and occasionally see this error: Error processing CFFILE Error attempting to write data to target file 'E:/Web/ThisSite/counter/ShowPage_8_Day10.log

RE: CFFile access problem

2000-08-10 Thread Gene Kraybill
Good point. I've noticed that some of the file contention problems seem to disappear if I use a loop to introduce a brief delay between a CFFILE Delete and a CFFILE Write operation on the same file. Is that to be expected, and should CFLOCK solve that problem (it seems that there are still