<?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 for PHP Scaling</title>
	<atom:link href="http://www.phpscaling.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpscaling.com</link>
	<description>Getting it done, no matter how many hits</description>
	<lastBuildDate>Thu, 26 Jan 2012 10:45:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Doing the work elsewhere &#8211; Adding a job to the queue by alister</title>
		<link>http://www.phpscaling.com/2009/10/06/doing-the-work-elsewhere-adding-a-job-to-the-queue/comment-page-1/#comment-59</link>
		<dc:creator>alister</dc:creator>
		<pubDate>Thu, 26 Jan 2012 10:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.topbit.co.uk/serendipity/archives/23-guid.html#comment-59</guid>
		<description>You don&#039;t have to actively use priority, but in that case, just default it to some number (I&#039;d personally say a fairly high number, and so make it a low-priority, in case you did want to set something as more important later). If there aren&#039;t priorities being used, then it would be plain FIFO. Different priorities will then override the first-in-first-out order and be returned earlier.

&lt;code&gt;reserve()&lt;/code&gt; only returns one at a time (&lt;code&gt;watch()&lt;/code&gt; just says where you will look for the items), but you can keep calling it to get more. In my last project, I collected 100 items from the queue, fetched data about them all at the same time (from the Twitter API), and then went back to delete all 100 (via the job-ID I stored when I had read them originally).

I hope this is useful to you. If you have a request for another post, Aaron, then please let me know what you would like to know more on, and I&#039;ll see what I can do!</description>
		<content:encoded><![CDATA[<p>You don&#8217;t have to actively use priority, but in that case, just default it to some number (I&#8217;d personally say a fairly high number, and so make it a low-priority, in case you did want to set something as more important later). If there aren&#8217;t priorities being used, then it would be plain FIFO. Different priorities will then override the first-in-first-out order and be returned earlier.</p>
<p><code>reserve()</code> only returns one at a time (<code>watch()</code> just says where you will look for the items), but you can keep calling it to get more. In my last project, I collected 100 items from the queue, fetched data about them all at the same time (from the Twitter API), and then went back to delete all 100 (via the job-ID I stored when I had read them originally).</p>
<p>I hope this is useful to you. If you have a request for another post, Aaron, then please let me know what you would like to know more on, and I&#8217;ll see what I can do!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doing the work elsewhere &#8211; Adding a job to the queue by Aaron</title>
		<link>http://www.phpscaling.com/2009/10/06/doing-the-work-elsewhere-adding-a-job-to-the-queue/comment-page-1/#comment-58</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 26 Jan 2012 02:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.topbit.co.uk/serendipity/archives/23-guid.html#comment-58</guid>
		<description>Moving from Amazon SQS to Beanstalkd.  Does $pheanstalk-&gt;watch() return the oldest item added to the tube?  Or does it return multiple items?  Also, can $priority be null?  Will this effect FIFO order?  If all items have the same priority are they delivered to the worker FIFO?  Thanks.  I would love to see more examples of pheanstalkd.</description>
		<content:encoded><![CDATA[<p>Moving from Amazon SQS to Beanstalkd.  Does $pheanstalk-&gt;watch() return the oldest item added to the tube?  Or does it return multiple items?  Also, can $priority be null?  Will this effect FIFO order?  If all items have the same priority are they delivered to the worker FIFO?  Thanks.  I would love to see more examples of pheanstalkd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on svn checkouts vs exports for live versions by Deployment with Capistrano &#8211; the Gotchas &#124; PHP Scaling</title>
		<link>http://www.phpscaling.com/2008/03/09/svn-checkouts-vs-exports-for-live-versions/comment-page-1/#comment-5</link>
		<dc:creator>Deployment with Capistrano &#8211; the Gotchas &#124; PHP Scaling</dc:creator>
		<pubDate>Thu, 24 Nov 2011 12:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.topbit.co.uk/serendipity/archives/1-guid.html#comment-5</guid>
		<description>[...] and entirely workable system &#8211; I described something just like this in a previous post: &#8220;SVN checkouts vs exports for live versions&#8221;. That was written and used before I was deploying to multiple machines however &#8211; and had to [...]</description>
		<content:encoded><![CDATA[<p>[...] and entirely workable system &#8211; I described something just like this in a previous post: &#8220;SVN checkouts vs exports for live versions&#8221;. That was written and used before I was deploying to multiple machines however &#8211; and had to [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc (User agent is rejected)
Database Caching 5/12 queries in 0.002 seconds using apc
Object Caching 313/317 objects using apc

Served from: www.phpscaling.com @ 2012-02-22 19:06:46 -->
