[DB] Use a single shared pool of connections to the database

This commit is contained in:
emeric
2015-08-19 13:31:50 +02:00
parent 4b35e03ef8
commit e18221689f
23 changed files with 89 additions and 62 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class UserInterfaceService : public Service
{
public:
UserInterfaceService(boost::filesystem::path runAppPath);
UserInterfaceService(boost::filesystem::path runAppPath, Wt::Dbo::SqlConnectionPool& connectionPool);
void start(void);
void stop(void);