<?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>ColdFused? &#187; cfbuilder</title>
	<atom:link href="http://www.rupeshk.org/blog/index.php/tag/cfbuilder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rupeshk.org/blog</link>
	<description>My Views on ColdFusion, Java and related technologies</description>
	<lastBuildDate>Fri, 19 Nov 2010 14:22:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CFBuilder tip : TailView can kill server performance</title>
		<link>http://www.rupeshk.org/blog/index.php/2010/05/cfbuilder-tip-tailview-can-kill-server-performance/</link>
		<comments>http://www.rupeshk.org/blog/index.php/2010/05/cfbuilder-tip-tailview-can-kill-server-performance/#comments</comments>
		<pubDate>Mon, 10 May 2010 19:49:30 +0000</pubDate>
		<dc:creator>Rupesh Kumar</dc:creator>
				<category><![CDATA[cfbuilder]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[jrunsvc]]></category>
		<category><![CDATA[jrunsvc.exe]]></category>
		<category><![CDATA[performance. tailview]]></category>

		<guid isPermaLink="false">http://www.rupeshk.org/blog/?p=281</guid>
		<description><![CDATA[If you use ColdFusion Builder and if you use tailview, this post is for you! Tail View is a great functionality in ColdFusion builder that allows you to tail the contents of any log file in real time. It is a great productivity feature that saves you from opening the log file and continuously reloading [...]]]></description>
			<content:encoded><![CDATA[<p>If you use ColdFusion Builder and if you use tailview, this post is for you! <a href="http://www.remotesynthesis.com/post.cfm/quick-tips-for-coldfusion-builder-console-and-tail-view">Tail View</a> is a great functionality in ColdFusion builder that allows you to tail the contents of any log file in real time. It is a great productivity feature that saves you from opening the log file and continuously reloading it. </p>
<p>TailView in ColdFusion Builder keeps watching the file for any modification and if there is any, it updates the view with the latest content. That causes a race condition between the tail view process which is trying to read the file and the server process that is writing to the same file. Generally, in such race conditions, the preference is almost always given to the reader. If there is any read operation (and there can be multiple simultaneous reads) in progress, write operation waits.</p>
<p>Somehow this race condition is not very much visible when the server is running from console. However, when the server is running as a service, this race condition becomes so severe that the server becomes almost unresponsive. The jrunsvc.exe process just hogs up all the CPU cycles and the server becomes nearly dead.</p>
<p>A simple way to fix this is to increase the period at which the tail view checks for a change in the file content. Thankfully ColdFusionBuilder provides a preference to do that.<br />
Go to <strong>Windows</strong> > <strong>Preference </strong>> <strong>HTML </strong>><strong>TailView </strong>and change the value of &#8220;<strong>Read Timeout</strong>&#8221; from <strong>100 </strong>to <strong>1000 </strong>or any other suitable higher value. This will give enough time to server threads to write contents to the log file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rupeshk.org/blog/index.php/2010/05/cfbuilder-tip-tailview-can-kill-server-performance/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Adobe ColdFusion IDE Survey</title>
		<link>http://www.rupeshk.org/blog/index.php/2008/01/adobe-coldfusion-ide-survey/</link>
		<comments>http://www.rupeshk.org/blog/index.php/2008/01/adobe-coldfusion-ide-survey/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 23:07:00 +0000</pubDate>
		<dc:creator>Rupesh Kumar</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[cfbuilder]]></category>

		<guid isPermaLink="false">http://rupesh106.wordpress.com/2008/01/07/adobe-coldfusion-ide-survey/</guid>
		<description><![CDATA[As part of our research on CF9 (Centaur), the ColdFusion team has come up with a survey to find out what features do you use and would like to have in an IDE for Coldfusion. Please take few minutes to take this quick survey.
http://www.surveymonkey.com/s.aspx?sm=321RrO9_2fWaP_2bdYMnmF9CuQ_3d_3d
Check out this space in few days for another survey to tell [...]]]></description>
			<content:encoded><![CDATA[<p>As part of our research on CF9 (Centaur), the ColdFusion team has come up with a survey to find out what features do you use and would like to have in an IDE for Coldfusion. Please take few minutes to take this quick survey.</p>
<p><a href="http://www.surveymonkey.com/s.aspx?sm=321RrO9_2fWaP_2bdYMnmF9CuQ_3d_3d">http://www.surveymonkey.com/s.aspx?sm=321RrO9_2fWaP_2bdYMnmF9CuQ_3d_3d</a></p>
<p>Check out this space in few days for another survey to tell us what you would want to see in CF 9 !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rupeshk.org/blog/index.php/2008/01/adobe-coldfusion-ide-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

