Difference "Internals" ver. 1 versus ver. 2
Content:
TODO |
The CppCMS framework consists of following parts:
|
|
- Central `cppcms::service` --- the major class that holds
|
the main application loop and manages all resources.
|
|
All global resources are accessed via this service.
|
|
It also hold the main event driven execution loop
|
based on `boost::asio::io_service`.
|
|
- `cppcms::applications_pool` --- it the class that holds
|
a pool of user created applications and dispatches
|
them according to requested url. It is the major
|
connector between URL and application.
|
|
Each time the page is requested an application fetched
|
from it and then returned back for recycling.
|
|
-
|
|
|
About
Wiki++ is a wiki engine powered by
CppCMS web development framework.
Mirrors
Hosted By

Navigation
Main Page
Valid CSS
| Valid XHTML 1.0