Hi Jay, I had played around with cgicc last year but did not like it because personally, I don't like to mix my C++ code with html. I ended up creating one application in VBMcgi (vbmcgi.org) which is better in my opinion for creating web applications. VBMcgi uses a template type of system which is much better since all your html is contained in a template.
In the end, I ended up using Microsoft ATL Server although I like the VBMcgi concept much more. If you have time, take a look at VBMcgi and let me know what you think. Here is an application that I wrote in Microsoft ATL Server: http://app.directcorrespondentlender.com/ This application is a dll that loads once on IIS, then waits for requests. It is extremely efficient since it does not fire up an exe for each request (I know that with fastcgi you can achieve similar). Anyway, I wish more people did web development in C++. I do maintenance on PHP and Perl applications and you can see the load on the server that they cause. C++ causes hardly any noticable load at all which in my opinion is awsome! --- On Fri, 8/22/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: help-cgicc Digest, Vol 45, Issue 1 To: [email protected] Date: Friday, August 22, 2008, 9:00 AM Send help-cgicc mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.gnu.org/mailman/listinfo/help-cgicc or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of help-cgicc digest..." Today's Topics: 1. debugging suggestions (Jay Sprenkle) ---------------------------------------------------------------------- Message: 1 Date: Fri, 22 Aug 2008 08:09:30 -0500 From: "Jay Sprenkle" <[EMAIL PROTECTED]> Subject: [help-cgicc] debugging suggestions To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 Good morning all, I'm developing a cgicc fastcgi application. I can serve regular html pages just fine but when I try to do AJAX stuff it blows chunks (that's a technical term). I'm using IIS with the fastcgi dll for testing. My code is simple. I create a new httpresponse header and populate it with '204' and 'No Content'. I send it and a text/plain header. It looks like it matches the http 1.0 spec but I keep getting 500 errors from IIS. Any suggestions? -- -- The PixAddixImage Collector suite: http://groups-beta.google.com/group/pixaddix SqliteImporter and SqliteReplicator: Command line utilities for Sqlite http://www.reddawn.net/~jsprenkl/Sqlite Cthulhu Bucks! http://www.cthulhubucks.com ------------------------------ _______________________________________________ help-cgicc mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-cgicc End of help-cgicc Digest, Vol 45, Issue 1 *****************************************
_______________________________________________ help-cgicc mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-cgicc
