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

Jeff Dunlap <[email protected]> Fri, 22 Aug 2008 15:42:39 -0700 (PDT)
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <[email protected]>
--===============1957675756==
Content-Type: multipart/alternative; boundary="0-829929974-1219444959=:53195"

--0-829929974-1219444959=:53195
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Hi Jay,

I had played around with cgicc last year but did not like it because person=
ally, I don't like to mix my C++ code with html.=A0 I ended up creating one=
 application in VBMcgi (vbmcgi.org) which is better in my opinion for creat=
ing web applications.=A0 VBMcgi uses a template type of system which is muc=
h better since all your html is contained in a template.

In the end, I ended up using Microsoft ATL Server although I like the VBMcg=
i 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.=
=A0 It is extremely efficient since it does not fire up an exe for each req=
uest (I know that with fastcgi you can achieve similar).

Anyway, I wish more people did web development in C++.=A0 I do maintenance =
on PHP and Perl applications and you can see the load on the server that th=
ey cause.=A0 C++ causes hardly any noticable load at all which in my opinio=
n is awsome!=A0=20

--- 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
=09http://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:
=09<[email protected]>
Content-Type: text/plain; charset=3DISO-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?

--=20
--
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
*****************************************
=0A=0A=0A      
--0-829929974-1219444959=:53195
Content-Type: text/html; charset=us-ascii

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



      
--0-829929974-1219444959=:53195--



--===============1957675756==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
help-cgicc mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-cgicc

--===============1957675756==--