Re: [Cppcms-users] per request data storage?
Brought to you by:
artyom-beilis
|
From: 陈抒 <csf...@gm...> - 2013-12-06 07:26:00
|
You want to use cppcms session with mysql & cppdb. also using static linking. I have not used this way before. Let's see who can give you correct. :) Dean Chen Best regards http://blog.csdn.net/csfreebird On Fri, Dec 6, 2013 at 3:16 PM, Heiko Irrgang <hi...@93...> wrote: > 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 > > > > ------------------------------------------------------------------------------ > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base. > Download it for free now! > > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |