<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>John Bafford &#187; slow</title>
	<atom:link href="http://bafford.com/tag/slow/feed/" rel="self" type="application/rss+xml" />
	<link>http://bafford.com</link>
	<description>coding in purple</description>
	<lastBuildDate>Sat, 03 Oct 2009 19:57:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Week of Open Source Releases: slow 1.0</title>
		<link>http://bafford.com/2009/02/24/week-of-open-source-releases-slow-10/</link>
		<comments>http://bafford.com/2009/02/24/week-of-open-source-releases-slow-10/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 18:30:40 +0000</pubDate>
		<dc:creator>John Bafford</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://bafford.com/?p=80</guid>
		<description><![CDATA[The second piece of software I&#8217;m releasing this week is a unix command line tool called slow. Slow is a tool that makes it easy to cause another process to run slowly. Slow does this by taking advantage of two signals, SIGSTOP and SIGCONT, which respectively stop and re-start a unix process&#8217; execution. I&#8217;ve used [...]]]></description>
			<content:encoded><![CDATA[<p>The second piece of software I&#8217;m releasing this week is a unix command line tool called <a href="/software/slow/">slow</a>. Slow is a tool that makes it easy to cause another process to run slowly.</p>
<p>Slow does this by taking advantage of two signals, SIGSTOP and SIGCONT, which respectively stop and re-start a unix process&#8217; execution.</p>
<p>I&#8217;ve used this tool to prevent long-running cpu-bound processes from consuming an entire cpu to improve performance of other processes on the machine. I&#8217;ve also used it to slow part of a two-part data import process where temporary data files could be created much faster than they could be processed and removed, running the risk of low disk space conditions.</p>
<p>Slow is released under the GPL v3. For documentation, more information, and download links for slow and its source code, please see <a href="/software/slow/">slow&#8217;s web page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bafford.com/2009/02/24/week-of-open-source-releases-slow-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
