buzhug can work on client-server mode, using an asynchronous HTTP server. If the database is used by several processes or threads, you should use this mode to ensure the consistency of the data

To use this mode :

You can use the ProxyBase instance exactly like a buzhug.Base instance. Method calls result in an HTTP request to the server ; this makes client-server mode slower than embedded mode