<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="HardwareAnalysis.Com" -->
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="">
        <title>Hardware Analysis - Building web server</title>
        <description>Hardware Analysis Community Forums</description>
        <link>http://www.hardwareanalysis.com/content/topic/3142/</link>
        <image rdf:resource="http://media.hardwareanalysis.com/halogo.gif" />
       <dc:date>2008-11-20T22:34:12-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/3142/#15089"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/3142/#15076"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/3142/#15075"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/3142/#15023"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/3142/#0"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://media.hardwareanalysis.com/halogo.gif">
        <title>Hardware Analysis</title>
        <link>http://www.hardwareanalysis.com/content/topic/3142/</link>
        <url>http://media.hardwareanalysis.com/halogo.gif</url>
    </image>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/3142/#15089">
        <dc:format>text/html</dc:format>
        <dc:date>2002-10-19T22:42:58-05:00</dc:date>
        <dc:creator>Chris Faulkner</dc:creator>
        <title>Re: Building web server</title>
        <link>http://www.hardwareanalysis.com/content/topic/3142/#15089</link>
        <description>When an IIS server is hitting 100% CPU load, things get a bit slow... even in the static content arena.  Apache servers running in Linux or Unix counterparts, can run much more effciently greater than 100% cpu load.&lt;br /&gt;
</description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/3142/#15076">
        <dc:format>text/html</dc:format>
        <dc:date>2002-10-19T15:40:39-05:00</dc:date>
        <dc:creator>Peh Lee</dc:creator>
        <title>Reliability</title>
        <link>http://www.hardwareanalysis.com/content/topic/3142/#15076</link>
        <description>Other than your good point on the bloatedness of OS - MS Windows being really bloated - and in turn steals precious processor resources, there's another point that warrants everyone's attention:&lt;br /&gt;
&lt;br /&gt;
    Reliability.&lt;br /&gt;
&lt;br /&gt;
Although I have NO DOUBT that a MSWindow-based webserver can run for weeks without having to be rebooted, if it has been really carefully set-up. But, a similarly carefully set-up Linux- (or Solaris-, or *BSD-) based webserver can run much, MUCH longer.&lt;br /&gt;
&lt;br /&gt;
The reason is _really_ simple, the Unices platform is just much more reliable than the MSWindows platform.&lt;br /&gt;
&lt;br /&gt;
You do not have to take my word for it. You can ask anyone who have tried BOTH platform before, that is, anyone who can be impartial.</description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/3142/#15075">
        <dc:format>text/html</dc:format>
        <dc:date>2002-10-19T15:36:46-05:00</dc:date>
        <dc:creator>Peh Lee</dc:creator>
        <title>Reliability</title>
        <link>http://www.hardwareanalysis.com/content/topic/3142/#15075</link>
        <description>Other than your good point on the bloatedness of OS - MS Windows being really bloated - and in turn steals precious processor resources, there's another point that warrants everyone's attention:&lt;br /&gt;
&lt;br /&gt;
    Reliability.&lt;br /&gt;
&lt;br /&gt;
Although I have NO DOUBT that a MSWindow-based webserver can run for weeks without having to be rebooted, if it has been really carefully set-up. But, a similarly carefully set-up Linux- (or Solaris-, or *BSD-) based webserver can run much, MUCH longer.&lt;br /&gt;
&lt;br /&gt;
The reason is _really_ simple, the Unices platform is just much more reliable than the MSWindows platform.&lt;br /&gt;
&lt;br /&gt;
You do not have to take my word for it. You can ask anyone who have tried BOTH platform before, that is, anyone who can be impartial.</description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/3142/#15023">
        <dc:format>text/html</dc:format>
        <dc:date>2002-10-18T11:51:37-05:00</dc:date>
        <dc:creator>Sander Sassen</dc:creator>
        <title>Re: Building web server</title>
        <link>http://www.hardwareanalysis.com/content/topic/3142/#15023</link>
        <description>Hi David,&lt;br /&gt;
&lt;br /&gt;
The problem with running a Microsoft based server is the fact that the size of the OS bogs down the performance of the whole server. With Linux a working web server kernel fits in just a few KBs and a database backend needs no more than a few MBs. The GUI and other services that are running on, for example, a Windows 2000 Pro, web server will consume valueable processor time and resources and will require you to use a more powerful server then if you'd used Linux.&lt;br /&gt;
&lt;br /&gt;
I'm not directly comparing the performance of IIS or .NET to Apache, but looking at it from a system requirements point of view. And from that perspective the Microsoft solution does need a bigger server to be able to offer the same level of performance.&lt;br /&gt;
&lt;br /&gt;
Kind regards,&lt;br /&gt;
</description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/3142/#0">
        <dc:format>text/html</dc:format>
        <dc:date>2002-10-18T08:12:58-05:00</dc:date>
        <dc:creator>David Fartouk</dc:creator>
        <title>Building web server</title>
        <link>http://www.hardwareanalysis.com/content/topic/3142/#0</link>
        <description>Hi &lt;br /&gt;
I didn't want to raise the academic question - &amp;quot;Linux or Microsoft&amp;quot; but someone has to make this argument more realistic. &lt;br /&gt;
First - the performance advantage of Linux is not quiet obvious, there are different advantages to each system. IIS is currently much faster then Apache in serving Static content and Images while Apache can support higher amount of concurrent users. &lt;br /&gt;
I agree that using Linux as web server is a good choice but I will probably aim it to UNIX environment. &lt;br /&gt;
From my large experience in this area I can say that usually both Apache and IIS, when configured correctly, will be up and running for a long time (years).&lt;br /&gt;
For summary, I agree with your choice.&lt;br /&gt;
&lt;br /&gt;
</description>
    </item>
</rdf:RDF>
