Home  /  RSS  /  RSS Comments  /  RSS for Progress  /  Project Site  /  Enter

Posts in category ‘Progress’.

Asp.Mono in Linux? Not Yet...

07/08/08, by artyom ; Posted in: Progress, Benchmarks; 0 comments

During development of CppCMS I have always wanted to do some benchmarks against one of the most popular web development technologies: Asp.Net. I had found a blogging system: BlogEngine.Net that in its latest version had full support of mono under Linux, support of MySQL — all I need to run benchmarks against CppCMS.

The beginning was promising. The instructions were simple, there was an actual blog running BE.Net under Apache mod_mono on Ubuntu. There were Linux specific instructions as well.

So, first of all I had installed mono 1.9.1 from Etch backports. The first problem I had to deal with was an installation problem — the version of C# compiler and mono environment were different. This was solved quite simply. So, I could finally see BE.Net running under Mono using XML as data storage backend.

Then, I wanted to add MySQL storage backend. The problems had come very soon. The MySQL database script was written under assumption that table names are case insensitive. That was not true for MySQL under Linux. This problem was fixed.

more...

First Beta Version of CppCMS is Out!

11/07/08, by artyom ; Posted in: Progress; 16 comments

First beta version is avalibile under LGPL 2.1 from SourceForge.

It includes:

Good Luck!

API Changes and mod-prefork

04/07/08, by artyom ; Posted in: Progress, FastCGI, Framework, Cache; 0 comments

There have been lot of work in recent weeks in order to make deep internal changes in the framework. Now they include:

  1. Transparent support of 3 web server APIs: fastcgi, cgi and scgi.
  2. Support of new mod prefork that allows safer management of worker processes.
  3. Implementation of a cache that is shared between forked processes.
more...

A new name for CppCMS Project?

04/07/08, by artyom ; Posted in: Progress; 0 comments

Now it is clear for me that CppCMS is not quite successful name for this project. Manys think that it is rather Content Management System like Drupal written in C++, then A C++ Web Development like Django that allows you to write CMS.

So think is it worth to change the name of the project to something other? If so what name to choose?

Building CppCMS

19/05/08, by artyom ; Posted in: Progress; 0 comments

I had not published any official alpha or beta release yet, however, anyone who wants to use it can install the framework quite easily (I think).

There are three major parts of the framework:

  1. Templates support module – libtmpl or templates subproject.
  2. C++ Wrapper for dbi DB access library – libdbixx or dbixx subproject
  3. Base framework – libcppcms or framework subproject.
  4. This blog – an example how to use CppCMS or cms subproject

Thus in order to install the system we need to do following:

more...

Pages

Categories

Development

Powered By

3rd Party