我們有一個測試版本的軟件,但有一些變化,但不在我們的數據庫層附近。剛剛開始獲取AIR SQLite錯誤3182發生磁盤I/O錯誤
我們剛剛開始在我們的服務器日誌中報告錯誤3128。它似乎一旦發生,只要應用程序打開就會發生。代碼中最明顯的部分是我們每秒鐘通過SQLite記錄數據的位置。我們這個月僅在我們的服務器上產生了47k個錯誤。
3128 Disk I/O error occurred. Indicates that an operation could not be completed because of a disk I/O error. This can happen if the runtime is attempting to delete a temporary file and another program (such as a virus protection application) is holding a lock on the file. This can also happen if the runtime is attempting to write data to a file and the data can't be written.
我不知道什麼可能導致此錯誤。也許是一個反病毒程序?也許我們的應用程序變得困惑,並且將數據寫在彼此之上?我們正在使用異步連接。
這是造成很多問題,我們處於虧損狀態。它發生在我們的舊版本,但可能是一個月100次而不是47,000次。無論哪種方式,我想使它發生「0」次。
你是什麼意思包裝一個小包裝? – xiriusly