|
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.
Project Release Information2010-08-08 01:05 This stable release includes many small feature enhancements and some bugfixes, as well as performance improvements. Existing web applications should work out of the box just by recompiling. 2009-06-14 05:12 This release adds some minor bugfixes. It needs the current development version of cxxtools. 2008-06-04 16:32 Clearing cookies was broken since about a year ago. This is fixed now. Quotes and double quotes in C++ comments in ecpp files was not handled correctly. Initialization of scoped variables may expand to multiple lines now (this was actually intended behavior before, but incorrectly implemented). The .so number was increased, which was forgotten in the previous release. 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. 2008-04-06 13:02 This release brings some bugfixes in handling of SSL. The GnuTLS support is much more robust and faster now. Project ResourcesProject 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. |