<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Force Coldfusion to Sleep controlling the Thread</title>
	<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>
	<pubDate>Fri, 05 Sep 2008 17:00:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Alvaro Costa</title>
		<link>http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/#comment-78</link>
		<author>Alvaro Costa</author>
		<pubDate>Mon, 14 Apr 2008 16:04:12 +0000</pubDate>
		<guid>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 "example" but I don't know if it's right. Here'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-72</link>
		<author>Indy Nagpal</author>
		<pubDate>Wed, 02 Apr 2008 20:24:18 +0000</pubDate>
		<guid>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>
