[求譯] 請幫助我理解此句子的時間先後順序

作者: zzss2003 (brotherD)   2019-10-05 14:42:04
原文:
The file will be opened in append mode. That is, before each write, the file
position will be updated to point to the end of the file. This occurs even if
another process has written to the file after the issuing process’s last write
, thereby changing the file position
不懂的句子:
This occurs even if another process has written to the file after the issuing
process’s last write
因為這牽扯到專業術語,所以我稍微解釋
File will be opened in append mode: 可以選擇不同的模式開啟檔案,在這個context所
討論的mode是append mode。 如果用append mode開啟檔案,在檔案被開啟的時候,游標會
被移到檔案的尾巴,所以被寫入的資料就會被append到此file的尾巴。
process: 用來寫檔案的東西,同時間可以有多個
issuing process's last write: 發起用append mode寫入file的process的上一次寫入
如果提供的資訊不充足麻煩再跟我說,謝謝
作者: cuylerLin (cuylerLin)   2019-10-05 20:05:00
大概就這個意思吧,見圖片 https://imgur.com/yj6Z83D
作者: crescent3 (C3)   2019-10-05 20:59:00
是每次寫入前都會找最新的EOF位置 不只是有開啟時

Links booklink

Contact Us: admin [ a t ] ucptt.com