<?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: PEP 3148 Accepted: “futures — execute computations asynchronously”</title>
	<atom:link href="http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/</link>
	<description>python, programming and other things</description>
	<lastBuildDate>Sun, 04 Mar 2012 06:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/comment-page-1/#comment-153219</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Fri, 23 Jul 2010 01:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=773#comment-153219</guid>
		<description>You can make custom subclasses as needed. The core libraries do not need to account for 3rd party libraries.</description>
		<content:encoded><![CDATA[<p>You can make custom subclasses as needed. The core libraries do not need to account for 3rd party libraries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gdamjan</title>
		<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/comment-page-1/#comment-153218</link>
		<dc:creator>gdamjan</dc:creator>
		<pubDate>Thu, 22 Jul 2010 05:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=773#comment-153218</guid>
		<description>(not following the original discussions)&lt;br&gt;I hope the new concurent package would also be usefull with gevent/greenlets too</description>
		<content:encoded><![CDATA[<p>(not following the original discussions)<br />I hope the new concurent package would also be usefull with gevent/greenlets too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/comment-page-1/#comment-152590</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Mon, 12 Jul 2010 20:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=773#comment-152590</guid>
		<description>Ni</description>
		<content:encoded><![CDATA[<p>Ni</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmalsburg</title>
		<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/comment-page-1/#comment-152589</link>
		<dc:creator>tmalsburg</dc:creator>
		<pubDate>Mon, 12 Jul 2010 19:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=773#comment-152589</guid>
		<description>Why &quot;if future.exception() is not None&quot;? (I&#039;m referring to this example:http://code.google.com/p/pythonfutures/ ) Is Python becoming the next C? Could the exception not be thrown when the result is accessed, i.e. on future.result().&lt;br&gt;I find it really ugly that this proposal bypasses Python&#039;s exception handling and comes up with a new mechanism.</description>
		<content:encoded><![CDATA[<p>Why “if future.exception() is not None”? (I’m referring to this example:<a href="http://code.google.com/p/pythonfutures/" rel="nofollow">http://code.google.com/p/pythonfutures/</a> ) Is Python becoming the next C? Could the exception not be thrown when the result is accessed, i.e. on future.result().<br />I find it really ugly that this proposal bypasses Python’s exception handling and comes up with a new mechanism.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baczek</title>
		<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/comment-page-1/#comment-152588</link>
		<dc:creator>Baczek</dc:creator>
		<pubDate>Mon, 12 Jul 2010 18:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=773#comment-152588</guid>
		<description>glad to hear that.</description>
		<content:encoded><![CDATA[<p>glad to hear that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/comment-page-1/#comment-152587</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Mon, 12 Jul 2010 17:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=773#comment-152587</guid>
		<description>The twisted folk provided feedback</description>
		<content:encoded><![CDATA[<p>The twisted folk provided feedback</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baczek</title>
		<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/comment-page-1/#comment-152586</link>
		<dc:creator>Baczek</dc:creator>
		<pubDate>Mon, 12 Jul 2010 17:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=773#comment-152586</guid>
		<description>i hope this was done with at least some cooperation with twisted guys...</description>
		<content:encoded><![CDATA[<p>i hope this was done with at least some cooperation with twisted guys…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/comment-page-1/#comment-152583</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=773#comment-152583</guid>
		<description>Yay!</description>
		<content:encoded><![CDATA[<p>Yay!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/comment-page-1/#comment-152585</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=773#comment-152585</guid>
		<description>Those are class names, and classes in python are typically camel case.</description>
		<content:encoded><![CDATA[<p>Those are class names, and classes in python are typically camel case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Coghlan</title>
		<link>http://jessenoller.com/2010/07/11/pep-3148-accepted-futures-execute-computations-asynchronously/comment-page-1/#comment-160320</link>
		<dc:creator>Nick Coghlan</dc:creator>
		<pubDate>Mon, 12 Jul 2010 12:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=773#comment-160320</guid>
		<description>I recommend that talk - it did a nice job of showing how easy the PEP makes it to take an iterative algorithm using map and turn it into a parallel algorithm using futures.</description>
		<content:encoded><![CDATA[<p>I recommend that talk — it did a nice job of showing how easy the PEP makes it to take an iterative algorithm using map and turn it into a parallel algorithm using futures.</p>
]]></content:encoded>
	</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
Object Caching 724/725 objects using disk: basic

Served from: jessenoller.com @ 2012-05-22 08:53:48 -->
