Fastcgipp2.1

  • Submit New Release
  • Edit Fastcgipp Information
  • Submit a New Software

A C++ FastCGI Library.

Last updated on Saturday, August 25, 2012
Created on Saturday, August 25, 2012
  • Web Authoring
  • Scripts

The fastcgi++ library started out as a C++ alternative to the official FastCGI developers kit. The goal of this project was to provide a framework that offered all the facilities that the C++ language has to offer. Over time the scope broadened to the point that it became more than just a simple protocol library, but a platform to develop web application under C++. This library has zero support for the old CGI protocol. Effective management of simultaneous requests without the need for multiple threads is something that fastcgi++ does best. Session data is organized into meaningful data types as opposed to a series of text strings. Internationalization and Unicode support is another top priority. The library is templated to allow internal wide character use for efficient text processing while code converting down to utf-8 upon transmission to the client.

FastCGI Dev Team
  • linux
  • Downloads
    1116
  • License
    GPL

Downloads / Release History


August
25
2012
Fastcgipp 2.1
April
26
2012
Fastcgipp 2.0
Changes Uses autotoolsHas session handling capabilitiesHas SQL query capabilities

Comments

No comment. Be the first to enter a comment.
Replying to:
Cancel

Last articles