<?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: Rule Mongo with an Iron Fist</title>
	<atom:link href="http://compoundthinking.com/blog/index.php/2009/12/09/rule-mongo-with-an-iron-fist/feed/" rel="self" type="application/rss+xml" />
	<link>http://compoundthinking.com/blog/index.php/2009/12/09/rule-mongo-with-an-iron-fist/</link>
	<description>Thinking about programming in new ways</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:00:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mark Ramm</title>
		<link>http://compoundthinking.com/blog/index.php/2009/12/09/rule-mongo-with-an-iron-fist/#comment-323166</link>
		<dc:creator>Mark Ramm</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://compoundthinking.com/blog/?p=794#comment-323166</guid>
		<description>Well, mongoDB&#039;s built in abstraction is more like a traditional DB, you have connections which are long lived, and cursors and all of that. 

But MongoDB does provide for some simple async use cases like throwing data at the DB and not waiting for a response.  

As for the session handling magic in Ming, there&#039;s really not much at all over the top of what mongo-python provides in terms of connection/cursor handling. 

The entirety of the ming session code can be found here: 

http://merciless.git.sourceforge.net/git/gitweb.cgi?p=merciless/merciless;a=blob_plain;f=ming/session.py;hb=HEAD</description>
		<content:encoded><![CDATA[<p>Well, mongoDB&#8217;s built in abstraction is more like a traditional DB, you have connections which are long lived, and cursors and all of that. </p>
<p>But MongoDB does provide for some simple async use cases like throwing data at the DB and not waiting for a response.  </p>
<p>As for the session handling magic in Ming, there&#8217;s really not much at all over the top of what mongo-python provides in terms of connection/cursor handling. </p>
<p>The entirety of the ming session code can be found here: </p>
<p><a href="http://merciless.git.sourceforge.net/git/gitweb.cgi?p=merciless/merciless;a=blob_plain;f=ming/session.py;hb=HEAD" rel="nofollow">http://merciless.git.sourceforge.net/git/gitweb.cgi?p=merciless/merciless;a=blob_plain;f=ming/session.py;hb=HEAD</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Horn</title>
		<link>http://compoundthinking.com/blog/index.php/2009/12/09/rule-mongo-with-an-iron-fist/#comment-323165</link>
		<dc:creator>Kevin Horn</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://compoundthinking.com/blog/?p=794#comment-323165</guid>
		<description>I learned about Ming after reading Rick&#039;s  blog post the other day and it looks great.  Just wondering if you&#039;ve thought about whether similar concepts could be applied to async (like Twisted, etc.) connections to MongoDB.  It looks like this would be pretty tricky to do with something like Ming, since it seems to handle things similarly to how SQLALchemy does things.

How much magic is there in the session handling in Ming?</description>
		<content:encoded><![CDATA[<p>I learned about Ming after reading Rick&#8217;s  blog post the other day and it looks great.  Just wondering if you&#8217;ve thought about whether similar concepts could be applied to async (like Twisted, etc.) connections to MongoDB.  It looks like this would be pretty tricky to do with something like Ming, since it seems to handle things similarly to how SQLALchemy does things.</p>
<p>How much magic is there in the session handling in Ming?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
