翻訳と辞書
Words near each other
・ CPO-STV
・ CPOX
・ CPP
・ CPP Group
・ CPP Investment Board
・ CPP-NPA-NDF rebellion
・ CPPA
・ CPPC UAV
・ Cppcheck
・ CppCMS
・ CPPD
・ Cppdepend
・ Cpplint
・ CPPM
・ CPPS
CPPSERV
・ CppUnit
・ CPQ
・ CPR (album)
・ CPR (band)
・ CPR (disambiguation)
・ CPR (EP)
・ CPR Aberdeen Yard
・ CPR Alyth Yard
・ CPR Angus Shops
・ CPR Bridge
・ CPR Bridge (Saskatoon)
・ CPR Buffalo Yard
・ CPR Kinnear Yard
・ CPR Lambton Yard


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

CPPSERV : ウィキペディア英語版
CPPSERV

CPPSERV is C++ Servlet Engine. It provides Servlet-like API to C++ programmers. This allows them to write small, extremely efficient web applications, with an ease that was only available to Java programmers. At the same time it provides greatest flexibility - since one can use any of the C and C++ libraries, which still outnumber anything available to other languages.
CPPSERV does not provide exactly the same API as Sun's Java Servlet API, but tries to follow its philosophy instead. E.g. ServletRequest::getOutputStream() returns std::ostream-derived object, which does not provide print() and println() functions.
CPPSERV also contains CSP (C++ Server Pages) parser. This allows for JSP-like functionality, although in case of CPPSERV, CSPs are not compiled at run time, but have to be pre-compiled
at application deployment time instead. The parser was imported from CXXSP project, which is similar in goals and has very similar public API, but uses different approach to implementation. While CPPSERV is a separate process with front-end web servers talking to it through socket, CXXSP is a purely Apache HTTP Server module.
== External links ==

*(CPPSERV Website )
*(CXXSP Website )


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「CPPSERV」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.