Re: [Cppcms-users] Proposal to release CppCMS 2.0 and migrate to C++11
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2016-11-02 07:07:19
|
>> For the session-integration - there were recent changes in the API and >> rework needed for PHP, Asp.Net, Java and Python modules to reflect >> updated API. > > I have little knowledge about the new "session-integration" API. My > instinct tells me that I am unlikely to need these features in > foreseeable future. If my instinct is correct, I am worried about the > size of new CppCMS. > > Will there be compiler directives for me to disable these incoming > unwanted features to avoid a bloated CppCMS executable? > On the CppCMS side it is barely tiny C wrapper of C++ session functionality. The "bloat" comes on external project that isn't compiled to CppCMS that load cppcms so/dll C API. So it isn't expected to create any significant addition. If you still want to disable it you are welcome to write a tiny patch that removes this stuff from compilation/testing. Artyom |