<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Podcast #19</title>
	<atom:link href="http://blog.stackoverflow.com/2008/08/podcast-19/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2008/08/podcast-19/</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:29:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David G</title>
		<link>http://blog.stackoverflow.com/2008/08/podcast-19/#comment-6200</link>
		<dc:creator>David G</dc:creator>
		<pubDate>Wed, 03 Sep 2008 13:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=92#comment-6200</guid>
		<description>I think the &quot;cluster&quot; Joel described (load balancer, 2 web servers, 1 database server) is ideal for many reasons. As Joel pointed out, you don&#039;t want to be scrambling when you go live because the load is 100 times greater than you expected. I would at least have the hardware ready so that you could put together a cluster quickly.</description>
		<content:encoded><![CDATA[<p>I think the &#8220;cluster&#8221; Joel described (load balancer, 2 web servers, 1 database server) is ideal for many reasons. As Joel pointed out, you don&#8217;t want to be scrambling when you go live because the load is 100 times greater than you expected. I would at least have the hardware ready so that you could put together a cluster quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kendall Gelner</title>
		<link>http://blog.stackoverflow.com/2008/08/podcast-19/#comment-6172</link>
		<dc:creator>Kendall Gelner</dc:creator>
		<pubDate>Sun, 31 Aug 2008 19:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=92#comment-6172</guid>
		<description>@ Alistair wrote: &quot;As well as the elite 5%-10% of programmers that make up your target audience, there’s also the code monkeys who only read tech blogs like coding horror and JOS as they’re slacking off on the pretence that they’re bettering themselves…..&quot;

Come now, you can&#039;t read Joel On Software without inadvertently bettering yourself even if that&#039;s not your original intent!  :-)

P.S. usability issue -copying comments here is harder than it should be as the images seem to extend al the way to the very border of the text, making it hard to highlight from the first letter onward.  Does a usability report get me in on the beta (I only just submitted my name to the list despite listing to the podcast for months now)</description>
		<content:encoded><![CDATA[<p>@ Alistair wrote: &#8220;As well as the elite 5%-10% of programmers that make up your target audience, there’s also the code monkeys who only read tech blogs like coding horror and JOS as they’re slacking off on the pretence that they’re bettering themselves…..&#8221;</p>
<p>Come now, you can&#8217;t read Joel On Software without inadvertently bettering yourself even if that&#8217;s not your original intent!  :-)</p>
<p>P.S. usability issue -copying comments here is harder than it should be as the images seem to extend al the way to the very border of the text, making it hard to highlight from the first letter onward.  Does a usability report get me in on the beta (I only just submitted my name to the list despite listing to the podcast for months now)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tan</title>
		<link>http://blog.stackoverflow.com/2008/08/podcast-19/#comment-6167</link>
		<dc:creator>tan</dc:creator>
		<pubDate>Sun, 31 Aug 2008 15:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=92#comment-6167</guid>
		<description>@John Topley
Just turned on the podcast now and it was my first thought also. Maybe it is because it is sunday :)</description>
		<content:encoded><![CDATA[<p>@John Topley<br />
Just turned on the podcast now and it was my first thought also. Maybe it is because it is sunday :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nij</title>
		<link>http://blog.stackoverflow.com/2008/08/podcast-19/#comment-6165</link>
		<dc:creator>Nij</dc:creator>
		<pubDate>Sun, 31 Aug 2008 12:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=92#comment-6165</guid>
		<description>@Portman:
&gt; If you have a 4GB server, with the OS+IIS using 1.5GB, you will have 2.5GB left for SQL server. If your database is less than 2.5GB, SQL will effectively function as an in-memory database. You will not go to disk when reading data.

Only if you have done memory shenanigans with AWE, or have the 64 bit Sql Server, if I&#039;m not mistaken...</description>
		<content:encoded><![CDATA[<p>@Portman:<br />
&gt; If you have a 4GB server, with the OS+IIS using 1.5GB, you will have 2.5GB left for SQL server. If your database is less than 2.5GB, SQL will effectively function as an in-memory database. You will not go to disk when reading data.</p>
<p>Only if you have done memory shenanigans with AWE, or have the 64 bit Sql Server, if I&#8217;m not mistaken&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac Lin</title>
		<link>http://blog.stackoverflow.com/2008/08/podcast-19/#comment-6137</link>
		<dc:creator>Isaac Lin</dc:creator>
		<pubDate>Fri, 29 Aug 2008 22:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=92#comment-6137</guid>
		<description>Though I think it is justifiable to delete meta-topics during this beta period, it does raise the question about what you will do when the site is live. If you truly intend it to be self running, how will you cope with a myriad of trivial questions (possibly added by those trying to increase the reputation)? You may need to mimic Wikipedia and figure out a way to scale up community involvement in administrative duties.

Regarding crackers, though I agree that these supposedly benign vandals were being impolite by trying to do truly destructive things, I think you are better off if security beta testers don&#039;t give you any advance warning, so you can truly test your ability (not just your software&#039;s) to detect and handle attacks.</description>
		<content:encoded><![CDATA[<p>Though I think it is justifiable to delete meta-topics during this beta period, it does raise the question about what you will do when the site is live. If you truly intend it to be self running, how will you cope with a myriad of trivial questions (possibly added by those trying to increase the reputation)? You may need to mimic Wikipedia and figure out a way to scale up community involvement in administrative duties.</p>
<p>Regarding crackers, though I agree that these supposedly benign vandals were being impolite by trying to do truly destructive things, I think you are better off if security beta testers don&#8217;t give you any advance warning, so you can truly test your ability (not just your software&#8217;s) to detect and handle attacks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DL</title>
		<link>http://blog.stackoverflow.com/2008/08/podcast-19/#comment-6135</link>
		<dc:creator>DL</dc:creator>
		<pubDate>Fri, 29 Aug 2008 21:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=92#comment-6135</guid>
		<description>Row level locking is not the same as turning on read committed snapshot. Turning on read committed snapshot helps with row level locking, row level locking is what happens when you select, insert, update or delete a row. There are different types of locks but anytime you access a record a row level lock is used. Read committed snapshot implements a locking strategy where if someone has a row locked because they&#039;re making changes to it anyone who reads that record will read the &quot;old&quot; version of the record instead of being told that the record is locked.</description>
		<content:encoded><![CDATA[<p>Row level locking is not the same as turning on read committed snapshot. Turning on read committed snapshot helps with row level locking, row level locking is what happens when you select, insert, update or delete a row. There are different types of locks but anytime you access a record a row level lock is used. Read committed snapshot implements a locking strategy where if someone has a row locked because they&#8217;re making changes to it anyone who reads that record will read the &#8220;old&#8221; version of the record instead of being told that the record is locked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdu</title>
		<link>http://blog.stackoverflow.com/2008/08/podcast-19/#comment-6134</link>
		<dc:creator>Abdu</dc:creator>
		<pubDate>Fri, 29 Aug 2008 20:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=92#comment-6134</guid>
		<description>I see questions with no replies. I question if it&#039;s a waste of time to ask questions here.</description>
		<content:encoded><![CDATA[<p>I see questions with no replies. I question if it&#8217;s a waste of time to ask questions here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vzczc</title>
		<link>http://blog.stackoverflow.com/2008/08/podcast-19/#comment-6123</link>
		<dc:creator>vzczc</dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=92#comment-6123</guid>
		<description>It is true, I notice he sounds a bit sadder than he usually does. Bad day perhaps.</description>
		<content:encoded><![CDATA[<p>It is true, I notice he sounds a bit sadder than he usually does. Bad day perhaps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://blog.stackoverflow.com/2008/08/podcast-19/#comment-6115</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Fri, 29 Aug 2008 12:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=92#comment-6115</guid>
		<description>Hi Jeff, I&#039;m currently maintaining web applications hosted on a dedicated web server and a separate dedicated database server. The setup is as Joel mentioned. I thought this was a standard setup.

Then again, Joel&#039;s laptop server when he started FogCreek isn&#039;t much better...</description>
		<content:encoded><![CDATA[<p>Hi Jeff, I&#8217;m currently maintaining web applications hosted on a dedicated web server and a separate dedicated database server. The setup is as Joel mentioned. I thought this was a standard setup.</p>
<p>Then again, Joel&#8217;s laptop server when he started FogCreek isn&#8217;t much better&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Topley</title>
		<link>http://blog.stackoverflow.com/2008/08/podcast-19/#comment-6107</link>
		<dc:creator>John Topley</dc:creator>
		<pubDate>Fri, 29 Aug 2008 09:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=92#comment-6107</guid>
		<description>&quot;Is it just me or did the guy from conversation networks introducing the podcast sound a bit sad?&quot;

Do people actually listen to the intro then?</description>
		<content:encoded><![CDATA[<p>&#8220;Is it just me or did the guy from conversation networks introducing the podcast sound a bit sad?&#8221;</p>
<p>Do people actually listen to the intro then?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
