Export Question

Walter D Vaughan Jr wvaughan at steelerubber.com
Wed Oct 30 06:05:26 PDT 2013



> -----Original Message-----
> From:  Frank Gemeinhardt
> Sent: Tuesday, October 29, 2013 7:35 PM
> To: filepro-list at lists.celestial.com
> Subject: Export Question
> 
> On a *nix system. Customer exports the same file every day. Once in a
while
> a "Permission Denied"
> error pops up.  Change the file name the error goes away and the export
> works. Is there some limit on overwriting files in export?

[Walter D Vaughan Jr] 
The other thing that can bite you is just plain bad engineering from a
scaling perspective.
You are exporting a file. You must be doing that for a reason, and most
likely so some other process or person can read that file.
You are assuming that another process does not have that file open with an
exclusive lock 100% of the time. Another process has it locked equal to 100%
minus the times it has worked in the past. I am going to guess the whomever
is paying the bill to operate this process wants the quantities and amounts
to always have the exact right amounts 100% of the time, so should the
process.

Start over. It's almost 2014. Don't design systems like they are only going
to be run on a TRS-80 Model III



More information about the Filepro-list mailing list