Menu

#163 File operations not mutually exclusive with server running

server_0.1.0_Beta
closed
5
2010-03-15
2009-12-13
No

svn 1556 trunk:
The file operations should be mutually exclusive to the server running but currently are not.
Example scenario:
- start the server and see state "server idle" as expected.
- import a database with the menu File / Import.
Expected behavior: the server is off.
Observed behavior: the server is still idle.

Discussion

  • Christa Runge

    Christa Runge - 2010-01-01

    According to our new strategy, it is not necessary to mutually exclude any server operation with any file operation.
    It is sufficient to lock the databases against concurrent usage (see DatabaseLibrarian.borrowDatabase / returnDatabase)

     
  • Mathias Kussinger

    • assigned_to: nobody --> kussinger
    • status: open --> closed
     
  • Mathias Kussinger

    new Librarian implements borrowing, no more an issue

     
  • Christa Runge

    Christa Runge - 2017-07-29

    Ticket moved from /p/karatasi/bugs/209/

    Can't be converted:

    • _milestone: server_0.1.0_Beta
     

Log in to post a comment.