If I were to create a Windows shared folder, put a database file in that folder to be shared among multiple users of our client app, is that an NFS or SMB shared folder?
A:
I would say it is a SMB shared folder. The SMB (protocol) is the NFS (protocol) in the Windows world.
PeterMmm
2009-12-07 18:24:14
So it's by OS? Are shares on UNIX/Linux/OSX NFS?
Ben Mc
2009-12-07 18:57:05
not by OS (not anymore, at least); but by mentality. also, there are very few good NFS implementations for windows.
Javier
2009-12-07 19:02:39
A:
Any particular reason you're using a file-based db? A client-server product such as MS SQL Server or (ick) MySQL would be a better approach. With direct file access you're risking locking issues and other problems.
David Lively
2009-12-07 18:25:02
My clients usually don't have servers, just computers where they share folders. Yes, locking issues is actually my concern because SQLite reports problems with locking on NFS file systems.
Ben Mc
2009-12-07 18:56:18
+1
A:
For the record it is now supposed to be referred to as CIFS (Common Internet File System). But yes, it is SMB.
jcm
2009-12-07 18:26:47