<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Introducing PageCompiler and ApacheConnector</title>
	<atom:link href="http://pocoproject.org/blog/?feed=rss2&#038;p=116" rel="self" type="application/rss+xml" />
	<link>http://pocoproject.org/blog/?p=116</link>
	<description>News and discussion for the POCO Community</description>
	<lastBuildDate>Sun, 26 May 2013 14:39:39 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: coward</title>
		<link>http://pocoproject.org/blog/?p=116&#038;cpage=1#comment-316</link>
		<dc:creator>coward</dc:creator>
		<pubDate>Tue, 15 Apr 2008 02:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=116#comment-316</guid>
		<description>tntnet is an application server

However PageCompiler and ApacheConnector make use of the wide-spread Apache server which is a major plus IHMO...

I for one know that I won&#039;t be using just any odd http server due to stability and security issues. Apache is robust and scales well in this area.

Please keep this project going. It will open a whole new world for C++ web development.

Also are things like sessions already supported?</description>
		<content:encoded><![CDATA[<p>tntnet is an application server</p>
<p>However PageCompiler and ApacheConnector make use of the wide-spread Apache server which is a major plus IHMO&#8230;</p>
<p>I for one know that I won&#8217;t be using just any odd http server due to stability and security issues. Apache is robust and scales well in this area.</p>
<p>Please keep this project going. It will open a whole new world for C++ web development.</p>
<p>Also are things like sessions already supported?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paschal</title>
		<link>http://pocoproject.org/blog/?p=116&#038;cpage=1#comment-315</link>
		<dc:creator>Paschal</dc:creator>
		<pubDate>Sat, 02 Feb 2008 03:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=116#comment-315</guid>
		<description>These folks http://www.tntnet.org/index.hms seem to be working on something similar to PageCompiler</description>
		<content:encoded><![CDATA[<p>These folks <a href="http://www.tntnet.org/index.hms" rel="nofollow">http://www.tntnet.org/index.hms</a> seem to be working on something similar to PageCompiler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=116&#038;cpage=1#comment-314</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 23 Jan 2008 02:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=116#comment-314</guid>
		<description>Thanks :-)

BTW, if anyone was wondering why I have contributed twenty cents instead of two, it&#039;s because of the current US Dollar dismal exchange rate ;-)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://pocoproject.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>BTW, if anyone was wondering why I have contributed twenty cents instead of two, it&#8217;s because of the current US Dollar dismal exchange rate <img src='http://pocoproject.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guenter</title>
		<link>http://pocoproject.org/blog/?p=116&#038;cpage=1#comment-312</link>
		<dc:creator>guenter</dc:creator>
		<pubDate>Thu, 17 Jan 2008 15:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=116#comment-312</guid>
		<description>I have done some refactoring of PageCompiler, as proposed by Alex. Code is in &lt;a href=&quot;http://poco.svn.sourceforge.net/viewvc/poco/poco/trunk/PageCompiler/&quot; rel=&quot;nofollow&quot;&gt;SVN&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I have done some refactoring of PageCompiler, as proposed by Alex. Code is in <a href="http://poco.svn.sourceforge.net/viewvc/poco/poco/trunk/PageCompiler/" rel="nofollow">SVN</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=116&#038;cpage=1#comment-313</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 17 Jan 2008 00:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=116#comment-313</guid>
		<description>I&#039;d suggest you pull out write...() member functions from Application into it&#039;s own class hierarchy like this:

&lt;pre&gt;
PageWriter
 &#124;
 &#124;==&gt; ApacheWriter
 &#124;==&gt; OSPWriter
 &#124;==&gt; ServletWriter
&lt;/pre&gt;

Also, svn is &lt;a href=&quot;http://poco.svn.sourceforge.net/viewvc/poco/poco/trunk/&quot; rel=&quot;nofollow&quot;&gt; much better viewed through viewvc&lt;/a&gt;

My $.2

Alex</description>
		<content:encoded><![CDATA[<p>I&#8217;d suggest you pull out write&#8230;() member functions from Application into it&#8217;s own class hierarchy like this:</p>
<pre>
PageWriter
 |
 |==> ApacheWriter
 |==> OSPWriter
 |==> ServletWriter
</pre>
<p>Also, svn is <a href="http://poco.svn.sourceforge.net/viewvc/poco/poco/trunk/" rel="nofollow"> much better viewed through viewvc</a></p>
<p>My $.2</p>
<p>Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>
