Re: [Metakit] Corrupted database over network - WinNT

2007-02-12 Thread Pat Thoyts
[EMAIL PROTECTED] writes: Hi, I think I have located the origin of this long-lasting corruption problem. Here is what I have observed with my application on an XP network: 1/ the program commits to a metakit file located on the network. It's OK. 2/ a process slightly touches the file. It can be

Re: [Metakit] Corrupted database over network - WinNT

2007-02-12 Thread Hector
As I mentioned in an earlier post -- the solution is to ensure that metakit files on network shares are opened for exclusive access. You can write your own c4_FileStrategy implementation to handle this and use it in the c4_Storage constructor. The PathIsNetworkPath Win32 API is also a useful