Reply To: FTP / UPOC / timing issues

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf FTP / UPOC / timing issues Reply To: FTP / UPOC / timing issues

#58080
Dirk Engels
Participant

    Dan,

    we had a similar behaviour at one of our customers. There we have Cloverleaf running on Tru64 Unix and we are FTP’ing to Windows.

    We saw, that when Cloverleaf has processed a file and delete it on the Windows machine, Windows is caching the disk accesses. Therefore the Tru64 got the file again in the next read cycle and then got an error when trying to process it.

    I’ve written a tcl script as a dir-parse procedure which checks if we have processes a specific filename in the last 270 seconds and if so the filename will be sorted out.

    It sound that you have the same problem.

    Dirk