That's funny because it's true. I used cgicc several years ago to create a web app, and "rolled my own" template parsing functions, starting with the detection of HTML comments like "<!--FN=theFunctionToCall-->". Of course, then you need to map that function name to the actual C++ function. But dang it was speedy.
Thanks for the note on VBMcgi. Bookmarked. ----- Original Message ----- From: Jeff Dunlap To: [email protected] Sent: Friday, August 22, 2008 6:42 PM Subject: [help-cgicc] Re: help-cgicc Digest, Vol 45, Issue 1 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] subscribe or unsubscribe via the World Wide Web, visit http://lists.gnu.org/mailman/listinfo/help-cgiccor, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] can reach the person managing the list at [EMAIL PROTECTED] replying, please edit your Subject line so it is more specificthan "Re: Contents of help-cgicc digest..."Today's Topics: 1. debugging suggestions (Jay Sprenkle)----------------------------------------------------------------------Message: 1Date: Fri, 22 Aug 2008 08:09:30 -0500From: "Jay Sprenkle" <[EMAIL PROTECTED]>Subject: [help-cgicc] debugging suggestionsTo: [EMAIL PROTECTED]: <[EMAIL PROTECTED]>Content-Type: text/plain; charset=ISO-8859-1Good morning all,I'm developing a cgicc fastcgi application. I can serve regular htmlpages 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 fortesting. My code is simple. I create a new httpresponse header andpopulate it with '204' and 'No Content'. I send it and atext/plainheader. It looks like it matches the http 1.0spec but I keep getting 500 errors from IIS. Any suggestions?-- --The PixAddixImage Collector suite:http://groups-beta.google.com/group/pixaddixSqliteImporter and SqliteReplicator: Command line utilities for Sqlitehttp://www.reddawn.net/~jsprenkl/SqliteCthulhu Bucks!http://www.cthulhubucks.com------------------------------_______________________________________________help-cgicc mailing [EMAIL PROTECTED]://lists.gnu.org/mailman/listinfo/help-cgiccEnd of help-cgicc Digest, Vol 45, Issue 1***************************************** -------------------------------------------------------------------------------- _______________________________________________ help-cgicc mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-cgicc
_______________________________________________ help-cgicc mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-cgicc
