Re: [Cppcms-users] per request data storage?
Brought to you by:
artyom-beilis
|
From: Heiko I. <hi...@93...> - 2013-12-06 07:16:38
|
Hi, On Fri, Dec 06, 2013 at 01:48:33PM +0800, 陈抒 wrote: > If you have chosen a database already and don't want to change this, > could you find a way to link the database client lib into your app > statically? i am already using cppdb with mysql which you can link statically, but maybe i did not understand this right? When i look at session docs, it says session.server.storage can have the values: files memory network external So i assume i need to use external when i want to use cppcms session? Which seems to be limited to dynamic linking, or am i missing something? Kind regards, Heiko |