<?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: Misimproving performance problems with INSERT DELAYED</title>
	<atom:link href="http://code.openark.org/blog/mysql/misimproving-performance-problems-with-insert-delayed/feed" rel="self" type="application/rss+xml" />
	<link>http://code.openark.org/blog/mysql/misimproving-performance-problems-with-insert-delayed</link>
	<description>Blog by Shlomi Noach</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:47:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/misimproving-performance-problems-with-insert-delayed/comment-page-1#comment-9394</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Fri, 15 Jan 2010 06:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=1745#comment-9394</guid>
		<description>Hi Morgan,
Thanks for the clarification :)</description>
		<content:encoded><![CDATA[<p>Hi Morgan,<br />
Thanks for the clarification <img src='http://code.openark.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Tocker</title>
		<link>http://code.openark.org/blog/mysql/misimproving-performance-problems-with-insert-delayed/comment-page-1#comment-9392</link>
		<dc:creator>Morgan Tocker</dc:creator>
		<pubDate>Fri, 15 Jan 2010 06:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=1745#comment-9392</guid>
		<description>Hi Shlomi,

Great post.  While I agree with you, I would clarify one thing:

Performance is really the measure of two things; (a) response (b) capacity.  INSERT delayed doesn&#039;t improve capacity in any way, but it can reduce the amount of time a user is sitting there waiting if the app is single threaded (like many web apps are).  Having said that, I&#039;ve never liked it.  I&#039;ve often thought of it as like a poor man&#039;s asynchronous queue.

In many cases the right tool is probably a message queuing system designed for this problem like openmq/activemq/rabbitmq etc.</description>
		<content:encoded><![CDATA[<p>Hi Shlomi,</p>
<p>Great post.  While I agree with you, I would clarify one thing:</p>
<p>Performance is really the measure of two things; (a) response (b) capacity.  INSERT delayed doesn't improve capacity in any way, but it can reduce the amount of time a user is sitting there waiting if the app is single threaded (like many web apps are).  Having said that, I've never liked it.  I've often thought of it as like a poor man's asynchronous queue.</p>
<p>In many cases the right tool is probably a message queuing system designed for this problem like openmq/activemq/rabbitmq etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

