(This message has been automatically imported from the retired mailing list)
The tutorial suggests to use sqlite as ODB. I guess it’s fine to start
with a small and simple database. However, quickstart creates 2 servers
and they both use the same DB. It happened to me multiple times now
that one of the servers has crashed because it couldn’t get a lock on
the database. I’m now continuing my testing with just 1 server running.
I’m not getting anymore crashes.
Should the documentation have some advice about when (not) to use
SQLite? Should the tutorial be updated accordingly?