> 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.