Hi All, I want to share one simple article about proposed Boost.Application! In the current version of Boost.Application, its officially supports 2 types of application: --------------------------------------------------- * Common Application [This kind of application is a usual Interactive Terminal application] * Server Application [This kind of application generates a Service (Windows), or a background process/Daemon (Unix)] In this article I try to show how user can extend the Boost.Application to support new application mode/type: --------------------------------------------------- * A Simple 'Apache Content Generator Module' http://www.codeproject.com/Articles/695937/Creating-a-New-Application-Mode Others Boost.Application Resources: --------------------------------------------------- [code] https://github.com/retf/Boost.Application [docs] http://www.dokfile.com/appbeta4/docs/libs/application/doc/html/index.html Please, let me know what you think about Boost.Application! -- Renato