Name : fastcgi++ Relocations: (not relocatable) Version : 3.0 Vendor: ALT Linux Team Release : alt1.alpha.git20130704.1 Build Date: Wed Jan 14 21:51:59 2015 Install date: (not installed) Build Host: iv-sisyphus.hasher.altlinux.org Group : System/Libraries Source RPM: (none) Size : 679693 License: LGPLv3 Packager : Ivan A. Melnikov URL : http://savannah.nongnu.org/projects/fastcgipp/ Summary : A C++ FastCGI Library Description : fastcgi++ is a C++ library for developing Web applications in C++ with the FastCGI protocol. This library does not support the old CGI protocol. It effectively manages simultaneous requests without the need for multiple threads. Session data is organized into meaningful data types as opposed to a series of text strings. Internationalization and Unicode support is another priority. The library is templated to allow internal wide character use, while converting down to UTF-8 upon transmission to the client.