<?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: Storing Images inside Databases</title>
	<atom:link href="http://maxtheitpro.com/storing-images-inside-databases/feed" rel="self" type="application/rss+xml" />
	<link>http://maxtheitpro.com/storing-images-inside-databases</link>
	<description>Max explores the world of IT, Music, Travel &#38; other stuff...</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:17:51 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maxwell</title>
		<link>http://maxtheitpro.com/storing-images-inside-databases/comment-page-1#comment-322</link>
		<dc:creator>Maxwell</dc:creator>
		<pubDate>Wed, 05 Jul 2006 06:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://maxtheitpro.com/storing-images-inside-databases#comment-322</guid>
		<description>Steve, thanks for the great post. I completely agree with you about handling static images in some sort of RAM cache. I was referring to images that are uploaded by users/sellers in order to sell their products (Real Estate listings, Cars, Clothing, etc.). So, in this regard, what would you suggest?&lt;br/&gt;&lt;br/&gt;To answer your question, we ONLY use the LAMP (Linux, Apache, MySQL, PHP) stack. I got into server-side development with SQL Server, Sybase and ASP on Windows NT when I was doing my internship at the Bank of Montreal in TDot (Toronto).&lt;br/&gt;&lt;br/&gt;Oh, thanks for the Dylan Drazen links in your other post. I&#039;ve heard 1 or 2 of his mixes. His style is amazing...always upbeat.</description>
		<content:encoded><![CDATA[<p>Steve, thanks for the great post. I completely agree with you about handling static images in some sort of RAM cache. I was referring to images that are uploaded by users/sellers in order to sell their products (Real Estate listings, Cars, Clothing, etc.). So, in this regard, what would you suggest?</p>
<p>To answer your question, we ONLY use the LAMP (Linux, Apache, MySQL, PHP) stack. I got into server-side development with SQL Server, Sybase and ASP on Windows NT when I was doing my internship at the Bank of Montreal in TDot (Toronto).</p>
<p>Oh, thanks for the Dylan Drazen links in your other post. I&#8217;ve heard 1 or 2 of his mixes. His style is amazing&#8230;always upbeat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ntwiga</title>
		<link>http://maxtheitpro.com/storing-images-inside-databases/comment-page-1#comment-320</link>
		<dc:creator>Ntwiga</dc:creator>
		<pubDate>Wed, 05 Jul 2006 02:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://maxtheitpro.com/storing-images-inside-databases#comment-320</guid>
		<description>Neither appraoch is workable in real life high traffic website. Disk or database are both too &quot;slow: to be used for static site content. With a good hosting company, static branding images would ideally be cached in RAM on the webserver as they are a component of every single page.&lt;br/&gt;&lt;br/&gt;The idea is that the files/images (stuff like style sheets, branding images etc etc gets read once into system RAM (which is the fastest memory available) when the web server start and is never read again (of course, in reality, there are mechanisms to force the web server to refresh the data from disk).As developers though, you should not assume that your hosting company will implement this for you and should act proactively to make sure it happens.&lt;br/&gt;&lt;br/&gt;&lt;a HREF=&quot;http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/deploy/rollout/websrvbp.mspx&quot; REL=&quot;nofollow&quot; TITLE=&quot;&quot;&gt;Read this for some more insights into this&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;A question for you if I may, your posts seem to imply that you chose to build a php application using SQLServer for the DB. Any particular reason why you chose this for a stack rather than the standard (and free!!) php/apache/mysql stack?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;- Steve</description>
		<content:encoded><![CDATA[<p>Neither appraoch is workable in real life high traffic website. Disk or database are both too &#8220;slow: to be used for static site content. With a good hosting company, static branding images would ideally be cached in RAM on the webserver as they are a component of every single page.</p>
<p>The idea is that the files/images (stuff like style sheets, branding images etc etc gets read once into system RAM (which is the fastest memory available) when the web server start and is never read again (of course, in reality, there are mechanisms to force the web server to refresh the data from disk).As developers though, you should not assume that your hosting company will implement this for you and should act proactively to make sure it happens.</p>
<p><a HREF="http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/deploy/rollout/websrvbp.mspx" REL="nofollow" TITLE="">Read this for some more insights into this</a>.</p>
<p>A question for you if I may, your posts seem to imply that you chose to build a php application using SQLServer for the DB. Any particular reason why you chose this for a stack rather than the standard (and free!!) php/apache/mysql stack?</p>
<p>- Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://maxtheitpro.com/storing-images-inside-databases/comment-page-1#comment-314</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 05 May 2006 05:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://maxtheitpro.com/storing-images-inside-databases#comment-314</guid>
		<description>This is valuble info that i was serching for. Max what about if your site gets lots of trafic? How would this affect database performance?</description>
		<content:encoded><![CDATA[<p>This is valuble info that i was serching for. Max what about if your site gets lots of trafic? How would this affect database performance?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
