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.
| Tags | Internet Web Dynamic Content CGI Tools/Libraries Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX |
| Implementation | C++ |
Recent releases


Release Notes: This release updates the boost.m4 macro to the latest version, fixes possible end iterator dereferences, makes the IPv6 address parser no longer accept non-hex characters, removes the potential for read overflow, and initializes Http::Environment::requestMethod and Fcgistream::Encoder::m_state.


Release Notes: This release is considered stable for now.


Release Notes: This version uses autotools, has session handling capabilities, has SQL query capabilities, and supports URL-encoded form data.


Release Notes: This release fixed a bug in parsing post data and a buffer flushing bug.


Release Notes: The dependence on Linux epoll socket polling has been replaced with POSIX poll(). The code will now compile on older GCC systems. An issue where parameters would not be processed if bunched into a single record as mod_fcgid does has been fixed. Error handling has been refined. An internal UTF-8 code conversion facet has been implemented to remove dependence on functional UTF-8 locales.