Home  /  RSS  /  RSS Comments  /  Enter

We con the word!‎

Sunday, June 6, 2010, by artyom ; Posted in: Off Topic; 0 comments

Enjoy the video: http://www.youtube.com/watch?v=FOGG_osOoVg

Wikipp is converted to new CppCMS 1.x.x and running on main site!

Tuesday, May 25, 2010, by artyom ; Posted in: Progress, Framework; 2 comments

Hello all,

Wikipp is now running on top of alpha version of CppCMS 1.x.x. It is one important step to release of first beta version of new generation of CppCMS.

Update me if you have any issues.

CppCMS 1.x.x updates

Saturday, May 15, 2010, by artyom ; Posted in: Progress, Framework, Comet; 0 comments

After big internal changes I explain some critical architectural updates that CppCMS 1.x.x did.

In few words:

  1. Removed cppcms_boost library. Only several essential tools, not visible to API are still taken from cppcms_boost which compiled statically into cppcms library.
  2. Booster library was introduced. It is a library with boost-like interfaces that do not depend on actual boost. Some of the code is taken from boost library, some are wrappers of good C libraries and some totally new code I had written with ABI compatibility in mind.

Following my previous post feel free to update your working copies.

Rationale

CppCMS 1.x.x would provide backward compatible API and ABI and thus it can't relate on Boost library in it's public API. Only possible way to provide Boost API to users is actually wrapping it.

CppCMS 1.x.x introduces asynchronous even loop to web development - something that is very critical for Comet programming. This loop was based on Boost.Asio. But unfortunately it had very big limitations and writing a good wrapper Boost.Asio was unfeasible.

So a small "Boost_er_" library replaced required functionality from boost partially reimplementing, partially wrapping C libraries and partially borrowing the code from Boost itself.

Booster has following components:

The AIO library it is central CppCMS event loop that has Asio like API - proactor design, callback interface, etc.

However unlike ASIO it uses very few template classes, it is prefork-friendly (unlike ASIO)

Booster.Aio interface would allow Comet application to receive various asynchronous notifications from any source that can deliver such notifications over sockets.

To CppCMS 1.x.x Beta Users

Thursday, May 6, 2010, by artyom ; Posted in: Progress; 2 comments

Edit: You may update your copies.

Hello,

Withing few weeks the CppCMS 1.x.x branch would be very unstable due to big internal changes: replacement of Boost.Asio with CppCMS's own event loop.

Latest nearly stable revision is 1154

So I'd recommend not to update your working copies of CppCMS 1.x.x. branch till further notice.

CppCMS 0.0.6 Released

Saturday, April 17, 2010, by artyom ; Posted in: Progress; 0 comments

CppCMS 0.0.6 was released. It includes important bug fix that causes random CppCMS service crash (abort) when using aes-encrypted cookies session storage backend.

It is important to upgrade to this version if you are using this backend.

Thanks to Bharath K. for detailed bug report.

previous page

next page

Pages

Categories