<?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: A lean, mean, Wombat</title>
	<atom:link href="http://almaer.com/blog/a-lean-mean-wombat/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/a-lean-mean-wombat</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: replica handbags</title>
		<link>http://almaer.com/blog/a-lean-mean-wombat/comment-page-1#comment-38966</link>
		<dc:creator>replica handbags</dc:creator>
		<pubDate>Mon, 30 Jun 2008 06:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/a-lean-mean-wombat#comment-38966</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Dumpleton</title>
		<link>http://almaer.com/blog/a-lean-mean-wombat/comment-page-1#comment-37620</link>
		<dc:creator>Graham Dumpleton</dc:creator>
		<pubDate>Thu, 15 Nov 2007 23:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/a-lean-mean-wombat#comment-37620</guid>
		<description>Whoops, that should have been &#039;Further there is a lot going on in Apache which isn’t being done in Python code and so the GIL doesn’t even come into the equation.&#039;</description>
		<content:encoded><![CDATA[<p>Whoops, that should have been &#8216;Further there is a lot going on in Apache which isn’t being done in Python code and so the GIL doesn’t even come into the equation.&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Dumpleton</title>
		<link>http://almaer.com/blog/a-lean-mean-wombat/comment-page-1#comment-37619</link>
		<dc:creator>Graham Dumpleton</dc:creator>
		<pubDate>Thu, 15 Nov 2007 22:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/a-lean-mean-wombat#comment-37619</guid>
		<description>The GIL being a problem in Python is not the big issue that people make out it is, at least in relation to solutions which embed Python into Apache. This is because Apache is a multi process web server, thus you aren&#039;t constrained by your application running in a single process and therefore only one of possibly multiple CPUs and/or cores. Further there is a lot going on in Apache which isn&#039;t being done in C code and so the GIL doesn&#039;t even come into the equation. For more details see &#039;http://blog.dscpl.com.au/2007/09/parallel-python-discussion-and-modwsgi.html&#039;.

In respect of memory bloat when using mod_python, part of this is because of mod_python importing extra Python modules it doesn&#039;t need to, but the main reason behind the high initial memory size is because of poorly installed Python installations. In particular, if your Python installation doesn&#039;t include a shared library, with it being linked into the correct location, the mod_python build procedure is forced to use the static Python library and incorporate it into mod_python module itself. Because the code isn&#039;t position independent, when loaded address relocations have to be done and instead of the module being shared it turns into process private memory. Thus you loose the benefit of the module being dynamically loaded and shareable.

It is a bit disappointing that people continue to propagate these half truths. :-(</description>
		<content:encoded><![CDATA[<p>The GIL being a problem in Python is not the big issue that people make out it is, at least in relation to solutions which embed Python into Apache. This is because Apache is a multi process web server, thus you aren&#8217;t constrained by your application running in a single process and therefore only one of possibly multiple CPUs and/or cores. Further there is a lot going on in Apache which isn&#8217;t being done in C code and so the GIL doesn&#8217;t even come into the equation. For more details see &#8216;http://blog.dscpl.com.au/2007/09/parallel-python-discussion-and-modwsgi.html&#8217;.</p>
<p>In respect of memory bloat when using mod_python, part of this is because of mod_python importing extra Python modules it doesn&#8217;t need to, but the main reason behind the high initial memory size is because of poorly installed Python installations. In particular, if your Python installation doesn&#8217;t include a shared library, with it being linked into the correct location, the mod_python build procedure is forced to use the static Python library and incorporate it into mod_python module itself. Because the code isn&#8217;t position independent, when loaded address relocations have to be done and instead of the module being shared it turns into process private memory. Thus you loose the benefit of the module being dynamically loaded and shareable.</p>
<p>It is a bit disappointing that people continue to propagate these half truths. :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian McCallister</title>
		<link>http://almaer.com/blog/a-lean-mean-wombat/comment-page-1#comment-37618</link>
		<dc:creator>Brian McCallister</dc:creator>
		<pubDate>Thu, 15 Nov 2007 20:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/a-lean-mean-wombat#comment-37618</guid>
		<description>Of course!</description>
		<content:encoded><![CDATA[<p>Of course!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
