Main  /  Edit version 2  /  Edit version 3  /   /  Users Area

Difference "Plans For Future" ver. 2 versus ver. 3

Content:

## Remove libmm
OSSP mm is licensed under 4 clause BSD license that is
not compatible with GPL. It should be replaced with
Boost.Interprocess that is available starting from 1.35
and have anonymous map for forked processes starting from
1.36.
## Improve Widgets
Improve widgets to cover _all_ options available in
standard (X)HTML.
## L1 Cache based on frequency of access
### Problem
Today distributed cache system works very similarly to memcached --- every fetch requires round-trip to remote server. This significantly reduces cache performance in case
of distributed system in comparison to in-memroy cache.
Thus in the process of scale-up performance/cost factor becomes much lower when use of distributed cache is started.
### Solution
Implement L1-in-memory cache that would cache most frequently used cached entries in memory of each of the nodes of distributed system.
How to manage consistency of such cache? Probably the size of L1 cache should be quite small and it should not be updated frequently. Cache servers should be aware of entries stored in L1 cache and thus broadcast "rises" only for cached keys --- this would remove all unnecessary traffic of removed entries.
## Cache Debugging utilities
### Problem
Debugging of application that uses trigger based cache can be quite painful due to problematic access to internal structures of cache system
### Solution
Implement simple CppCMS application that would create a browser based access to cache content.
## Degraded Mode of work
### Problem
What happens when one of cache/session servers fails?
### Solution
Provide automatic servers fail-detection procedures and continue to work in degraded mode.
## Logging
Provide simple logging framework for CppCMS applications
## Crontab
Implement "crontab" facilities --- and ability to run some task periodically
## XSS Filters
Provide some efficient anti-XSS filters. It is very important part of web development but there is no tools written in C/C++ that does this.
## Native Windows Support
- Consider how much effort should be put to make CppCMS support windows naively
- How degraded this mode would be?
- Is it feasible to do only withing Mingw environment or VS may be applicable as well?

About

CppCMS is a web development framework for performance demanding applications.

Support This Project

SourceForge.net Logo

Поддержать проект

CppCMS needs You


Navigation

Main Page


Valid CSS | Valid XHTML 1.0