<?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: MySpace and Asp.Net</title>
	<atom:link href="http://www.khankennels.com/blog/index.php/archives/2006/12/14/myspace-and-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khankennels.com/blog/index.php/archives/2006/12/14/myspace-and-aspnet/</link>
	<description>Lig&#039;s accidentally overheard ramblings on MySQL/PHP and life in general</description>
	<lastBuildDate>Wed, 26 May 2010 18:31:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Anthony Papillion</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2006/12/14/myspace-and-aspnet/comment-page-1/#comment-34028</link>
		<dc:creator>Anthony Papillion</dc:creator>
		<pubDate>Sat, 16 Dec 2006 17:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2006/12/14/myspace-and-aspnet/#comment-34028</guid>
		<description>Personally, I don&#039;t think MySpace is a good example of how ASP.NET can handle scale. As anyone who&#039;s visited the MySpace website knows, the site is often very sluggish or downright unresponsive. There are frequent errors and large parts of the site are often unaccessible for hours at a time.  While I&#039;m sure ASP.NET is a capable, robust, and scalable, platform, MySpace.com is definately not the right site to use as a showcase.

Granted, with 1.5 billion page hits a day, any site would be hard pressed to perform speedily all the time, but MySpace seems to have more than its share of problems. Maybe it&#039;s not ASP.NET that&#039;s the problem; maybe it&#039;s hardware or engineering. But something is definately wrong.</description>
		<content:encoded><![CDATA[<p>Personally, I don&#8217;t think MySpace is a good example of how ASP.NET can handle scale. As anyone who&#8217;s visited the MySpace website knows, the site is often very sluggish or downright unresponsive. There are frequent errors and large parts of the site are often unaccessible for hours at a time.  While I&#8217;m sure ASP.NET is a capable, robust, and scalable, platform, MySpace.com is definately not the right site to use as a showcase.</p>
<p>Granted, with 1.5 billion page hits a day, any site would be hard pressed to perform speedily all the time, but MySpace seems to have more than its share of problems. Maybe it&#8217;s not ASP.NET that&#8217;s the problem; maybe it&#8217;s hardware or engineering. But something is definately wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Arehart</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2006/12/14/myspace-and-aspnet/comment-page-1/#comment-33974</link>
		<dc:creator>Charlie Arehart</dc:creator>
		<pubDate>Sat, 16 Dec 2006 04:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.khankennels.com/blog/index.php/archives/2006/12/14/myspace-and-aspnet/#comment-33974</guid>
		<description>BlueDragon is an alternative implementation of CFML (the language of ColdFusion pages), which in its .NET edition allows CFML apps to run natively on .NET. Anyone remember how Chilisoft ASP was an alternative implementation of ASP on Java? The analogy is similar but not at all the same. BD.NET runs CFML on .NET with all the power of .NET, which was the reason why MySpace chose it. See this blog entry for more:

http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=C7ED7F00-8772-14C6-68A1F97022CAA85B

You can read other notes there about the history of the transition from CF to .NET (by way of BD.NET):

World&#039;s busiest CFML-based web site switches to BlueDragon.NET (June 28
2005)
http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=764C1F4A-89D7-A61A-F9F
71128027172A7

New Atlanta / MySpace Keynote at CFUNITED-05 (July 4, 2005) 
http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=DCE930CB-C4BB-BCD4-66A
E12F14C9315A7

CFUNITED-05, MySpace, and BlueDragon.NET: 6 Weeks Later (Aug 16, 2005)
http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=B9BA8353-14B9-838D-405
A9D66557C13DC

The fact that MySpace (or any CF shop) can continue to run their CFML while also being on .NET is very compelling.

The things to remember are that:
a) just because something is written in CFML doesn&#039;t mean that it runs on ColdFusion. Indeed, there are other alternative implementations of CFML besides BlueDragon, though BD.NET is the only way to run CFML on .NET

b) just because a web app is running on .NET doesn&#039;t mean that it runs ASP.NET. BlueDragon

To learn more about BD.NET, and it&#039;s implementation as an HTTPHandler, see the Microsoft webcast I did (while I worked with the company that makes the product)

http://bluedragon.blog-city.com/ms_webcast_part1_recording.htm

You can watch the video or just view the powerpoint. Part 2 of the presentation gets into more detail of integrating CFML and .NET.

I no longer work for the company (just chose to move on for personal reasons), but I do still see and show some folks the benefits of running CFML on .NET.</description>
		<content:encoded><![CDATA[<p>BlueDragon is an alternative implementation of CFML (the language of ColdFusion pages), which in its .NET edition allows CFML apps to run natively on .NET. Anyone remember how Chilisoft ASP was an alternative implementation of ASP on Java? The analogy is similar but not at all the same. BD.NET runs CFML on .NET with all the power of .NET, which was the reason why MySpace chose it. See this blog entry for more:</p>
<p><a href="http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=C7ED7F00-8772-14C6-68A1F97022CAA85B" rel="nofollow">http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=C7ED7F00-8772-14C6-68A1F97022CAA85B</a></p>
<p>You can read other notes there about the history of the transition from CF to .NET (by way of BD.NET):</p>
<p>World&#8217;s busiest CFML-based web site switches to BlueDragon.NET (June 28<br />
2005)<br />
<a href="http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=764C1F4A-89D7-A61A-F9F" rel="nofollow">http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=764C1F4A-89D7-A61A-F9F</a><br />
71128027172A7</p>
<p>New Atlanta / MySpace Keynote at CFUNITED-05 (July 4, 2005)<br />
<a href="http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=DCE930CB-C4BB-BCD4-66A" rel="nofollow">http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=DCE930CB-C4BB-BCD4-66A</a><br />
E12F14C9315A7</p>
<p>CFUNITED-05, MySpace, and BlueDragon.NET: 6 Weeks Later (Aug 16, 2005)<br />
<a href="http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=B9BA8353-14B9-838D-405" rel="nofollow">http://blog.newatlanta.com/index.cfm?mode=entry&amp;entry=B9BA8353-14B9-838D-405</a><br />
A9D66557C13DC</p>
<p>The fact that MySpace (or any CF shop) can continue to run their CFML while also being on .NET is very compelling.</p>
<p>The things to remember are that:<br />
a) just because something is written in CFML doesn&#8217;t mean that it runs on ColdFusion. Indeed, there are other alternative implementations of CFML besides BlueDragon, though BD.NET is the only way to run CFML on .NET</p>
<p>b) just because a web app is running on .NET doesn&#8217;t mean that it runs ASP.NET. BlueDragon</p>
<p>To learn more about BD.NET, and it&#8217;s implementation as an HTTPHandler, see the Microsoft webcast I did (while I worked with the company that makes the product)</p>
<p><a href="http://bluedragon.blog-city.com/ms_webcast_part1_recording.htm" rel="nofollow">http://bluedragon.blog-city.com/ms_webcast_part1_recording.htm</a></p>
<p>You can watch the video or just view the powerpoint. Part 2 of the presentation gets into more detail of integrating CFML and .NET.</p>
<p>I no longer work for the company (just chose to move on for personal reasons), but I do still see and show some folks the benefits of running CFML on .NET.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
