<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Site disruption	</title>
	<atom:link href="https://www.overlawyered.com/2006/03/site-disruption-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.overlawyered.com/2006/03/site-disruption-2/</link>
	<description>Chronicling the high cost of our legal system</description>
	<lastBuildDate>Thu, 22 May 2008 23:33:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Gunner		</title>
		<link>https://www.overlawyered.com/2006/03/site-disruption-2/comment-page-1/#comment-2426</link>

		<dc:creator><![CDATA[Gunner]]></dc:creator>
		<pubDate>Sat, 18 Mar 2006 09:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://overlawyered.com/wpblog/?p=3225#comment-2426</guid>

					<description><![CDATA[I had one insta hit in 2004 on my site and blogspot held its own nicely. I&#039;m simply too small to pay for my own domain at the current time.
]]></description>
			<content:encoded><![CDATA[<p>I had one insta hit in 2004 on my site and blogspot held its own nicely. I&#8217;m simply too small to pay for my own domain at the current time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Little Miss Attila		</title>
		<link>https://www.overlawyered.com/2006/03/site-disruption-2/comment-page-1/#comment-2427</link>

		<dc:creator><![CDATA[Little Miss Attila]]></dc:creator>
		<pubDate>Sat, 18 Mar 2006 00:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://overlawyered.com/wpblog/?p=3225#comment-2427</guid>

					<description><![CDATA[&lt;strong&gt;&quot;My Complication Had Complications.&quot;&lt;/strong&gt;

And my Instalanche had an Instalanche. (Via . . . good old whatshisface.)...
]]></description>
			<content:encoded><![CDATA[<p><strong>&#8220;My Complication Had Complications.&#8221;</strong></p>
<p>And my Instalanche had an Instalanche. (Via . . . good old whatshisface.)&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chad Everett		</title>
		<link>https://www.overlawyered.com/2006/03/site-disruption-2/comment-page-1/#comment-2425</link>

		<dc:creator><![CDATA[Chad Everett]]></dc:creator>
		<pubDate>Fri, 17 Mar 2006 17:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://overlawyered.com/wpblog/?p=3225#comment-2425</guid>

					<description><![CDATA[Interesting thought, but that&#039;s not necessarily the truth.

A: Even a site that publishes dynamically can override the process for a single page by simply putting up a static page.  If the page is found, the process is short-circuited.

B: The use of caching will not prevent the spawning of which you speak, but it will lower it dramatically.  Rather than a request for each page individually, you get a request for a page - if it&#039;s been built recently, you get that.  If not, you get a new one.

Nothing is wrong with dynamic publishing if implemented correctly.
]]></description>
			<content:encoded><![CDATA[<p>Interesting thought, but that&#8217;s not necessarily the truth.</p>
<p>A: Even a site that publishes dynamically can override the process for a single page by simply putting up a static page.  If the page is found, the process is short-circuited.</p>
<p>B: The use of caching will not prevent the spawning of which you speak, but it will lower it dramatically.  Rather than a request for each page individually, you get a request for a page &#8211; if it&#8217;s been built recently, you get that.  If not, you get a new one.</p>
<p>Nothing is wrong with dynamic publishing if implemented correctly.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kathy K		</title>
		<link>https://www.overlawyered.com/2006/03/site-disruption-2/comment-page-1/#comment-2424</link>

		<dc:creator><![CDATA[Kathy K]]></dc:creator>
		<pubDate>Fri, 17 Mar 2006 17:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://overlawyered.com/wpblog/?p=3225#comment-2424</guid>

					<description><![CDATA[There&#039;s a caching plugin for WP that would help.
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a caching plugin for WP that would help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stacy		</title>
		<link>https://www.overlawyered.com/2006/03/site-disruption-2/comment-page-1/#comment-2423</link>

		<dc:creator><![CDATA[Stacy]]></dc:creator>
		<pubDate>Fri, 17 Mar 2006 15:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://overlawyered.com/wpblog/?p=3225#comment-2423</guid>

					<description><![CDATA[It might help to note that the reason it was murdering the server was due to your site set to dynamically publish the archive pages.  Each request for the permalink in question was spawning a new process, which a hundreds of requests per second, rapidly ate up all available resources.  At any rate, large traffic sites should emphatically NOT publish dynamically.  Maybe this tidbit will help others in the same boat.
]]></description>
			<content:encoded><![CDATA[<p>It might help to note that the reason it was murdering the server was due to your site set to dynamically publish the archive pages.  Each request for the permalink in question was spawning a new process, which a hundreds of requests per second, rapidly ate up all available resources.  At any rate, large traffic sites should emphatically NOT publish dynamically.  Maybe this tidbit will help others in the same boat.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
