Re: [Cppcms-users] CppCMS 1.1 Progress report (scoop 1st beta is coming...)
Brought to you by:
artyom-beilis
From: CN <cn...@fa...> - 2015-12-31 15:48:34
|
On Thu, Dec 24, 2015, at 06:20 PM, Artyom Beilis wrote: > I want you guys to looking on it - try to build the version from > trunk, try new API _**and report your impressions**_. Hi! Artyom, It's very nice to know CppCMS is under active development :-) I have just switched to application_specific_pool and have not encountered any issue with this new API *during last 10 minutes* :-) Meanwhile, I want to take this chance to show off my modifications to my local version of rpc_json.cpp as follows: * Comment out line 162: BOOSTER_DEBUG("cppcms") << "JSON-RPC Method call:" << method(); * Change line 181 from return_error("Invalid parameters"); to return_error("Invalid parameters passed to JSON RPC method \""+method()+"\""); * Change line 191 from return_error("Internal Service Error"); to return_error("Invalid JSON RPC method: "+method()); CppCMS rocks! Simply can not find a single reason not using this superb product and learning much C++ skills from it. Happy new year! CN -- http://www.fastmail.com - Email service worth paying for. Try it for free |