Under which circumstances does the System process (PID 4) retain an open file handle?

前端 未结 8 1440
一整个雨季
一整个雨季 2020-12-09 02:50

My application running on a Windows server makes use of a Jet/Access database. For some reasons around every two weeks that database file gets locked by the System process (

8条回答
  •  失恋的感觉
    2020-12-09 03:08

    Is your server set up to perform periodic file backups?

    If so, is the backup running as System, perhaps prompting the locked file when you get a conflict?

提交回复
热议问题