<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Ruby Common Object Pool (common-pool)</title>
	<link>http://www.pluitsolutions.com/2007/05/16/ruby-common-object-pool-common-pool/</link>
	<description>Web Developer, Web Designer, Ruby on Rails Developer, a Curious Man based in Singapore</description>
	<pubDate>Fri, 10 Feb 2012 12:18:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/05/16/ruby-common-object-pool-common-pool/#comment-167266</link>
		<pubDate>Wed, 12 Aug 2009 02:15:08 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/16/ruby-common-object-pool-common-pool/#comment-167266</guid>
					<description>Hi Michael, it has been two years since I wrote this, if I can remember correctly the timeout is the request timeout, it should wait till the timeout period is reached, which by default is set to 60 seconds. 

The test may not be testing timeout correctly, feel free to write your own test script just to be sure.</description>
		<content:encoded><![CDATA[<p>Hi Michael, it has been two years since I wrote this, if I can remember correctly the timeout is the request timeout, it should wait till the timeout period is reached, which by default is set to 60 seconds. </p>
<p>The test may not be testing timeout correctly, feel free to write your own test script just to be sure.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Michael Johnston</title>
		<link>http://www.pluitsolutions.com/2007/05/16/ruby-common-object-pool-common-pool/#comment-167261</link>
		<pubDate>Wed, 12 Aug 2009 01:28:35 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/16/ruby-common-object-pool-common-pool/#comment-167261</guid>
					<description>what is the benefit of raising immediately when the pool is full? would it be better to timeout first? You have a &quot;test_timeout_reached&quot; but the test actually tests that borrowing from a full pool raises immediately, not that it times out.</description>
		<content:encoded><![CDATA[<p>what is the benefit of raising immediately when the pool is full? would it be better to timeout first? You have a &#8220;test_timeout_reached&#8221; but the test actually tests that borrowing from a full pool raises immediately, not that it times out.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/05/16/ruby-common-object-pool-common-pool/#comment-29120</link>
		<pubDate>Wed, 16 May 2007 16:02:00 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/16/ruby-common-object-pool-common-pool/#comment-29120</guid>
					<description>Thanks Joe, we often use memcache for object pooling, I guess common pool suits more for those who needs the extra jazz, like nee to keep minimum idle, mantaining maximum idle and checking if evict idle if required.</description>
		<content:encoded><![CDATA[<p>Thanks Joe, we often use memcache for object pooling, I guess common pool suits more for those who needs the extra jazz, like nee to keep minimum idle, mantaining maximum idle and checking if evict idle if required.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joe Goh</title>
		<link>http://www.pluitsolutions.com/2007/05/16/ruby-common-object-pool-common-pool/#comment-29068</link>
		<pubDate>Wed, 16 May 2007 08:35:12 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/05/16/ruby-common-object-pool-common-pool/#comment-29068</guid>
					<description>Good stuff!  Although I don't code in Ruby and this should prove amazingly useful to people creating Rails based websites with lots of traffic.

I'm quite surprised that no one has done it before actually.  Are there other common pool implementations for Ruby?</description>
		<content:encoded><![CDATA[<p>Good stuff!  Although I don&#8217;t code in Ruby and this should prove amazingly useful to people creating Rails based websites with lots of traffic.</p>
<p>I&#8217;m quite surprised that no one has done it before actually.  Are there other common pool implementations for Ruby?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

