Please Translate Project Description to Japanese.
English:(Last Update 2009-06-12 19:07)
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.
Japanese:Tntnetは、C++でWebアプリケーションを作成するためのWebアプリケーション・サーバです。C++コードを包含するためのいくつかの追加タグを備えたHTMLページは、共有ライブラリへコンパイルされ、Tntnetから配信されます。これは、PHP、JSPやMasonに似ていますが、用いられるプログラム言語がC++であり、ページは配信される前にネイティブコードへコンパイルされます。Tntnetは完全にマルチスレッド化されており、最高のパフォーマンスを得るためにHTTP keep-aliveをサポートしています。簡単にWebアプリケーションが作成できますが、これが作成した動的ページは他のWebサーバによる静的ページよりも高速です。(Last Update 2012-04-16 12:23)