> sqlite will do the locking for us. A database is designed for concurrent > access to > shared resources.
First, sqlite is not designed for concurrent access! Second, I am not aware of any database engine which can do cluster wide locking. The is why we have implemented our own locking mechanism. _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
