tntnet
Tntnet 1.6.99
A modular, multithreaded webapplicationserver written from scratch for C++ more>> Tntnet 1.6.99 is an efficient tool which functions as a modular, multithreaded web application server written from scratch for C++
To create web applications Tntnet has a template-language called ecpp similar to php, jsp or mason, where you can embed c++-code inside a html-page to generate active content.
The ecpp-files are precompiled to c++-classes called components and compiled and linked into a shared library. This process is done at compile time. The webserver Tntnet needs only the compiled component library. Because the web applications are compiled into native code, they are very fast and compact.
Components can call other components. So you can create building blocks of html-parts and call them in other pages like subprocesses. Requests are parsed by tntnet and the request-information is easily accessible to the components. It supports GET and POST-parameters and Mime-multipart-requests for file-upload. The template language has also support for internationalized applications. You can easily create web applications for different languages.
Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console.
Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answers requests from http-clients. Ssl is supported via the openssl-library.
Major Features:
- Written in standard-c++ with Linux
- Tested with "Debian Woody x86" and "SuSE Linux 9.1 x86_64"
- Use template-language to embed c++-code in html similar to PHP, JSP, ASP or Mason
- Component-concept allows modularisation of web applications
- Multithreaded
- Compile a web application including graphics in one single shared library
- GET- and POST-parameters are parsed and are easily accessible
- Support for file-uploads
- Support for i18n of web applications - single code base for different languages.
- Template-language to embed c++-code in html similar to PHP, JSP, ASP or Mason
- Multithreaded with a dynamic worker-pool for best performance
- Compile a web-application including graphics in one single shared library for easy deployment
- Web-applications are native code
- Html-form parameters are parsed and are easily accessible
- Automatic session-handling
- Use external C++-classes and libraries
- Enhanced security, because no compiler or interpreter nor source-code is needed on the server
- Ssl-support
- Cookies
- HTTP-upload
- Automatic request-parameter parsing and conversion
- Automatic session management
- Scoped variables (application, request and session)
- Internationalisation
- Keep-alive.
Enhancements:
- Has got some minor bug fixes
- Are adjusted to the API changes in cxxtools (which are quite small).
- Page: 1 of 1
- 1