<?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>B and E Blog &#187; threads</title>
	<atom:link href="http://www.bandeblog.com/tags/threads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bandeblog.com</link>
	<description>Just a couple of opinionated nerds talking about ColdFusion, PHP, and technology in general.</description>
	<lastBuildDate>Tue, 27 Oct 2009 21:04:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CFThread and dividing up work</title>
		<link>http://www.bandeblog.com/2008/04/cfthread-and-dividing-up-work/</link>
		<comments>http://www.bandeblog.com/2008/04/cfthread-and-dividing-up-work/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 17:17:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=20</guid>
		<description><![CDATA[CFThread is a wonderful addition to ColdFusion 8.  It lets you perform parallel actions within your code.  However, parallel programming is a complex beast under the best of circumstances.
One of the early things to realize in CF8&#8217;s threading support is that it makes a deep copy of the local variables (ala Duplicate()) when [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/04/cfthread-and-dividing-up-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Real Time Command Execution Feedback</title>
		<link>http://www.bandeblog.com/2008/03/real-time-command-execution-feedback/</link>
		<comments>http://www.bandeblog.com/2008/03/real-time-command-execution-feedback/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 11:47:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=9</guid>
		<description><![CDATA[Did you ever write a utility ColdFusion script which uses &#60;cfexecute&#62; to run a command and send output back to the browser?  It makes for convenient and monitorable remote execution of certain repetitive tasks.  My most common use for this sort of thing is for example an rsync process which can be invoked [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/03/real-time-command-execution-feedback/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
