help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-cgicc] Re: help-cgicc Digest, Vol 45, Issue 1


From: Alexander J. Oss
Subject: Re: [help-cgicc] Re: help-cgicc Digest, Vol 45, Issue 1
Date: Sun, 24 Aug 2008 10:00:31 -0400

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 -----
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, address@hidden <address@hidden> wrote:
From: address@hidden <address@hidden>
Subject: help-cgicc Digest, Vol 45, Issue 1
To: address@hidden
Date: Friday, August 22, 2008, 9:00 AM

Send help-cgicc mailing list submissions to
address@hidden

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
address@hidden

You can reach the person managing the list at
address@hidden

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" <address@hidden>
Subject: [help-cgicc] debugging suggestions
To: address@hidden
Message-ID:
<address@hidden>
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
address@hidden
http://lists.gnu.org/mailman/listinfo/help-cgicc


End of help-cgicc Digest, Vol 45, Issue 1
*****************************************


_______________________________________________
help-cgicc mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-cgicc

reply via email to

[Prev in Thread] Current Thread [Next in Thread]