fastcgi++ 1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News fastcgi++ 1.0 (Default branch)
# 1  
Old 09-06-2008
fastcgi++ 1.0 (Default branch)

fastcgi++ is a C++ library for developing Webapplications in C++ with the FastCGI protocol.This library does not support the old CGIprotocol. It effectively manages simultaneousrequests without the need for multiple threads.Session data is organized into meaningful datatypes as opposed to a series of text strings.Internationalization and Unicode support isanother priority.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. AIX

FastCGI in AIX7.1

I am trying to use fcgi lib in aix7.1 version. when i trying to refer it gives me an munch:error ..Error reading input file.. Does anyboby has fcgi lib for aix7.1...plz suggest wait for the reply soon (0 Replies)
Discussion started by: greenworld123
0 Replies

2. Programming

issue with fastcgi program

Hello, I am strugglign with the following fastcgi C++ program with access to a postgresql database through the SOCI library. All the components work individually properlyy but the combination does not. The program compiles fine but the Apapche 2.2 error log files contains: FastCGI: comm... (0 Replies)
Discussion started by: JCR
0 Replies
Login or Register to Ask a Question
IPC::Run::SafeHandles(3pm)				User Contributed Perl Documentation				IPC::Run::SafeHandles(3pm)

NAME
IPC::Run::SafeHandles - Use IPC::Run and IPC::Run3 safely SYNOPSIS
use IPC::Run::SafeHandles; DESCRIPTION
IPC::Run and IPC::Run3 are both very upset when you try to use them under environments where you have STDOUT and/or STDERR tied to something else, such as under fastcgi. The module adds safe-guarding code when you call IPC::Run or IPC::Run3 under such environment to make sure it always works. If you intend to release your code to work under normal envionrment as well as under fastcgi, simply use this module after the "IPC" modules are loaded in your code. unimport When unimport, the original IPC::Run and/or IPC::Run3 functions are restored. AUTHOR
Chia-liang Kao, "<clkao at bestpractical.com>" BUGS
Please report any bugs or feature requests to "bug-ipc-run-safehandles at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IPC-Run-SafeHandles>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc IPC::Run::SafeHandles You can also look for information at: o AnnoCPAN: Annotated CPAN documentation <http://annocpan.org/dist/IPC-Run-SafeHandles> o CPAN Ratings <http://cpanratings.perl.org/d/IPC-Run-SafeHandles> o RT: CPAN's request tracker <http://rt.cpan.org/NoAuth/Bugs.html?Dist=IPC-Run-SafeHandles> o Search CPAN <http://search.cpan.org/dist/IPC-Run-SafeHandles> ACKNOWLEDGEMENTS
COPYRIGHT &; LICENSE Copyright 2007 Chia-liang Kao, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2009-01-28 IPC::Run::SafeHandles(3pm)