<?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: Server-Side ASP Sleep</title>
	<atom:link href="http://ykud.com/blog/bicpm/server-side-asp-sleep/feed" rel="self" type="application/rss+xml" />
	<link>http://ykud.com/blog/bicpm/server-side-asp-sleep</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 08:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ykud</title>
		<link>http://ykud.com/blog/bicpm/server-side-asp-sleep/comment-page-1#comment-477</link>
		<dc:creator>ykud</dc:creator>
		<pubDate>Fri, 30 May 2008 06:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://ykud.com/blog/2006/09/08/server-side-asp-sleep/#comment-477</guid>
		<description>Hi John.

Well, I agree that progress indication isn&#039;t the best part of it. 
And, yes, I can read database for progress indication. Just the code will get a bit messy on the way, since there are Oracle and Ms servers out there. There&#039;s also security involved, some have trusted databases signon and etc. 
So this thing was time consuming to write, we instead made &quot;notification module&quot;, sending out emails on macro runs. Had to choose feature set )

And now we&#039;ve got a simple script that periodically updates macro execution statistics (by reading the database). And that statistics are used for drawing % complete. 

That&#039;s another workaround, but since 8.2 is already out and you can do the same thing with built-in tools, we don&#039;t spend much time on improving this script. 

Thanks for comment )</description>
		<content:encoded><![CDATA[<p>Hi John.</p>
<p>Well, I agree that progress indication isn&#8217;t the best part of it.<br />
And, yes, I can read database for progress indication. Just the code will get a bit messy on the way, since there are Oracle and Ms servers out there. There&#8217;s also security involved, some have trusted databases signon and etc.<br />
So this thing was time consuming to write, we instead made &#8220;notification module&#8221;, sending out emails on macro runs. Had to choose feature set )</p>
<p>And now we&#8217;ve got a simple script that periodically updates macro execution statistics (by reading the database). And that statistics are used for drawing % complete. </p>
<p>That&#8217;s another workaround, but since 8.2 is already out and you can do the same thing with built-in tools, we don&#8217;t spend much time on improving this script. </p>
<p>Thanks for comment )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J R</title>
		<link>http://ykud.com/blog/bicpm/server-side-asp-sleep/comment-page-1#comment-472</link>
		<dc:creator>J R</dc:creator>
		<pubDate>Fri, 30 May 2008 01:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://ykud.com/blog/2006/09/08/server-side-asp-sleep/#comment-472</guid>
		<description>That&#039;s a really dodgy solution.

A better solution is to read the macro execution status from the database, and work out the percentage complete. 

You can use some simple HTML/Javascript to fill a div box with the percentage complete...or just use a freely available Progress Bar library.

Your solution unfortunately gives no indication of how far along the progress is.  It really only shows time elapsed waiting for it to finish.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a really dodgy solution.</p>
<p>A better solution is to read the macro execution status from the database, and work out the percentage complete. </p>
<p>You can use some simple HTML/Javascript to fill a div box with the percentage complete&#8230;or just use a freely available Progress Bar library.</p>
<p>Your solution unfortunately gives no indication of how far along the progress is.  It really only shows time elapsed waiting for it to finish.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

