-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed embedded DB having multiple owners, option to open URL without …
…starting server In stand-alone mode, embedded DB is controlled via service management - no issue there. But in portable mode, multiple instances can be opened which all attempt to control the embedded DB. This was changed so that only the instance that can successfully start the embedded DB can control it; other instances shut down if they cannot get ownership. As no clustering support exists yet, multiple instances working on the same DB is not valid in any case. Also added option to use main executable to just open the application URL without starting the server.
- Loading branch information
1 parent
f80b727
commit 23f2af8
Showing
2 changed files
with
46 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters