Server shutdown slow / Remove GlobalVar

Issue #50 resolved
Kevin Hamacher repo owner created an issue

The GlobalVar needs to be freed. This var is no longer needed since Poco now provides a namen singleton-like database pool which can be accessed from everywhere.

  • Move content of GlobalVar to single variables
  • Modify all database pool accesses to use the new Poco DB-pool.

Comments (1)

  1. Kevin Hamacher reporter

    Fixed Issue #50 The new poco-pool is not singleton-like so I decided to use a external pointers. Shutdown is now as fast as it should be. This might also solve Issue #45.

    → <<cset 546a8b967e81>>

  2. Log in to comment