Develop and Download Open Source Software

Tntnet

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.
2008-04-20 23:22
A shutdown problem is fixed, and all the fixes from the development branch are merged here. The most major fix is probably the much more robust GnuTLS module.

Project Resources

http://freecode.com/urls/9a23738873abaa1d8d0fc087c49ea3d1
http://freecode.com/urls/0fce8a60af970472c7f96f34719b3bc9
http://freecode.com/urls/7cc8ec1af94178b6cf7098a0c8dd87e2
http://freecode.com/projects/tntnet

Project Description

Tntnet is a Web application server for generating Web applications in C++. HTML pages with some additional tags for inclusion of C++ code are compiled into shared libraries and served from tntnet. It resembles PHP, JSP, or Mason, but the programming language used is C++, and the pages are compiled into native code before serving. Tntnet is fully multithreaded and supports HTTP keep-alive for best performance. Its dynamic pages are faster than static pages with other Web servers, while creating Web applications is simple.