Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-12-11 22:31
1.2

Diese Version wurde ein Fehler behoben beim Parsen von Post-Daten und einen Puffer spülen bug.
Tags: Minor bugfixes
This release fixed a bug in parsing post data and a buffer flushing bug.

2008-09-17 13:53
1.1

Die Abhängigkeit von Linux epoll Socket Polling wurde mit POSIX-Umfrage () ersetzt. Der Code wird jetzt kompilieren auf älteren GCC-Systeme. Ein Problem, bei dem die Parameter nicht verarbeitet werden, wenn in einem einzigen Datensatz als mod_fcgid hat nicht behoben gebündelt. Fehlerbehandlung wurde verfeinert. Eine interne UTF-8-Code-Konvertierung Facette wurde eingeführt, um die Abhängigkeit von funktionalen UTF-8 zu entfernen.
Tags: Minor bugfixes
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.

2008-09-07 07:27
1.0

Tags: Initial freshmeat announcement

Project Resources