<?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"
	>
<channel>
	<title>Comments on: Power surge and server crash</title>
	<atom:link href="http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/</link>
	<description>Real Estate - Web programming - Linux</description>
	<pubDate>Fri, 25 Jul 2008 22:23:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: mibrahim</title>
		<link>http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-4224</link>
		<dc:creator>mibrahim</dc:creator>
		<pubDate>Fri, 14 Dec 2007 20:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-4224</guid>
		<description>You've got to store the information some where. I store it in postgresql (http://www.postgresql.org), which is an excellent database management system. PHP is a scripting language that delivers HTML information to your browser. Then PHP should query postgresql for listing information and then delivers it to your browser for you to see the website.

If PHP didn't have to query any database, it will be extremely fast. Querying the database is the slow part, and is the part that requires most engineering effort in order to make pages appear fast.

In regards to real estate, I'm in real estate because I like real estate :) ! It's exactly the same as I like developing website &#038; research.... I enjoy doing real estate transactions, that's why people benefit when buying with me.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve got to store the information some where. I store it in postgresql (http://www.postgresql.org), which is an excellent database management system. PHP is a scripting language that delivers HTML information to your browser. Then PHP should query postgresql for listing information and then delivers it to your browser for you to see the website.</p>
<p>If PHP didn&#8217;t have to query any database, it will be extremely fast. Querying the database is the slow part, and is the part that requires most engineering effort in order to make pages appear fast.</p>
<p>In regards to real estate, I&#8217;m in real estate because I like real estate <img src='http://www.mibrahim.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ! It&#8217;s exactly the same as I like developing website &#038; research&#8230;. I enjoy doing real estate transactions, that&#8217;s why people benefit when buying with me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-4223</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Fri, 14 Dec 2007 19:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-4223</guid>
		<description>Impressive. I can't imagine anybody thinking it is slow. Probably 5 times faster than any other site I have seen.

And why are you a realtor again? 

I don't even get all that database stuff. You say "design your database" but then you say "adding a database" slows it down. So if you have no database...?</description>
		<content:encoded><![CDATA[<p>Impressive. I can&#8217;t imagine anybody thinking it is slow. Probably 5 times faster than any other site I have seen.</p>
<p>And why are you a realtor again? </p>
<p>I don&#8217;t even get all that database stuff. You say &#8220;design your database&#8221; but then you say &#8220;adding a database&#8221; slows it down. So if you have no database&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mibrahim</title>
		<link>http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-4222</link>
		<dc:creator>mibrahim</dc:creator>
		<pubDate>Fri, 14 Dec 2007 19:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-4222</guid>
		<description>I have more than 60,000 homes in the database, and I believe that it can easily grow to more than half a million without any troubles.

It's good that you think its fast, even after I downgraded the machine. The old machine had a dual core Opteron on 1GB RAM. I actually found that I get a very reasonable performance on a Sempron 64 bit also on 1GB of RAM, I just had to correctly schedule priorities ! board &#038; processor $75, ram $41 and I had an old case.

I use GNU/Linux (ubuntu), apache, postgres &#038; php and edit using emacs. Its all about how you design your database, creating the correct indexes and using the powerful features in your tools. PHP is very fast. Adding a database whether it is mysql or postgres, will slow it down. It then becomes your job to optimize queries so that scripts run faster. There's no magic or secrets about it.</description>
		<content:encoded><![CDATA[<p>I have more than 60,000 homes in the database, and I believe that it can easily grow to more than half a million without any troubles.</p>
<p>It&#8217;s good that you think its fast, even after I downgraded the machine. The old machine had a dual core Opteron on 1GB RAM. I actually found that I get a very reasonable performance on a Sempron 64 bit also on 1GB of RAM, I just had to correctly schedule priorities ! board &#038; processor $75, ram $41 and I had an old case.</p>
<p>I use GNU/Linux (ubuntu), apache, postgres &#038; php and edit using emacs. Its all about how you design your database, creating the correct indexes and using the powerful features in your tools. PHP is very fast. Adding a database whether it is mysql or postgres, will slow it down. It then becomes your job to optimize queries so that scripts run faster. There&#8217;s no magic or secrets about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-4221</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Fri, 14 Dec 2007 17:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-4221</guid>
		<description>How many homes are in your database?
How do you make it so fast?</description>
		<content:encoded><![CDATA[<p>How many homes are in your database?<br />
How do you make it so fast?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mibrahim</title>
		<link>http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-3751</link>
		<dc:creator>mibrahim</dc:creator>
		<pubDate>Mon, 19 Nov 2007 19:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-3751</guid>
		<description>&lt;a href='http://www.microcenter.com/single_product_results.phtml?product_id=0219273' rel="nofollow"&gt;This is the one I'm using&lt;/a&gt;. I got it from microcenter in Rockville. Didn't have any troubles till now. I use the four ports, three with desktops and the fourth with my laptop but it seems that there's no issues with the devices talking to one another.</description>
		<content:encoded><![CDATA[<p><a href='http://www.microcenter.com/single_product_results.phtml?product_id=0219273' rel="nofollow">This is the one I&#8217;m using</a>. I got it from microcenter in Rockville. Didn&#8217;t have any troubles till now. I use the four ports, three with desktops and the fourth with my laptop but it seems that there&#8217;s no issues with the devices talking to one another.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LaMont</title>
		<link>http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-3747</link>
		<dc:creator>LaMont</dc:creator>
		<pubDate>Mon, 19 Nov 2007 15:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mibrahim.net/blog/2007/11/01/power-surge-and-server-crash/#comment-3747</guid>
		<description>M,

Just as an FYI, I've had few minor issues here and there with the KVM switch. Mainly when trying to download updates for attached peripherals. The problems were easily corrected by unhooking the KVM switch.  

Regards,

LaMont</description>
		<content:encoded><![CDATA[<p>M,</p>
<p>Just as an FYI, I&#8217;ve had few minor issues here and there with the KVM switch. Mainly when trying to download updates for attached peripherals. The problems were easily corrected by unhooking the KVM switch.  </p>
<p>Regards,</p>
<p>LaMont</p>
]]></content:encoded>
	</item>
</channel>
</rss>
