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

前端 未结 8 1458
一整个雨季
一整个雨季 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 02:58

    This sounds to me like a driver-level issue with a leaky handle.

    If you're running an anti-virus package try upgrading, disabling (temporarily!) or switching to a different brand.

提交回复
热议问题