Dear you guys,
I'm using calibre-server to run a synced database on a always-online computer.
Code:
calibre-server --with-library "my_library" -p xxxx --auto-reload -t 120
It works.

. The server runs fine. But the database file is locked by calibre-server (I think) and can not get updated automatically when the origin is updated (from my laptop). I had to manually stop the script, and the file gets synced.
It is a windows 7 PC. Is there away for the database to be released automatically and get updated? I'm not sure what the "-auto-reload" and -t timeout is for.