<?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>depth first search &#187; rpc is slow</title>
	<atom:link href="http://www.depthfirstsearch.net/blog/tag/rpc-is-slow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.depthfirstsearch.net/blog</link>
	<description>“We can only see a short distance ahead, but we can see plenty there that needs to be done.&#34;</description>
	<lastBuildDate>Sun, 05 Feb 2012 13:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Parallel Python</title>
		<link>http://www.depthfirstsearch.net/blog/2007/09/16/parallel-python/</link>
		<comments>http://www.depthfirstsearch.net/blog/2007/09/16/parallel-python/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 03:50:58 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[!concurrency]]></category>
		<category><![CDATA[!perl]]></category>
		<category><![CDATA[rpc is slow]]></category>

		<guid isPermaLink="false">http://www.depthfirstsearch.net/2007/09/16/parallel-python/</guid>
		<description><![CDATA[I once tried to parallelize some Python code to take advantage of multiple processors, so I learned about the Global Interpreter Lock the hard way. Threads are supposed to allow for concurrency without protection. If you want concurrency and protection, use processes. The GIL is just a half-baked half measure between these two easy to [...]]]></description>
			<content:encoded><![CDATA[<p>I once tried to parallelize some Python code to take advantage of multiple processors, so I learned about the Global Interpreter Lock the hard way. Threads are supposed to allow for concurrency without protection. If you want concurrency and protection, use processes. The GIL is just a half-baked half measure between these two easy to state abstractions. That was the beginning of my path away from Python.</p>
<p>Anyway, for those still interested: <a href="http://www.artima.com/forums/flat.jsp?forum=106&amp;thread=214303">Parallel Python</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.depthfirstsearch.net/blog/2007/09/16/parallel-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/11 queries in 0.225 seconds using disk: basic
Object Caching 325/341 objects using disk: basic

Served from: www.depthfirstsearch.net @ 2012-02-08 13:15:45 -->
