<?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: Webware HTTP Adapter</title>
	<atom:link href="http://www.larsen-b.com/Article/71.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/71.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 02 Jul 2018 13:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Ian Bicking</title>
		<link>http://www.larsen-b.com/Article/71.html/comment-page-1#comment-1000</link>
		<dc:creator>Ian Bicking</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1000</guid>
		<description><![CDATA[HTTPAdapter is essentially a little web server (just built on BasicHTTPServer) that only knows how to talk mod_webkit -- i.e., forwards all requests to the AppServer.&#160; There&#039;s an embedded HTTP server as well (which is in CVS, but is a bit better exposed in Standalone WebKit).&#160; One issue with the embedded HTTP server is that you get connection refused during a restart, where with the adapter it&#039;ll keep retrying the connection during a restart until the server comes back up (so there won&#039;t be any interuption of service).&#160; Neither is production quality, but they can be useful for testing, or for doing a quick evaluation.]]></description>
		<content:encoded><![CDATA[<p>HTTPAdapter is essentially a little web server (just built on BasicHTTPServer) that only knows how to talk mod_webkit &#8212; i.e., forwards all requests to the AppServer.&nbsp; There&#8217;s an embedded HTTP server as well (which is in CVS, but is a bit better exposed in Standalone WebKit).&nbsp; One issue with the embedded HTTP server is that you get connection refused during a restart, where with the adapter it&#8217;ll keep retrying the connection during a restart until the server comes back up (so there won&#8217;t be any interuption of service).&nbsp; Neither is production quality, but they can be useful for testing, or for doing a quick evaluation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/71.html/comment-page-1#comment-1001</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1001</guid>
		<description><![CDATA[I think you can fix this issue by using a apache in front on the HTTP server w/ a simple RewriteRules ? This is how Zope is usually used. ( Apache + Zope or even better Zope + Squid ). So Apache will wait for the HTTP Server to answer within the timeout value. So you can get the same behaviour as using mod_webkit + AppServer. &lt;br /&gt;
&lt;br /&gt;
I haven&#039;t tested yet but it should work. &lt;br /&gt;
&lt;br /&gt;
Another problem for me right now is that when i use HTTPAdapter with a lot of thread, i went in to a AppServer segfault in MySQLdb. (I use SQLObject) This is a bug in MySQLdb I think since i get the same trouble while using Modeling.]]></description>
		<content:encoded><![CDATA[<p>I think you can fix this issue by using a apache in front on the HTTP server w/ a simple RewriteRules ? This is how Zope is usually used. ( Apache + Zope or even better Zope + Squid ). So Apache will wait for the HTTP Server to answer within the timeout value. So you can get the same behaviour as using mod_webkit + AppServer. </p>
<p>I haven&#8217;t tested yet but it should work. </p>
<p>Another problem for me right now is that when i use HTTPAdapter with a lot of thread, i went in to a AppServer segfault in MySQLdb. (I use SQLObject) This is a bug in MySQLdb I think since i get the same trouble while using Modeling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bicking</title>
		<link>http://www.larsen-b.com/Article/71.html/comment-page-1#comment-1002</link>
		<dc:creator>Ian Bicking</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1002</guid>
		<description><![CDATA[Certainly Apache + mod_rewrite + mod_webkit is the best way to use Webware, at least in production.&#160; The direct HTTP serving is really to ease installation for evaluation purposes, and not much more.&lt;br /&gt;
&lt;br /&gt;
The problem with MySQL and Python has been noted by several people, across different environments.&#160; I think it&#039;s a problem in MySQL version 4, people aren&#039;t seeing it with earlier versions.]]></description>
		<content:encoded><![CDATA[<p>Certainly Apache + mod_rewrite + mod_webkit is the best way to use Webware, at least in production.&nbsp; The direct HTTP serving is really to ease installation for evaluation purposes, and not much more.</p>
<p>The problem with MySQL and Python has been noted by several people, across different environments.&nbsp; I think it&#8217;s a problem in MySQL version 4, people aren&#8217;t seeing it with earlier versions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
