Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
843 views
in Technique[技术] by (71.8m points)

csv - Best practise finding time periods for file based transfer

we have quite an old data exchange between two systems, which is still based on csv files. The first service (system A) writes out a file every 5 minutes and the other service (system B) fetches the file every three minutes and imports the meta information within this file.

Is there some kind of best practise to use the best possible period where the two systems do not overlap ? It must be that system B fetches the file before system A creates a new one and it is only possible to sets time in format "00:00:00"

question from:https://stackoverflow.com/questions/65915464/best-practise-finding-time-periods-for-file-based-transfer

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...