<?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: Force Coldfusion to Sleep controlling the Thread</title>
	<atom:link href="http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/</link>
	<description>ColdFusion, Adobe, Flex, RIA, Silverlight, Flash and all things web!</description>
	<lastBuildDate>Mon, 19 Apr 2010 07:24:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alvaro Costa</title>
		<link>http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/comment-page-1/#comment-78</link>
		<dc:creator>Alvaro Costa</dc:creator>
		<pubDate>Mon, 14 Apr 2008 16:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/#comment-78</guid>
		<description>Hello Everybody,

I have a question in concerns to threads. We all know that in CF8 we have this fantastic tag called  which give us the ability to create assyncronous code, however, I was concerned about earlier versions of ColdFusion, like CF7 and CF 6.1.

After looking at some examples out there, I kind of came with some kind of &quot;example&quot; but I don&#039;t know if it&#039;s right. Here&#039;s the example:



...



	
&lt;!--- set default US country ID ---&gt;

	SET NOCOUNT ON		
	SELECT  
		countryId
	FROM	countries
	WHERE	countryCode = 		SET NOCOUNT OFF

	




How can I create a Java thread and use it in my CF code? Please, any help is much appreciated. 

Thanks in advance.

Alvaro Costa
Systems Analyst
alvaro.galdino@gmail.com</description>
		<content:encoded><![CDATA[<p>Hello Everybody,</p>
<p>I have a question in concerns to threads. We all know that in CF8 we have this fantastic tag called  which give us the ability to create assyncronous code, however, I was concerned about earlier versions of ColdFusion, like CF7 and CF 6.1.</p>
<p>After looking at some examples out there, I kind of came with some kind of &#8220;example&#8221; but I don&#8217;t know if it&#8217;s right. Here&#8217;s the example:</p>
<p>&#8230;</p>
<p><!--- set default US country ID ---></p>
<p>	SET NOCOUNT ON<br />
	SELECT<br />
		countryId<br />
	FROM	countries<br />
	WHERE	countryCode = 		SET NOCOUNT OFF</p>
<p>How can I create a Java thread and use it in my CF code? Please, any help is much appreciated. </p>
<p>Thanks in advance.</p>
<p>Alvaro Costa<br />
Systems Analyst<br />
<a href="mailto:alvaro.galdino@gmail.com">alvaro.galdino@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indy Nagpal</title>
		<link>http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/comment-page-1/#comment-72</link>
		<dc:creator>Indy Nagpal</dc:creator>
		<pubDate>Wed, 02 Apr 2008 20:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/#comment-72</guid>
		<description>Or you could use 



http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_t_04.html

This will work on CF8 only.</description>
		<content:encoded><![CDATA[<p>Or you could use </p>
<p><a href="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_t_04.html" rel="nofollow">http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_t_04.html</a></p>
<p>This will work on CF8 only.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
