Main  /  Edit this version (rollback)  /  Edit  /  History  /   /  Users Area

Internals of CppCMS 1.x.x

(version 5, from 2009-09-06 16:14:08)

The CppCMS framework consists of following parts:

Long Living Classes

Connection Related Classes

When the main loop is started all incoming connections are accepted and processed by impl::cgi::connection class.

This is an abstract class that various protocol connectors implement it. Currently CppCMS supports following protocols:

So, each time new connection is accepted it is read completely, including parsing headers and all POST data.

When the connection becomes ready it is assigned to user visible http::context object that provides an interface for user to lower level CGI like protocol.

When the http::context is ready, appropriate application is fetched from applications_pool and http::context object is assigned to it.

About

Wiki++ is a wiki engine powered by CppCMS web development framework.

Mirrors

Hosted By

SourceForge.net Logo


Navigation

Main Page


Valid CSS | Valid XHTML 1.0