Slashdot Mirror


Apache vs IIS in Performance?

Greg Merideth asks: "In the midst of my proposal to universally sweep all of our company web servers together I was handed an advertisement from DELL by our CIO with a big circle around two machines that DELL sells with an interesting note. They are identical machines, literally identical machines but the claim is that the Linux 6.2 Apache based machine only supports 20k-100k hits per day while the Windows 2000 IIS based machine (remember, same config) supports 500k-1M hits per day. Now if DELL is claiming that NT, with the same config will out-perform Apache in serving web traffic, how am I supposed to convince my company that Apache and open source is a great way to go? They don't care about open source or Linux, just the performance that they will get from the machines. Where can I get -credible- data to prove that Apache can outperform IIS?"

155 of 531 comments (clear)

  1. Re:Get the FREE by Anonymous Coward · · Score: 2

    It's an odd fact that many of the most irrational and vociferous OS zealots are not themselves programmers (or at least not experienced ones). Linux, more than any other OS, suffers from a surfeit of testosterone-poisoned young men who know little but speak much, and the whole community suffers from it. They want things free simply because they don't want to pay. Saying that charging for software is ethically wrong is only a dodge; they just don't want to part with any dough. They are, in a word, punks. And Linux has far too many of them...

  2. Re:Depends on the hardware config by Anonymous Coward · · Score: 2

    From what I understand, Apache wasn't written to be SMP because the coders didn't believe SMP was stable enough. The idea was that it was better to cluster servers together for added speed (and uptime) than to add more processors and reduce stability (that and a second processor under NT does *NOT* double the speed of NT, it mearly adds 50% to it - and the more CPU's you add, the more that % drops) Now - take the cost of a single proc box vs a multiproc box... Here's a kicker - Win2K does *NOT* have a true multithreaded IP stack either. For every NIC you place in the box, you need a matching number of CPU's. In the end, Apache on a couple of medium-priced uniproc machines not only will outperform NT or Win2K on a single expensive multiproc box but will also be more stable and have a better up time. So what is more important? The OS or the results?

  3. Re:IIS is faster than Apache by Anonymous Coward · · Score: 2

    So, to translate to a language the boss will understand:

    You've got 'Open Source' development tasks to perform, and if the boss orders an NT box, you won't have nearly as much code to upload to Freshmeat each week. Heaven help us, the server might be easy enough to administer that an IT flunky can keep it going. That wouldn't be good for Open Source because then your boss wouldn't pay you to develop non-business-related code to give away.

    Explain this and watch your boss jump in panic at the thought he might get flamed by Richard Stallman.

  4. Handed to you by your CIO? by Anonymous Coward · · Score: 2

    Your CIO is in charge of what happens with your company's technology. What he wants will eventually happen, whether you like it or not.

    The possibilities I see are:

    (1) He's interested in making a thought-out and justifiable decision. Ads like this are evidence against your proposed solution. It's up to you to get evidence for it - evidence your CIO could show to his boss to justify having done it your way.

    (2) He's one of those gullible management types who believes anything he reads - the Microsoft solution is presupposed, regardless of its demonstrable merits. The ad is just a way of getting you to shut up. In this case, nothing you do or say will make a difference - I'd look for another job, and it's the current company's loss when you find one.

  5. Re:Same Column Below by cduffy · · Score: 2

    Erm, no, he was talking about using system ram to cache the hard drive, not L2 to cache the system ram.

  6. Re:Do the demo by cduffy · · Score: 2

    Dunno what world YOU live in, but if you're a unix guy and you get fired for being a unix guy, then:

    (a) the place that fired you almost certainly wasn't a good place to work in the first place,

    and

    (b) you can get a much better job in no time flat.

    Mark my words, in today's labor market someone who gets fired for being a unix guy is much better off for it.

    - Duff, a Unix guy.

  7. Benchmarks are shite by Suydam · · Score: 2
    This is yet another example of why benchmarks are shite.

    To illustrate: I have a pentium200 w/32 Megs of RAM runnign Slackware Linux 7.1 and Apache 1.3.12 compiled from scratch, and connected to the new with a T-1.

    Using the provided tool "ab" (Apache Bench) I have concluded (don't flame me, I realize that benchmarks are useless) that my piddly little P-200 could sustain traffic of 25 hits per second. If that happened for an entire 24 hour period, I'd be looking at 2.1 million hits per day....which is complete bullshiz.

    My point? Shame on Dell for posting results from 2 wildly different studies on the traffic any given hardware can support. Shame on Dell for trying to pose NT as the "high-traffic" solution and Red Hat as the low-traffic solution when you have the same hardware. If they start complaining about not selling any Linux servers, then ads like this will be to blame (I've seen the advertisement, and it's completely nuts).

    --


    Werd.
  8. Re:Information by Suydam · · Score: 2

    CGI to CGI is a fair comparison...however, of COURSE Apache loses "BIGTIME" to CGI vs. ASP. Apples to Oranges man. ASP vs. PHP3 would be a more fair comparison.

    --


    Werd.
  9. Re:Credible data coming up... by sjames · · Score: 2

    More specifically go to Third Quarter 2000 SPECweb99 Results

  10. Re:no, it's not. by jCaT · · Score: 2

    Yup... the bandwidth isn't really the issue here- it's how many hits per second the box can handle. Assuming when they say "per day" they're talking about a 24 hour period, that's 200 000 / (24 * 60 * 60) = 2.31 hits per second... miniscule. I'm not sure how big people are going with apache these dayys, but i'm assuming 50-100 hits per second is doable, even with mod_perl and stuff like that.

    Even if they were talking about an 8-hour business day, that still only brings the number up to 7 hits per second.

  11. ZDNet article by Passacaglia · · Score: 2

    at http://www.zdnet.com/sp/stories/issue/0,4537,21961 15,00.html

    complete with charts showing NT at the bottom.

  12. Re:This is perfectly possible on the 2.2.X kernel by Peter+La+Casse · · Score: 2
    I test nic cards and no mater what I use gigabit or fast ethernet. I can't get a total thruput of more than 370 MBPS.

    I tried similar test with kernel 2.4.0-test8 and nearly got fired for shouting.

    I was able to max out my switch and there is no upper limit in sight with the Cisco hardware I curently have available to me.

    How did you manage to exceed the PCI bus speed? The fastest that I've ever seen was a GSN nic running on an RS6000 with a 64 bit, 50 MHz PCI bus, transmitting at about 300 MB/sec, and that was 100% limited by the PCI bus.

  13. Not just Apache. Apache + Tux! by IGnatius+T+Foobar · · Score: 2

    If performance is an issue, you should be looking at the "Tux" kernel-accelerated webserver. It absolutely creams IIS for delivery of static content.
    --

    --
    Tired of FB/Google censorship? Visit UNCENSORED!
  14. Re:Here's what you do. by trog · · Score: 2

    No, but there have been several other exploits discussed on Bugtraq this past week with OpenBSD that definately ARE root exploits (xlock, and format string errors in pw_error).

    I just posted the above because I thought it was humerous. OpenBSD is not secure just because Theo tells you it is, or there is no open bug in an OpenBSD bug list.

    And no, a DoS is not a root hack, but in this case, was easily preventable. The above occured because it slipped through OpenBSD's code review process, proving again that we are all human, that we all make mistakes, and that OpenBSD's open arrogance concerning their security doesn't amount to much of anything.

    (People shouldn't throw stones at glass houses)

    Besides...remember when it was discovered how volunerable NT was to teardrop attacks? This was also a DoS. It was due to poor coding on the part of the developers, and many of us in the security community held Windows very accountable to their stupidity.

    Why should OpenBSD get any better treatment, especially when they claim to be so secure, and their code review so intensive?

  15. Just Use Security Considerations by szyzyg · · Score: 2

    Web Server Market Share
    IIS 20%
    Apache 60%

    Hacked Web Server Market Share
    IIS 60%
    Apache 30%

    Which implies that systems running IIS are 6 times more likely to be hacked

    (Source - netcraft + attrition.org)

  16. Re:This is perfectly possible on the 2.2.X kernel by Goonie · · Score: 2
    ...but this seems like a typical response from a Linux Enthusiast.
    "Oh oh we dont have this feature yet but it WILL be in next version....."

    This is a characteristic of *all* software developers, be they RMS or Microsoft. Open source or closed-source. The difference with open-source is you can poke around in CVS and the mailing lists to find out how likely the marvellous new feature actually is, and how far away it is from appearing in a release that you'd actually consider using.

    --

    Any sufficiently advanced technology is indistinguishable from a rigged demo
    --Andy Finkel (J. Klass?)
  17. try something that's "actually fast" by scrytch · · Score: 2

    > Where can I get -credible- data to prove that Apache can outperform IIS?

    You can't. Apache's developers have never claimed apache is the fastest. One of them even replied to a tuning question with "...if by ``tuning'' you mean replacing apache with something that's actually fast."

    Now Zeus is another matter entirely when it comes to speed. You can get a free demo of it. And its admin interface is nice and purty too :)

    --
    I've finally had it: until slashdot gets article moderation, I am not coming back.
    1. Re:try something that's "actually fast" by scrytch · · Score: 2

      Bah, here's the correct link

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
  18. Re:Are you certain it exists? by domc · · Score: 2

    Raw performance is only one variable in the equation. Sure IIS may perform slightly faster under certain circumstances, but at what cost? The instability and babysitting that come along with NT should also be a factor in this equation.

    I could care less if Apache has slightly less raw speed; at least I don't have to hold its hand and be on call 24/7.

    Basically it's freedom over servitude. Sure the work might get done a little quicker when the workers are being whipped, but I'd rather go a little slower and not be whipped.

    Dom

    "osm is an artist; I do not question his ways" --troll

  19. other considerations.. by MikeFM · · Score: 2

    Look at stability and total cost of ownership as well. In my experience NT/IIS go down far more often. Also if they cost you several hundred $'s on top of the price of the hardware you could run that much better hardware w/ Linux/Apache. Kernel versions, driver support for the chosen hardware, filesystems chosen, etc can all play a role in how many hits a machine can take. I'll tell you my favorite test.. pull the plug in the middle of heavy transactions from both machines and plug them back in and see which comes up quickest with least loss of data. Gotta love ReiserFS. :) You also have several alternative webserver choices for Linux is you want speed more than the other features of Apache. *shrugs* I'd never use NT for anything mission critical. To much experience with those issues. ;>

    --
    At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
  20. Re:Same Column Below by Blue+Lang · · Score: 2

    Adding more memory does not necessarily increase performance. This is only the case if the tasks are memory bound and are using swap heavily.

    In case anyone out there read this and nodded and thought, "yup, ok, that sounds good," allow me to point out that this is 100% bullshit.

    RAM is also used for buffers and cache, and both of those will make a large difference in performance. Almost all applications are memory-bound, and any application that is swapping heavily is on an overloaded machine and has nothing to do with real-world web service anyway.

    In every case where you are actually using a server in a production system with more than a negligible load, adding RAM will increase performace - up to the point where your entire site is cached and all non-logging disk i/o stops.

    You will see, obviously, a much greater increase in performance by adding RAM to a machine that is swapping.

    Obtopic: No one can answer your question without knowing what kind of machine it is and what kind of data you're serving. At best, we can speculate.

    See ya!
    Blue

    --
    i browse at -1 because they're funnier than you are.
  21. cost analysys by josepha48 · · Score: 2
    Adding new Linux servers may be cheaper than adding new NT server. Especially after you get into the NT licnesing fees.

    I don't want a lot, I just want it all!
    Flame away, I have a hose!

    --

    Only 'flamers' flame!

  22. Benchmarks Suck! Here's a real world experience. by slarti · · Score: 2

    Remember the day the satellite blew it's zap and all those pagers stopped working a few years back?

    Well our company hosts www.panamsat.com the coporate site for the satellite company.

    On that day the site was running along with 50 other shared hosting sites on a pentium 166mhz w/64mb RAM running Slackware and a 1.2.x Linux kernal.

    Prior to that day the site would take ~1000 hits a day, but by the end of the day just that site alone took 1.2millon hits.

    From that I know that a properly configured Linux server could take at least a few million hits a day.

    Forget the FUD, if you want scalable stability don't use Windows.

  23. Re:Do the demo by SoftwareJanitor · · Score: 2

    Congratulations, you just figured out how to spend 2.5 times as much by replacing an experienced

  24. Re:Do the demo by SoftwareJanitor · · Score: 2

    Damnit, should have previewed... :-(

    Congratulations, you just figured out how to spend 2.5 times as much by replacing an experienced < $100,000 salaried employee with a $250,000+ 'paper expert'. And make no mistake about it, you need someone full time to administer servers, especially ones that require as much tweaking and twiddling and handholding to keep running properly and reliably as NT/IIS does.

    Vendor sponsored multiple guess 'certification' programs like MCSE are pretty nearly worthless for determining quality. While there may be a lot of MCSEs out there, how many of them really have good applied knowledge, experience and problem solving skills?

    Microsoft is selling the PHB's a false economy with the way they try to make it out that any idiot out there can administer NT/W2K. And hiring consultants for this sort of thing is just plain foolish $ wise anyway.

  25. The real test is easy. by Otto · · Score: 2

    I convinced my PHB's to switch to Apache very simply. I setup IIS and let it run on one of our installations. It ran fine for a few months, when nobody was using it much. Then the system finally went full time, and IIS started crashing every 3 hours. It couldn't handle the load (which was actually pretty minor). So I quickly configured Apache for NT, and set it up (after removing IIS) with the exact same dynamic content (CGIs mostly). It works without fail, and uses less processor time to do the same thing.

    Now I'm using that as leverage to make them see why NT sucks so bad for this system. Maybe I can push them to a Linux or BSD type solution.

    Sure, IIS may be a bit faster, but there's a huge difference between fast and stable.

    ---

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
  26. More anecdotal evidence... by cpeterso · · Score: 2

    I know a admin for Expedia.com. He claims they their NT web servers are rebooted more than once per day. I also heard a talk from Steve Ballmer where he said that Microsoft.com was run on ~70 NT web servers by ~70 admins! He jokingly said that each admin must spend their entire day sitting in front of "their" web server and repeatedly ask themselves, "Did the server crash?! Did the server crash?!" If Microsoft can't keep NT up and running on their own Microsoft.com and Expedia.com web sites, how do they expect anyone else to do so?

    I also know a web developer from go2net.com. They're a Linux shop, but acquired SiliconInvestor.com who used NT. They routinely had to reboot their inherited NT web servers every morning.


  27. Re:Conclusive data? by nyet · · Score: 2

    Oooops.

    HEH i should have checked my arithmetic.

  28. Re:Conclusive data? by nyet · · Score: 2

    100k hits/day:

    (gdb) print 100000.0/60/24/24
    $1 = 2.8935185185185177

    Urm

    Thats 3 HITS A SECOND.

    Time to fire your CIO.

  29. 20-100k hits per DAY?? by rmorgan · · Score: 2
    Fuzzy math here. There are 86,400 seconds in a day. At 1.15 hits per second, you get 100k hits.

    I think my HP-200LX palmtop can serve that or better....

    I threw together a mysql/perl/apache combo to replace a horrid sql server/NT app that sucked. With purely unoptimized sql and half-ass CGI.pm code, I got about 4 hits per second (which included the db lookups) versus 1 per sec on NT, with all of it running on a single cpu AMD K6-350.

    I know, not definitive enough.... Don't forget to try ApacheBench for torturing the boxes. A company called Cyrano makes some good loadtesting software too.

  30. SPECWeb Results tell the story by the+eric+conspiracy · · Score: 2

    See http://www.spec.org/osg/web99/results/res2000q3/ for a refutation of the Dell claims.

  31. Re:IIS is faster than Apache by Azog · · Score: 2

    No, no, no. Internet Explorer is not in kernel space. Or at least it wasn't last time I heard, but who knows what MS has done recently. But that's not what everyone else is talking about.

    We are comparing IIS - Internet Information Server - to Apache. They are web servers. IE is a web browser. IE is not the same as IIS.

    IIS runs largely in kernel space for high speed on static pages, but takes a big hit on highly dynamic pages.

    The new TUX web server for Linux is an optional kernel module which is kind of similar, but gives you the best of both worlds - kernel space httpd for very high speed on static pages, and it passes off requests for dynamic content to Apache which runs them very well.


    Torrey Hoffman (Azog)

    --
    Torrey Hoffman (Azog)
    "HTML needs a rant tag" - Alan Cox
  32. How about 300,000,000 page views? by jfrisby · · Score: 2

    IIS is known to be superior to Apache for *static content* -- but what about dynamically generated content, which is what most companies really care about *anyway*.

    The kernel httpd will help for performance with static content, but it's not out of beta just yet...

    My daytime employer handled 300,000,000 page views in August -- almost all dynamically generated, most on Apache/Linux, the rest on Apache/Solaris.

    Our server farm is around 60-ish servers I think... That includes the two E4500's at the back-end. (one live, one hot-spare)

    -JF

    --
    MrJoy.com -- Because coding is FUN!
  33. Re:Conclusive data? by witch · · Score: 2

    Erm, don't mean to pick nits, but 100,000 into 86,400 seconds per day is one hit approximately every 1.16 seconds . . .

    You should still fire the CIO, though.

    --
    They're taking their dog to get its two shots before it's too late. You're taking your dog there too, right?
  34. MS is mad by austad · · Score: 2

    Think about this.... Dell sells MS products and probably gets some kind of discount. Dell wants to sell Linux. MS gets pissed and says the only way their relationship will stay the same as it is now is if Dell gives better performance stats for MS products than Linux.

    100,000 hits a day??? That's barely over 1 per second. I've done benchmarking on a perl based shopping utility running SSL on a dual pentium 233 (not PII!) under apache and it maxed out at about 27 hits/s. The perl code was terrible also. Whack some PHP on there and it would probably do over 100 hit/s sec no problem. I don't know where they came up with that 100,000 hits/day BS, but they're obviously taking 100,000 hits/day off the bong.

    --
    Need Free Juniper/NetScreen Support? JuniperForum
  35. Chimpanze dominence games by RobertGraham · · Score: 2
    I have no idea where Dell got its numbers. I maintain a website whose primary server runs on a Celeron 400, 128M RAM, and an IDE hard-drive using NT4/IIS4. It gets roughly 600,000 hits/day, and is only "lightly" loaded. But of course, these are small static web-pages that are mostly cached in RAM. I'm pretty sure any web server could match its performance (it is less than 300kbps).

    Back in the 1800s, Nietsche proposed the idea of an uebermensch who had the sensitivity and intelligence to rise above the daily petty lives of normal men. This entire "who has the fast web server" is one of those petty squables. The fact is that each is fastest in its own way. If you want to prove how good your OS/httpd compared to the other OS/httpd, then you'll certainly have enough statistics to back you up. So will the other side. The only way to win the war is not to fight it.

    DELL was almost certainly quoting a specific test, possibly one tha compared dynamic content generation between Apache+CGI vs. IIS+ISAPI (CGI sucks vs. almost any alternative).

  36. That is with the webserver Tux by GauteL · · Score: 2

    .. which is very exciting, but not as proven
    as Apache. People not wanting to be early adaptors
    may want to wait for a while.

  37. Re:Raw speed is not the only goal by Shotgun · · Score: 2

    I'd have to agree so much here. It's ridiculous how meaningless raw speed data is thrown about in this industry. For most sights, the ability to handle an astronomical number of hits doesn't really mean anything since they'll never see that sort of traffic. Other things are much more important.

    First, ask your boss if your company realistically ever expects to get within more than a few percentage points of either supported hit rate. The idea here is that those numbers are meaningless.

    Second, ask about failover support. With the cost of NT/IIS, you could afford another server to provide backup support.

    Third, ask about reliability. The throughput of a computer is exactly 0 when it is rebooting, blue screening, or otherwise taking a break from reality.

    Finally, if your boss insist that one small narrow view of the world is all that is necessary to make an important decision, then consider posting your resume on one of the many internet job sites. Your prospects look good in the current economy.

    --
    Aah, change is good. -- Rafiki
    Yeah, but it ain't easy. -- Simba
  38. Its the Linux that slows apache down by Black0ut · · Score: 2

    In the benchmarks done about 6 months ago IIS did outperform apache, BUT that wasnt apache's fault. The fault was with the tcp/ip stack in linux, and it was determined that apache on *bsd would outperform IIS because of *bsd's better tcp/ip stack.

    1. Re:Its the Linux that slows apache down by Tassach · · Score: 2

      There is a lot of credible evidience (based on IP stack fingerprinting and other factors) which shows that the Win2k tcp/ip stack is (mostly|totally) cribbed from the *BSD ip stack. M$ could have used it as-is, without violating the BSD licence (which allows commericial redistribution without disclosing the source)

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  39. What about AOLserver? by hey! · · Score: 2

    I like Apache a lot, but it is not buit for raw speed -- it is built for manageability. It's a joy to work with. The 100K hit figure seems a bit low if this is high end intel iron (it's only 1.15 hits per second); but even at face value, I'd expect this to go up considerably with the 2.4 kernel (multithreading); Squid can take up some of the slack too if you need to increase the static page performance several fold.

    It's probable there's no technical barrier to what you want to do using Linux/Apache. However, what the Dell folks have done is throw a sales barrier in front of you.

    If you are concerned about selling scalability to t PHB, why not AOLServer? It's open source, and AOL uses it to host their services to the tune of 28,000 hits/second or about a hundred million hits/hour. Granted this is not on anything resembling the iron you are buying, but if you're expecting to get into the rarified 1M hit/day range it will be nice to know that you have a place to go without rearchitecting when you are hit the wall. The money for a nice solaris box won't seem like much if you can avoid months of porting software.

    Another thing to point out is that the max static pages benchmark is not a measure of speed, but of capacity. Within the reasonable range of the Apache performance, you won't see any difference in responsiveness. Thus if you are planning for less than 100K hits/day there's no reason to use this benchmark as a differentiator. Instead, focus on issues of manageability and TCO.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  40. Re:Linux Redhat by slickwillie · · Score: 2

    You miss the point: What is Linux 6.2?

  41. Apache.org Server Status: 17 hits/second by Silas · · Score: 2

    Hey, look, the Apache website server status says they're serving 17 hits per second. That's around 1.4 million per day. Looks pretty fast. Looks like they're running Apache. Hmmmm.

  42. Re:Slashdot hits by Foogle · · Score: 2
    Slashdot is not running on a single machine; it's load-balanced. MSN.com runs on IIS and it get's probably 100 times the traffic that Slashdot does. Not because IIS is so much better than Apache, but because they've got plenty of machines handling incoming requests.

    -----------

    "You can't shake the Devil's hand and say you're only kidding."

  43. Re:I don't think so by Foogle · · Score: 2
    There's that, and there's also the configuration of your entire system. Is it just going to be one machine sitting by itself on the Internet? Will it be behind a load-balancer? Will it be making requests to other machines? What are those machines running? Will they be behind balancers?

    There's so much that goes into setting up a serious web-server that the comparison between IIS and Apache really needs to be made at *your* site, using *your* settings.

    -----------

    "You can't shake the Devil's hand and say you're only kidding."

  44. Re:cnn had the same problem by Foogle · · Score: 2
    Completely different issue. This was a problem with Samba, which handles file-sharing, not Apache, which handles webservices. It's my recollection that the specifics of that problem were worked out in the meantime.

    -----------

    "You can't shake the Devil's hand and say you're only kidding."

  45. Re:Conclusive data? by Malcontent · · Score: 2
    If you were really interested in performance why wouldn't you use tux or aolserver. Both of them are much much much faster then apache and probably as fast if not faster then IIS.
    Hey it great to have so many choices.

    A Dick and a Bush .. You know somebody's gonna get screwed.

    --

    War is necrophilia.

  46. Re:This is perfectly possible on the 2.2.X kernel by Malcontent · · Score: 2
    seems shorsighted to me. If you know there is going to be significant improvement in the next couple of months you'd be fool to ignore that and go with the best platform right now. In two months your competitors will be zooming by you.

    Having said that you could always use aolserver which is godawful fast and php right now and cook and go into overdrive when kernel 2.4 get out.

    A Dick and a Bush .. You know somebody's gonna get screwed.

    --

    War is necrophilia.

  47. Re:Are you kidding? by omarius · · Score: 2
    I have the same experience -- but my web server multihomes -- and I use multiple IP's to do it with separate running apache's -- I just counted 125 instances of httpd running, and the load average is 0.32 0.17 0.17. The most popular site gets only ~3k hits per day, but taken together it's probably a sh*tload.

    The server is a Compaq Proliant with a 300 Mhz processor and 128 megs of RAM.

    -Omar

    PS -- The same box is also our primary SMTP server for ~500 email users (qmail, of course).

  48. Re:IIS vs apache by dewet · · Score: 2

    Try this one for more info.
    ------------------------------------------- --------

    --
    -------------------------------------------------- -
    This sig could have been put to good use.
  49. Re:IIS is faster than Apache by maraist · · Score: 2


    Ouch. I assume thats in addition to the shared memory (of course -- what else could it be? You say "per worker process"). So, I suppose you're looking looking at a 25 - 35 meg httpd daemon. That's pretty darned heavy

    When you start using things like embPerl (a php-like extension to perl), and you have a large project (dozens of perl modules), all cached in memory, you can easily bring your perl-space alone to 6- 12 meg. With mod-perl off, Apache is like 2-3 meg per worker for me. With everything turned on, I usually get 10meg... If you don't properly manage your perl code, then things like database accesses can consume a meg or more for a single variable.. This is hard to de-allocate in such a way to free up the process's memory space.. That coupled with fragmentation can grow your memory size considerably. It's virtual memory, to be sure, but it still counts as disk swapping.

    The size of the daemon totally depends on how much code is loaded at apache startup time.. If your .htaccess files actually load the code, then your workers are going to be larger than the central daemon. If the size is due to dynamicaly loaded data, then each worker will be a different size... I've had all of these situations occur.


    I suppose, though, that no-one thought to make perl interact well with copy-on-write memory semantics. It would be cool if it did.


    Well, so long as you initialize _all_ your perl code in your httpd.conf or vhost files, then you'll get essentially that. Anything generated after the dameon spawns off workers is lost, needs to be reloaded / recompiled. In the first case, you take advantage of UNIX's copy-on-write. This means most of the constant data-sections (namely the in-memory text copy of the perl source code), won't be physically duplicated.

    Unfortunately, unlike most programs, most of perl's memory is writable. Meaning, you have the core perl-interpreter which is static code, then you have the hundreds of K of perl-code-text, and their intermediate meta-data or compiled form. This compiled form does not get shared between forks, since the execution tree can change over-time. At the very least, it can't be registered as "shared memory", since it's possible for the contents to change. At best, you have multiple forked processes temporarily sharing a segment with the copy-on-write flag set. If ANYTHING in that 2, 4 or 8K page changes, you have to copy out the code.


    Could you explain what you mean by "the cache lines are valid for all threads." Obviously, the code cache is going to be valid (just like in Unix, obviously), and the data cache is also going to be valid (unfortunitely, not like unix). But is the stack cache going to be valid?


    Ok, thinking this over, I may not have all my facts straight. I know that the x86 uses a legacy addressing scheme, unlike most modern CPU's which have a flat virtual address space, the x86 uses segment selectors. This allows a process to utilize two segments that have the exact same virtual address but really be mapped to totally different physical addresses. A segment is an offset to the CPU address register which occurs prior to page-table mapping. It also provided an upper address bound to provide a first-tier memory-protection scheme.. It worked great in the 386 days, but in our UNIX flat-virtual-memory model it's not terribly useful. I think NT still uses it for some optimization tricks.

    My problem is that I do not know exactly how Linux deals with this.. My assumption was that since each process got it's own segment selector, it would have a completely different virtual memory offset, and thus the addresses that the cache lines get are different for each process. From this, I assumed that two context switches would require cache-flushing. If anyone knows differently, please come forward. If this were true (as I assumed), then MT would have the added benifit of sharing a segment selector, and thus not requiring a cache flush.

    As you can see, if my original assumption was correct, then none of the code, or data cache lines would be valid. If I was incorrect, then it's just like most any other processor. Both your code and data lines are valid for all MT context switches. It's true that you have independant stacks for threads, but they're in the same memory space, they shouldn't do too much harm to each other's cache. With MP, even here, you have the issue of starving neighboring process's data caches, since for for all copy-on-write operations, you have additional memory to cache and compete against. Still, unless my origional assumption was true, none of this really will affect much.


    Also, what on earth can you possibly mean when you say "the apache processes run round robin". When did apache start including a task scheduler? Will it start coming with disk drivers soon, too?


    Ok, I have made assumptions based on empirical evidence. The daemon process opens port 80 (or what-ever), THEN forks off a bunch of processes with port 80 still open.. This is a very bizzar situation. Normally you'd think of it as simply having the forked processing maintaining the file-handle from the original guy. For STDOUT, it's just the luck of the draw who prints out in which order when they're both performing prints. But for server TCP sockets, things get wierd. Lets say the central daemon never listens to sockets (
    it's main role is to monitor the number of workers and fork off working copies as necessary), but all 5 of your workers ARE listening on that same socket. What happens when a browers establishes a connection on port 80? You have 5 guys listening and waiting to accept a new connection, which gets it? Well, it's the OS's job to decide, and evidence on my installtion suggests it's round robin.

    Here's how I did my experiement. I used mod perl in order to have a persistent memory structure. I went to a web page that would print out to the screen it's process id (since it was mod-perl, it was the same ID as that of the worker). You'd think that you'd always use the first worker, and only use additional workers if the first was busy. But instead, I'd get a random worker. I don't recall if I worked out whether it was indeed round robin.
    Think of it like MT with cond_wait and cond_signal.

    All workers cond_wait on the port-connection. A seperate thread (the kernel in this case) finds a new connection to port 80, so it signals a cond_signal, and some undetermined guy wakes up first and establishes the connection.. The other guys go back to sleep until the next cond_signal. When the worker is done with the connection, it does another cond_wait, reentering itself to the queue.

    The most simple implementation of such a conditional broadcasting structure would be to have a round-robin queue. cond_signal activates the guy at the head of the queue, and all people initiating cond_wait go to the end of the queue.

    All of this is hidden by the socket "accept" function call, which should just be an interface into the inet kernel routines. I don't know how much of libnet is done in user space and how much in kernel space, but I'm sure that no actual MT programming is going on, since I don't see any IPC resources being consumed when children listen to the same socket.

    To experiement on your own, just do the following (written in perl code for brevity).

    #!/usr/bin/perl
    use IO::Socket;
    $sock = new IO::Socket::INET( Listen => 5, LocalPort => 5000, Reuse => 1 );

    for( 0 .. 1 ) {
    fork;
    }

    while(1) {
    $client = $sock->accept;
    $client->print( "Server $$\n" );
    $client->close();
    }

    Then repeatedly telnet to port 5000, and watch how it cycles.

    I just tried it out, and it produces 4 processes. Telneting shows me that at least on my implementation with this few processes it is perfectly round-robin. This may not be the general case, but we can't deny that having 50 web servers is always going to spawn the first one (thereby reusing it's cach lines). If I am correct, then if you are underloaded, then having 50 apache processes will actually hurt your performance (especially if any of it goes out to disk).

    --
    -Michael
  50. Re:IIS is faster than Apache by maraist · · Score: 2

    Hmm, I'd be curious to learn more about TUX. I was wondering what kind of performance you could get if you used an X-type event model using UNIX's select. Divide your apps into tiny chunks that take very little time each, give the apps priority queue's where tasks that take longer than one time-unit queue subsequent activities on lower-prio-q's. Then periodically poll for IO (for both disk-reads and Socket activity).

    This is kind of like an RT system, where IO is garunteed to not be pending for longer than a certain amount of time. This allows thousands or millions of simultaneous connections with only the overhead of short-term context-information.

    You get very fast connection-response time, and you could internally prioritize activities so as to minimize overloading (though this probably couldn't be true in general).

    The bueaty of the system is that if you actually HAD multiple CPU's you could run multiple worker processes in a very similar fashion as Apache currently does. From this, there would be no incentive to run more workers than CPU's, since a given worker can handle an infinite number of connections (limited only by practicality).

    This obviously wouldn't not support external API's such as CGI or mod-perl, though it MIGHT work with FastCGI or servlets, since all you need do is probagate IO.

    --
    -Michael
  51. Re:IIS is faster than Apache by maraist · · Score: 2


    putting something complex like a webserver (or browser for that matter) into kernelspace is just asking for it


    I assume you mean IE. I was under the impression that IE did NOT live in OS-space. I base this on the fact that when i?explorer dies, I can restart it without affect independant proceses (course, if anyone had a file-dialog box open, they'd freeze too).

    Please correct me if I'm wrong, but Windows runs their utility DLL's in user-space. It's only the vxd's (for the win 9x world that is) that runs in kernel-space. Likewise NT 4.0 didn't let any utilities in that space. 4.0 allowed all things video to probagate, but that was it. No clue about 2k.

    --
    -Michael
  52. Re:IIS is faster than Apache by maraist · · Score: 2

    I was assuming that much. We're talking about 500 THOUSAND connections though. I seriously doubt that a single connection is going to have 499,999 image links. :)

    -Michael

    --
    -Michael
  53. Re:what type of webserving? by iceT · · Score: 2

    If it's static content, wouldn't TUX be the way to go? If course, I think TUX was tied to the 2.4 kernel, but I'm a little fuzzy...

    --
    -- You can't idiot-proof anything, because they're always coming out with better idiots.
  54. Try being objective. by Performer+Guy · · Score: 2

    In posing the question of where to get credible data to prove Apache can outperform the competition you are not being objective or serving your company well.

    Apache will certainly win at some things but you need to look at the type of serving you need and evaluate which solution is best. That is not the same as going into an evaluation with a loaded question about proving your favored candidate can win. Typically you can find evidence and circumstances to support even a weak proposition. To do so really accomplishes nothing except to support an arbitrary agenda which is unrelated to your business needs.

    So, figure out what you need and evaluate which solution delivers that at what cost, or at least figure out which solution delivers more of what you need.

    If you're not prepared to do that then just pick your favorite, or roll a dice. Don't waste your time going through the motions.

  55. Looking Good by dale@shiraz · · Score: 2
    Seems like some of the "Linux" companies are jumping on the bandwagon to look good. When Dell say there behind Linux then boast about NT over Linux it make me wonder. I still think Dell is big buddies with Gates. Go into a store today, how many PCs have Linux installed by default? Not many, its - we support Linux but we don't really do anythink about it. Asking a Dell support about Linux was like speaking martian.
    Some points:
    • + Apache is ** FREE **
    • + Apache is very stable and runs on Linux/BSD which are stable too.
    • - NT is unstable piece of sH**
    • + Apache runs on lots of platforms
    • + Apache is the most widely used
    • + Apache is nice to work with
    • + Apache has lots of plugins available
    • + Linux 2.4 is faster with networking.

    My list of good guys and bad guys:
    Good Guys
    • Linus, Alan and the rest of the community.
    • SGI
    • IBM
    • Linux Vendors
    • FreeBSD
    • Matrox
    Bad Guys
    • Micro$oft
    • Dell
    The above list is my opinion, feel free to draw up your own.
  56. Re:IIS is faster than Apache by jasondlee · · Score: 2

    Don't forget about Tux. If most of your content is static, Tux will be a very potent solution, IIRC. Since it runs in kernel space, you won't waste time doing context switching.

    Just thought, and it could be wrong... :)

    --
    jason
    Have a good day?! Impossible! I'm at work!
  57. Re:Hehe, good luck! by matman · · Score: 2

    Well, it's not so clear cut as that. Didn't NASDAQ just get hax0red through IIS? Everything has holes... apache HELPS you find holes, so that they can be fixed. IIS hides the holes to make you feel more secure. It doesnt mean that it's actually secure. When a hole IS found, who knows if the details get to microsoft for fixing? There are more whitehat linux hackers than whitehat windows hackers.

    Neither IIS nor Apache are perfect, but I feel less evil running Apache - if you want amazing performance, run that kernel server that was on slashdot a while back. Apache fills my needs, IIS seems okay, but I dont have a windows box around, so it's useless to me.

  58. DELL LIED! by kirwin · · Score: 2

    It looks like Dell is speaking out of both sides of the mouth

  59. Re:So what... by kirwin · · Score: 2
    No. Comparing popularity in regarsd to Windows being most used as an end user OS as opposed to Apache being used for web serving is not an accurate representation of this argument.

    Windows is the most popular OS for client PC's. I understand this, and accept the fact. How many end users have had exposure to other OS's? When people choose an OS, do they actually look at benchmarks, reviews, etc? We are talking about Web Servers, which careful planning is applied to. I have yet to meet a SysAdmin who chooses Apache or IIS because everyone else is. You have to do research on the matter. Which Web Server suits your needs the best? Which platform will you be running it on? Do you need enterprise support? What about modularity and scalability. What are you willing to spend? These subjects are addressed before a Web Server is decided upon.

  60. Check out.... by kirwin · · Score: 2

    Netcraft. They give some basic info about webservers; what people are using, what is used the most (*cough* Apache *cough*).

  61. Re:Linux Redhat by kirwin · · Score: 2

    Dell would use Red Hat, because they are a Red Hat distributor.

  62. Credible Data by Quimo · · Score: 2

    The only way to get truly credible data would be to set up a test bet and test against what type of traffic YOU expect. General statements that Web server X is faster that web server Y are only useful if they are close to the type of traffic you expect. Propose to management that you try out both operating systems in an environment similar to production and see which does better. Much to everyone's disgust it may be that Windows 2000 may be a better performer for you but I think everyone involved would rather find that out before rather than after. Well that's my 2 Cents.
    | Cunning Pike... Good Guy...

  63. Re:Conclusive data? by rkent · · Score: 2
    All in all, I thought Linus had to eat crow because IIS really *did* outperform Apache on Linux. Wasn't there a story about that on Slashdot about a month ago?

    And if so, wasn't it basically a rehash of the Mindcraft benchmark? You know, the one that showed Linux slower than NT on a number of services, including web serving and file serving.

    If so, this leads me to ask: are these Dells SMP? Because IIRC, the main showing of that benchmark was that Linux doesn't scale as well to multiple processors as NT does. And Linus even conceded this, and there are supposedly big SMP support improvements in 2.4.

    If, on the other hand, the Dell boxes AREN'T SMP, I'm really curious where those figures came from. Because I don't recall NT being 2-5 times better until scaled WAY up on multiple processors. Maybe Dell gets some kickbacks when they sell NT servers? Then they'd have to cite as many reasons as possible to prefer it over Linux.

  64. Hmmm... This sounds vaugely familiar..... by 8127972 · · Score: 2

    Check out this thread on Apache usage in the pr0n industry (the logic being that pr0n sites take way more hits than "normal" sites), and try this article on Yahoo's experience on traffic/load balancing on BSD. Oh yeah, there's this article on why the pr0n industry uses BSD and not M$. "Welcome to Earth - A subsidary of Microsoft"

    --
    This is my opinion. To make sure you don't steal it, it's covered by the DMCA.
  65. The Medium Term Trend by Baldrson · · Score: 2
    A trend that has already started:

    Dynamic HTML generation is going to be moved off of the server and down to the client via more effective client-side scripting environments. This will reduce server hits and bandwidth use by about a factor of 10. As this trend progresses, servers will be serving up basically two things:

    1) Static pages (containing sophisticated client side scripts).
    2) Database rows.

    If Apache doesn't adapt itself to this trend, the primary advantages it enjoys over IIS will disappear and with it, Linux as a serious alternative in the entire computer industry.

  66. Hardware considerations by Tridus · · Score: 2

    First off, those numbers sound way off, but a lot of other people have already talked about that.

    IIS is faster then Apache on really big hardware according to what I've seen (and what your doing of course), but the exact opposite is true when you get to more ordinary machines.

    Case in point, here in my work I have the Intranet webserver, which is a Celeron 333a w/192mb ram and a Seagate 8gb U2W SCSI drive. It runs NT and IIS4. (Its a small company and I had to spend the budget on more important things like network infrastructure and a backup system)

    My testbed machine is a Pentium 200MMX, 64mb, 6gb ide drive (not even UDMA :-(, but thats what youg et when you use spare parts :-) ).

    The IIS machine has serious problems when things get busy. On dynamic pages using ASP, the machine easily gets crippled when doing things like large XML parsing, or anything involving a database (because the database server is not a seperate machine).

    The little linux server can do the same things (when ported to php) without breaking a sweat.

    Its hardly scientific, but with the applications I designed for the company, Apache/PHP is a far better solution from the point of speed. A lot of this is because of issues with the size of IIS, you can't easily trim it and NT down in the same way you can Linux, so you wind up with a lot of overhead.

    Its not noticable on a big machine, but on everyday hardware the overhead does a real number on what IIS can do.

    The general concensus is right though, you should see if you can get Dell to send you some demo boxes and do the comparison yourself, because in the end performance will depend on your applications more then anything else.

    Just as a parting thing... most of the benchmarks out there that show that IIS is faster are all on big hardware. I would say that how well they do in a quad CPU setup doesn't matter when your only looking at a single processor server for what your buying.

    --
    -- "So they told me that using the download page to download something was not something they anticipated." - Bill Gates
  67. Re:The possibility, yeah.... by kootch · · Score: 2

    so run your own test to determine for yourself which is better.

    configure it once, test, reconfigure it, test.

    you'll only truly believe it if it's what you want to hear or if you prove it yourself.

    or, believe what others tell you, but before making statements disputing something, find facts proving what you believe is true.

  68. ab Tells All by VB · · Score: 2

    I won't bother posting the NT results on this machine since I'd hate to lose the uptime {No, wait, it's actually because this machine won't load NT}:
    yuma:/home/www/htdocs$ /usr/local/apache/bin/ab -n 1000 -c 20 http://localhost/cypoolmain.jpg
    Server Software: Apache/1.3.6
    Document Path: /cypoolmain.jpg
    Document Length: 15767 bytes
    Time taken for tests: 44.384 seconds
    Complete requests: 1000
    Failed requests: 0
    Total transferred: 16081098 bytes
    HTML transferred: 15798534 bytes
    Requests per second: 22.53
    Transfer rate: 362.32 kb/s received
    Connnection Times (ms)
    min avg max
    Connect: 2 58 427
    Processing: 266 796 1327
    Total: 268 854 1754

    yuma:/home/www/htdocs$ w
    8:53pm up 140 days, 20:38, 1 user, load average: 1.63, 0.83, 0.47
    USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
    vanboers pts/2 sedona 8:50pm 0.00s 1.36s 0.39s w

    yuma:/home/www/htdocs$ cat /proc/cpuinfo
    cpu family : 4
    cpuid level : -1
    wp : yes
    bogomips : 16.44

    Whoops!!! Was that my little 486/33Mhz thinkpad? Dammit! I did the wrong machine. But, seriusly, do the math: 22.53 * 86400 = 1946592. That's close to 2 MM hits/day for a standard 15K static file.

    Feel free to ./ it, if you'd like. I gotta power it down next Sunday for a move to Phoenix, anyway.

    Cheers.


    Linux rocks!!! www.dedserius.com

    --
    www.dedserius.com
    VB != VisualBasic
  69. Apache vs AOLServer by voidzero · · Score: 2
    Is there a rigorous and current comparison of Webservers out there?

    I've been playing with AOLServer recently and would like to know how much of a performance advantage it currently has over Apache. (Used to be 10 times faster than Apache)

    For those who don't know, AOLServer, formerly NaviServer, was built in 1994 by Jim Davidson and Doug McKee. It was then bought by AOL and GPLed a little later. More info here.

    Regret for the past, Is a waste of spirit.

  70. Something is wrong with their config... by PhilBrut · · Score: 2
    Something is broken with their apache config, either hardware-wise or software-wise. I've got a Dual P166 that can do 130k hits a day while barely breaking a sweat.

    If all they can manage out of apache is 20k-100k hits a day on a modern computer they obviously did something wrong with one of:
    1. linux
    2. apache
    3. the software they're running under apache could be unoptimal for running on a unix-type sytem
  71. Yes, but why... by Greyfox · · Score: 2
    A lot of people have said the numbers are crap. I haven't been paying attention yet; I don't know. I'm pretty sure Apache's capable of more than that (Does someone have the spec and hit rate for the /. machine?)

    I haven't seen a lot of speculation as to the why of those numbers, so I'm going to...

    You sell computers. Would you rather sell Mondo Big Ass Computer System with Linux, $10,000 or Mondo Big Ass Computer System with NT/IIS, $15,000? Which ones earns you a bigger commisison/profit? So are you going to say the Linux (BSD, BeOS, whatever) box performs as well or better?

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  72. Re:Dell 2400 by mr · · Score: 2

    >Yes I run Porn

    Exactly. BSD is the favorite OS of the porn industry for a reason. BSD works.

    Perhaps if you weren't so busy tying to justify Linux, you'd go and search what OTHER SITES running your load are doing. (BSD is open source, even if Red Hat claims they are responsible for Open Source)

    Take the time to e-mail the sys-admins....hell, call them on the phone. Most Sysadmins are happy to tell you about their victories over the machines.

    --
    If it was said on slashdot, it MUST be true!
  73. Good points by Arker · · Score: 2

    Let me add a little... a fairly balanced comparison of IIS and Apache is here

    Keep in mind too, that Apache is not the only *nix web server out there, by any means. It's stable and well accepted, but it's not even trying to be the performance-above-all-else champ. Especially if you need a lot of dynamic content, you might want to look at AOL Server for instance.

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  74. Independant testing.. by windex · · Score: 2

    I independantly tested apache with a threaded-"bomb" -- it mass-requested pages as quickly as possible from 16 IP's assigned to a machine to both IIS in a standard out of box configuration running a ISAPI module, and apache's stock configuration (with mod_so) running a DSO. Both modules did nothing but print off some basic html when accessed, and I can tell you this much:

    Both were tested to cycle through 1,000,000 hits. The apache server lost 3 requests (they hung and timed out after 20 seconds), the IIS machine lost 316 requests (same timeout). The apache server was done with 999,997 hits in 48 seconds, the IIS server took 82 seconds to do the same.

    Apache won. =)

    Anyhow, your results may vary. Both machines were pIII 500's with 256mb of ram, one running Windows 2000 Server and the other running on a RedHat 6.2 install.

  75. Its a moot point anyway... by NTT · · Score: 2

    When the Mindcraft benchmarks came out, I found this article: What the tests prove. Basically says benchmarks are pointless cause the bottleneck is your connection.
    From the end of the article: "Let's be clear about this: if you have only 5 T1 lines or less, a single CPU Linux box with 256 MB RAM will wait on your internet connection and not be able to serve up to its full potential. Let me reemphasize this: ZD's tests prove that a single CPU Linux box with 256 MB RAM running apache will run faster than your internet connection!. Put another way, if your site runs on 5 T1 lines or less, a single CPU Linux box with 256 MB RAM will more than fulfill your needs with CPU cycles left over."

  76. Re:Conclusive data? by TheCarp · · Score: 2

    > All in all, I thought Linus had to eat crow
    > because IIS really *did* outperform Apache on
    > Linux. Wasn't there a story about that on
    > Slashdot about a month ago?

    Yes it may have but I have to ask...was the main bottleneck found and published?

    Remember...we have here IIS on NT vs Apache on Linux. Not only 2 different web servers, but 2 different OSs. There is so much room for different configs here that its not even funny!

    Now... Apache on NT vs Apache on Linux - that would be interesting. Even then, there would be the questions of performance tuning - which filesystems were running, what hardware (perhaps the disk controller or some other feature is particularly badly supported under linux and a different one would work better? Perhaps there was some other OS stupidity...like every service known to man turned on)

    All in all, its important to know where the main bottleneck is. Is it a kernel bottleneck? some other resource? Is it apache? What modules were loaded in apache? What features turned on or off in IIS? Which compilers were used on the kernel and apache? Was it stock "compiled for i386" binaries of both, or were they compiled all for the specific architecture that it was on?

    There are so many variables that could have impacts, it isn't even funny. Im not saying that NT/IIS is not faster than linux...I am just saying that there is alot of room for variation and that all of these things really need to be investigated (on both sides - I just don't know enough about NT to comment on performance variables in it - the idea of a GUI running on my server console gives me nausea though)

    The rest - I agree. If you don't have, or don't plan to have the bandwidth (or the interest) to be getting 1 million hits a day, then it really wont matter anyway.

    Besides...if you rgetting that many hits, then surely you want to cluster the machines for redundancy and load balancing anyway.

    -Steve

    --
    "I opened my eyes, and everything went dark again"
  77. Re:Typical Linux FUD (moderate this down) by jon_c · · Score: 2

    -2147467259 means that COM is fucked. (more or less). I'm a Microsoft developer and don't really trust COM that much myself. I've seen really weird things happend to boxes that get to many CreateObjects().

    There is a slight chance (in hell) that things could be better on a Win2k box, conpared to NT4, Win2k is a hell of a lot tighter. It's also COM+ based, vs. COM/DCOM, ya may want to check that out.

    it's NT4 right?

    --
    this is my sig.
  78. TUX? Threads? by Jeppe+Salvesen · · Score: 2

    I have seen many different benchmarks. Some get Linux out ahead, some IIS.. Tux has been shown to kick butt as well.

    The problem with the Apache 1.x series, is that it's not threaded. That means that memory usage under heavy load is outrageous compared to a threaded solution. So - I'm guessing this might be part of the problem.

    Apache 2.x will be threaded. You can download their alphas if you're really curios.

    Tux 1.0 at Red Hat is a good performer as well. It's kernel based, threaded and extremely high performance. You might want to check that out! Source is available, though the licensing is not listing.. Anybody know?

    Furthermore, if you get the 2.4 kernel, it also has a kernel space http stack that's used for static content. That way, apache can do what it does best, while all images and static pages will be handled by the kernel space server. Neat, huh?

    --

    Stop the brainwash

  79. Re:Conclusive data? by Trepalium · · Score: 2
    If I remember correctly, there were some Microsoft sponsored benchmarks that compared Apache-based dynamic content (using CGI), and IIS-based dynamic content (using ISAPI), and they made the claim that IIS was over 600% faster than Apache based on that. Mind you, this comparison isn't fair by any means, but you get the idea of how easy it would be to manipulate these figures. Not that it matters all that much, according to MS's benchmarks, MS could host their entire website on a single NT/2000 server, but instead have a farm of servers doing the site.

    For example: http://www.micro sof t.com/NTServer/nts/exec/compares/NtLinux.asp

    --
    I used up all my sick days, so I'm calling in dead.
  80. Re:That benchmark shows Linux outperforming FreeBS by localman · · Score: 2

    Whoops, you're totally right, with regard to serving http. The BSD's were at the top for most of the tests, but Linux was the http king, and that's what the original question was, wasn't it :)

  81. Re:Typical Linux FUD (moderate this down) by mckyj57 · · Score: 2
    I've witnessed and worked on deployments of sites that bang massive loads, and you know what? If your site is pulling a million hits a day and you're attempting to box that into one server, then you're a complete moron and deserve to suffer those crashes. No OS is going to save you from that.
    We must work in different worlds. In the Linux/Apache world I inhabit, serving a million hits a day on a single machine is no big deal. Up until early this year, I had a dual-processor 300MHz Linux box with 256M RAM that served 1.4 million, in addition to doing DNS and mail (over 30,000 messages per day). It's load average started going over 1 during peak time, so I moved it to an 850MHz Athlon.
  82. IIS - It Is Shit by DrSkwid · · Score: 2

    Don't go there
    .oO0Oo.

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  83. What Ingo said in the Slashdot interview. by Chyeburashka · · Score: 2
    From this Slashdot story

    You mentioned in the second Linux Today article that you intend to integrate TUX with Apache. However, Apache has always been a cross-platform server and is heavily used on *BSD and Solaris. Do you feel that this integration will undermine the portability work of the Apache team, or will it simply provide an incentive for web servers to be running Linux? [...]

    Ingo: TUX is a kernel subsystem with a small amount of user-space glue code to make it easier to use the TUX system-call. I believe that integrating kernel-based HTTP protocol stacks into Apache makes sense - i dont think this will 'undermine' anything, to the contrary, it will enable similar solutions on other OSs as well.

  84. Re:I really doubt if IIS can be considered reliabl by SuiteSisterMary · · Score: 2

    Much like Linux is ONLY secure if you CONFIGURE and MAINTAIN it properly, IIS is quite stable if you CONFIGURE and MAINTAIN it properly.

    --
    Vintage computer games and RPG books available. Email me if you're interested.
  85. Re:I really doubt if IIS can be considered reliabl by SuiteSisterMary · · Score: 2
    Shut the fuck up. No, really: shut the fuck up.
    Does the truth hurt too much?
    --
    Vintage computer games and RPG books available. Email me if you're interested.
  86. easy by Lord+Omlette · · Score: 2

    get two windows boxen, put apache on one. Slaughter them with whatever stress test tools you have. Check to see which one starts refusing connections and when.

    Btw, what do you need these servers for? Does the nature of their proposed application suggest which db you should go with? EG, if your companies data is all stored in MS SQL, you'd be an idiot to go with apache on linux, whereas if everything's on a big fat unix db, why bother fucking with IIS, right?
    --
    Peace,
    Lord Omlette
    ICQ# 77863057

    --
    [o]_O
  87. The license fee _does_ matter: HW costs too. by yerricde · · Score: 2
    They don't care about open source or Linux, just the performance that they will get from the machines
    They're only concerned about performance. The license fee shouldn't be a deciding factor unless the two systems are otherwise quite similar.

    The license fee matters. For the price of an MS-IIS license, you can get another box running Apache HTTP Server. So unless well-tuned Apache is twice as slow as IIS, Apache has the lead here.


    <O
    ( \
    XPlay Tetris On Drugs!
    --
    Will I retire or break 10K?
  88. Step 6... by yerricde · · Score: 2
    • Step 6: With the money the company saves on IIS licenses, it can afford separate boxen, including a firewall/balancer.

    <O
    ( \
    XPlay Tetris On Drugs!
    --
    Will I retire or break 10K?
  89. The key is to use Tux on Linux... by buckrogers · · Score: 2

    The current WebSpec99 numbers for Linux and Tux blows away all other competitors.

    Look at: http://www.spec.org/osg/web99/r esu lts/res2000q2/

    Show your boss that Linux has twice the performance of Windows.

    Tux is a kernel module that integrates the html protocol directly into the kernel. It can serve static as well as dynamic web pages and can be integrated with Apache.

    Check it out at: http://www.redhat.com/tux/

    --
    -- Never make a general statement.
  90. Re:F*ck Dell by Tassach · · Score: 2
    Again you miss the point. ANY technology can be used for good or evil.

    The point here is that Dell made a deal with China. Dell gets richer, the Chineese fatcats on the other end of the deal get richer, and the coolies who work 18 hours a day in Dell's chineese sweatshop get screwed. That is evil.

    Now, if the Chineese government desides to standardize it's systems on a piece of free software (Be it Linux, *BSD, whatever) there is nothing that anyone can do to stop them. The difference is that NOBODY IS PROFITING BECAUSE OF IT. Linus dosn't get one cent if the chineese government desides to give each and every one of the ~ 1 billion Chineese subjects (can't really call them citizens) a copy of Linux.

    It would be a different situation if, for example, Red Hat were to cut a deal to become the Official Linux Distribution of Red China and had all it's CD's pressed in Chineese sweatshops. You wouldn't advocate boycotting the GIMP because you learned that the Chineese government used it to make all those giant Chairman Mao posters, would you?

    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  91. Re:IIS is faster than Apache by Nohea · · Score: 2

    I think IIS is faster, too. Esp. static content.

    However, i refuse to use IIS on my web servers. I use Apache + mod_perl + SSL on linux. My choice has more to it than performance reasons. Apache has better security, modularity, and better development support. I need to use my time for development, not rebooting my servers and waking up in the middle of the night wondering if my server was hacked.

  92. Re:IIS is faster than Apache by fm6 · · Score: 2
    I don't know whether this applies to IIS, but many things besides device drivers run in the kernel space. This is often done to enhance security. Some security experts claim it has the opposite effect.

    __________

  93. threads on linux by denshi · · Score: 2
    In Windows, I believe there is less process-creation overhead than in UNIX (assumption based on the non-forked model of windows), so the distinction may not be as great.
    Windows process creation time is substantially higher than Unix, which is why MT is so vital to the MS world - it's the only way for them.

    Not to mention, perl wasn't designed for the web whereas ASP was.
    Considering its usefulness, one might take the converse of your statement and claim that the web was designed for perl...

    In the UNIX environment, however, our kernel MT model leaves much to be desired. I vaguely recall reports that showed how poorly Linux did in MT compared to other platforms (obviously Solaris, but I think we even lost to Windows).
    In Linux, there is no hard distinction between processes and threads - they differ only in how much local environment vs. shared environment they have. Because of that transparency (that threads can be treated as processes), some of the POSIX thread model does not apply. Solaris is not like this, so the many-to-1 is needed b/c threads cannot be treated as processes. Moreover, I have no specs in front of me, but I recall Linux thread&process creation being substantially faster than Win32.
    Hell, Linux isn't even POSIX compliant with MT.
    Experience will teach you that POSIX isn't always right.
    I've heard that Apache is comming(sic) out with an MT version,
    You seem somewhat behind the times. Visit the apache homepage and learn more.

    Also, if you want to see a good MT Unix-based webserver, look at Aolserver. Biggest complaint on it is no mod_perl equivalent, but has all the threading issues worked out that you seem interested in.

  94. Re:Dell 2400 by swinge · · Score: 2

    why is this post about "strange proprietary, closed-source drivers for the RAID array" that have "stopped shipping ... with megaraid" moderated up to the tippy top?

  95. Re:Static hits/day is not the only metric by Reality+Master+101 · · Score: 2

    ...and there is a lot of anecdotal evidence on the web...

    Oh, well, as long as we have anecdotal evidence, that's all the proof we need!

    More proof that Slashdot is not the place to go for objective information (but I try).


    --

    --
    Sometimes it's best to just let stupid people be stupid.
  96. Consider FreeBSD by mi · · Score: 2

    Besides just being a nice OS, it had just made itself even better suited as an Internet server (for most services). The recent (end of July -- part of the 4.1.1 release) addition of the socket filtering, coupled with the dataready and httpready sample filters should help ANY web-server -- they ensure, the server is not bothered (from accept(2)) until the data-packet has arrived (for dataready) or until http-headers have arrived (more specialized httpready).

    The next Apache release will have the FreeBSD code to use this filters (already committed in CVS-tree, AFAIK) or you can patch any other server to use them -- including an earlier release of Apache. Here is an example -- a patch for Apache (and Apache's documentation).

    Look for the SO_ACCEPTFILTER option in setsockopt(2) and the accept_filter(9) ).

    According to my source, using this on busy sites (where keep-alives are already disabled) may bring down the number of Apaches needed 5-10 fold...

    -mi

    --
    In Soviet Washington the swamp drains you.
  97. Re:I don't think so by ACorvus · · Score: 2

    Simply untrue, I'm afraid.

    With big-time hardware vendors such as IBM, SGI, Sun and others behind us, the situation has advanced far beyond this. If you're talking about desktop hardware, you might be right - cf. NVidia cards, USB mice, etc - but when it comes to the hard stuff (which incidentally is often made by more 'enlightened' manufacturers, a la Symbios, Adaptec, again IBM, and so forth), we are in a much better situation. You won't find many RAID cards are unsupported, I can tell you - I've investigated a fair few for my company, and despite the fact that Dell won't support them under Linux, I could.

    The second point is that Apache, as others have stated, is not the best situation to model. See recent TUX articles for a better comparison. It's not optimised for SMP, and in addition Dell aren't going to install the vastly more SMP-aware 2.4-test kernels, which far outperform 2.2 series. If you go to the cutting edge, then you'll see much better results. That cutting edge will soon be the new standard, so keep your eyes open.

    And, in slating the 'Freebie-loving' nature of Linux people, you're neglecting to see that management and finance love to keep costs down (depsite my standoffish-ness to such people). I'm sure that with a good failover/clustering solution, Linux could provide more efficient on many counts than 2K, and possibly more stable. I've never seen Apache crash (yet) and instead the IIS servers I use will BSOD on regular occasions, and (strangely) on every other boot.

    I'm not a Linux zealot myself, I'm thinking of having a crack at a BSD sometime (heresy!), but I have grown to trust it (*not* stock installs, fully tweaked and hardened - same applies to NT).

    Manageability, and especially the remote kind, is my favourite thing about Unices. ssh beats PCa and others hands down in my book. Fast, secure and can make a full VPN for remote admin. Sweet.

    --
    -- Sig Sig Sputnik
  98. Re:IIS is faster than Apache by Ergo2000 · · Score: 2

    Apache has better security, modularity, and better development support.

    That should be suffixed by "IMHO". IIS uses the OS model of security, and the NT/2000 security model is extremely comprehensive. As far as modularity I'm not entirely sure what you're referring to however IIS has the modularity of any ISAPI filter, ISAPI module, CGI, and the script host scripting types (i.e. Add in as many scripting types as you want). Map file types to ISAPI filteres, etc. ANYTHING can be done with IIS. Hell even sticking with straight JScript and ASP you can implement an infinite variability of logic in COM objects. Regarding development support I hugely disagree with that. Firstly if using Perl the standard help holds true with some small changes. If using ASP there are a massive number of getting started help sites, and there is the MSDN which is an extraordinary help.

    So in other words while I've said nothing about Apache, I have countered what you mentioned about IIS. Apache might be awesome, but IIS isn't chopped liver itself. It's actually quite a fantastic product however each use has to be determined on a case-by-case basis.

  99. IT WAS A TYPO !!! Call Dell and verify!!! by bitstorm · · Score: 2

    Although I really enjoy the colorful comments from many posting here I seriously question the process that many of you follow to obtain and verify information that could be critical to your business. I run Dell servers and laptops with Linux without problems. I also run NT based servers. The machines in question are appliances. After calling Dell they stated that this was a typo on their website. Both types of machines have similar if not identical benchmark numbers. According to the rep the information will be updated VERY SOON !!! Please call before continuing to post trash here. For those of you with a little more open minds ... check the SpecWEB results at http://linuxtoday.com/news_story.php3?ltsn=2000-07 -05-001-04-OP

  100. Re:How incredibly outdated are you? by AFCArchvile · · Score: 2
    "Yes, I am exagerating a little bit, but not by much..."
    Liar.

    I shall have to edit a line in your post to be Win2K compatible:

    NT... change ip address (no reboot)... install service pack 1 (reboot: 2 minutes)... IIS patch found, installing (terminate IIS, patch, restart IIS)... DONE.

    Get with the times, NT4 is dead as far as an NT web server goes. How about a one-step solution:

    Buy Windows 2000 Datacenter Server... DONE!

    Too expensive, you say? Then you shouldn't even be in the web server business!
    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  101. Re:Hehe, good luck! by AFCArchvile · · Score: 2
    Yes, but have you ever seen the triviality of the IIS bugs? They pale in comparison to the bugs in Apache. It's like the patient that complains that his hand hurts when he flips the bird; the solution is incredibly trivial: DON'T FLIP THE BIRD!

    Once again, a bible thumper trying to make a mountain out of an anthill.

    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  102. Re:Hehe, good luck! by AFCArchvile · · Score: 2
    Ah, but you forget something: most, if not all, of the IIS holes are already documented. This means you can make all the changes in one session, and reboot ONCE. As for Apache, there's always bugs/holes/orifices being found, and Apache has a new patch at least twice every month. To my knowledge, IIS5 has been patched ONCE (in Win2k SP1). Regarding the service packs, that is moot for now in Windows 2000 Advanced server (and soon, Datacenter Server!). There is ONE service pack for Win2K. Despite what you think, there are many systems upgrading to Windows 2000. The Dell machine ships with that, so that's why the hit count is so high.

    Also, regarding changes to NT, haven't you seen 2000 yet? Many changes which required a restart in NT4 now only require a restart of the specific process, just as in Linux/BSD.

    One more funny thing: All the manhole covers in Boston say "BSD". Kinda reminds me of BSD's place in the computer world. :-)

    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  103. Re:Speed's not the only issue by Jollyeugene · · Score: 2

    No I would not take Commander Taco into the board room, but how about Dell? I remember a couple of months back how there entire IT department was sick of MIckeySoft and went behind managements back and installed LINUX and Samba (unfortunately nothing about Apache). The management congratulated them on how they solved all the reliability problems that were costing them so much money and asked them how they did it. Because of that Dell now sells Linux corporate solutions. Or how about the article a month ago explaining how most of Mickeysofts money making services do not, and indeed cannot run on NT, but how they run on UNIX systems? That might be interesting. A comparision of the latest kernel and Apache 2.x based system will also yield different conclusions, as has already been pointed out. But what about free BSD and AOL server, which is free last I heard? It keeps AOL up and I know that Yahoo runs, or used to run it. If it handles that much traffic reliabily then for sure it is a better bet than NewTerd- Idiot Misinformation Server.

  104. Re:IIS is faster than Apache by srichman · · Score: 2
    ...that means that you have to flush the CPU cache for each new connection (rotating the memory space).

    Depending on your architecture's cache design, this isn't always true. Virtual caches that include PIDs in cache tags obviously don't have to be flushed; all that's needed is a change to the cache's PID register. The same applies to TLBs. The Linux Cache Flush Architecture.

    Additionally, unless you put in enough memory, you're going to have to swap to disk throughout the rotation.

    This is why web servers have lots of memory. But, that aside, in Linux text pages are shared; you don't have 700 copies of your program's code in memory. Clearly stacks and data pages aren't sharable, but your MT system also needs separate memory for each thread's stack and thread-local data. If I had large amounts of data that was usefully shared by my threads, I would shmem that same data in a process-based system.

    But the most telling observation is how similar processes are to threads from the Linux kernel's perspective (which you could use to dog on Linux's threading support, but I wouldn't). Both are created by the kernel's clone call, which takes flags that indicate which process stuff (FDs, data, etc.) should be duplicated and which should be shared by the cloned process/thread. If you ever wondered why threads have their own PIDs in Linux...

    Threads aren't god's gift to programmers. But they're still nice :)

  105. Get the NT/IIS box. Break its spirit. by Gendou · · Score: 2
    The solution here is to fight vehemently in the name of GNU/Linux and all that is open source. Become docile when the silly management decides to buy into the Microsoft/Dell propaganda.

    Get the servers.
    Install them.
    Send all image requests to anonymous FTP.

    "I told you so."
    Install Linux/Apache.
    Get a raise.

  106. IIS vs apache by nocomment · · Score: 2
    Unfortunately I have seen in action win2k IIS outperform apache
    however i was reading that someone (redhat i think) was working on something they called "Tux", that blows the doors off of IIS. I'm not sure when it's supposed to be released but apperently it will be incorporated into Apache.


    Anyone have more info on this mystical "tux"??

    --
    /* oops I accidentally made a comment, sorry */
    /* http://allyourbasearebelongto.us */
  107. Re:F*ck Dell by grammar+fascist · · Score: 2

    Oh, yes. I've dealt with their tech support for Linux. It took three days to get that stupid server up.

    Funny thing was, I could have done it myself in two hours if the documentation had been correct. Their tech support was only helpful because the had the right information. Other than that, they were pretty clueless.

    No, they don't really care. Then again, what entity is there that exists solely to make money for people who only want to make money that does care?

    I say, if you can't get people that care, at least get people that know. Go with VA Linux or Netfinity. That's what I'm doing next time.

    --
    I got my Linux laptop at System76.
  108. Re:Dell 2400 by Anonymous Coward · · Score: 3

    I'm using Infortrend Scsi to Scsi RAID modules on Dell PowerEdge 2XXX series machines. Running BSDI 4.1 I serve ~50k page views a day, HIGHLY dynamic, using mod_layout and lots of SSI. My load is usually .08 with an average idle of > 95%. Yes I run porn. It is worth noting that almost no unix comes optimized for what you want. Anyway, my machines do not suffer from "20 second" lock ups. Perhaps you've got a scsi timeout issue going on there. If you're using a lot of cache between your host adapter and disks, try removing some, big caches that don't clear quick enough cause scsi timeouts.

  109. Re:Information by Suydam · · Score: 3
    1) Stock system vs. Stock System NEVER EVER EVER happens in benchmarks. Both OSes allow for configuration during install.

    2) Stock systems are not what are used in the real world (i.e. webhosting companies) and therefore the results of a benchmark pitting stock system vs. stock system are completely useless. Web hosting companies DO hire talented system-administrators for NT or Linux.

    3) your third comment is a complete troll. You should be moderated down.

    --


    Werd.
  110. Re:This is perfectly possible on the 2.2.X kernel by ydnar · · Score: 3

    i have found similar results. the scheduler seems to have gotten a nice kick, as well. under heavy concurrency load, i saw performance increases in the order of 800-1200% (!) on identical hardware.

    /me thinks apache + tux on that dell hw will perform nicely...

    ydnar

  111. Raw speed is not the only goal by Zachary+Kessin · · Score: 3
    Reliablity and configurability is in many ways more important. In all likelyhood with eather server setup you will run out of bandwidth before you run out of server. So it really becomes a question of what are your real needs. Spead is nice, but not everything.

    The Cure of the ills of Democracy is more Democracy.

    --
    Erlang Developer and podcaster
  112. Re:This is perfectly possible on the 2.2.X kernel by Ken+Broadfoot · · Score: 3

    I was testing on a Compaq Proliant Dual Xeon 800 1 gig of Ram, 8 Gigabit ethernet cards running traffic to 8 separate networks to 16 clients.

    With 2.2.X the driver I was testing could only muster a total thruput of around 370 MBPS.

    With 2.4.0-test8 ( ia32 )

    My Cisco switch was the bottleneck.

    --
    Bitcoin pyramid: Join here: http://www.bitcoinpyramid.com/r/1427 it's FREE!
  113. 20k-100k hits per day? Come *on*! by mellon · · Score: 3
    I really have trouble believing that a Linux+Apache combination is that slow. Think about it: a day is 86400 seconds. So that means that at worst, they're handling one hit every four seconds, and at best one hit about every .86 seconds. This is a really unbelievable amount of time to spend serving one hit on a static web page - it's pretty unbelievable even if you have a huge DB query going on for every hit. If these numbers were accurate, it would indeed be cause for embarrassment, but I doubt that they are.

    I don't want to accuse Dell of malfeasance, but if they really benchmarked these numbers, they must have badly misconfigured Apache. My guess is that they had Apache doing reverse DNS lookups on every query, and the queries all had to time out because there was no name server responding to them. That's the only way I can imagine that you could get such bad numbers.

  114. Re:Here's what you do. by scrytch · · Score: 3

    > 'Three years without a remote hole in the default install!'

    DOS attacks are not root hacks. OpenBSD has never claimed to be immune to DOS attacks. And unless you can control the connection end-to-end (or at least a hop away from your box), you can't ever be.

    --
    I've finally had it: until slashdot gets article moderation, I am not coming back.
  115. Speed's not the only issue by tgeller · · Score: 3

    You could also sell them on security and reliability, areas in which IIS simply falls on its face. A look through old Slashdot stories will give you ammunition. --Tom

    --
    Tom Geller
    1. Re:Speed's not the only issue by Reality+Master+101 · · Score: 3

      You could also sell them on security and reliability, areas in which IIS simply falls on its face.

      Linux has nothing to brag about when it comes to security. As for reliability, Linux perhaps had an advantage over NT/4, but not over Win/2000. On the other hand, if they want reliability, Linux is possibly the poorest version of Unix. I personally would use AIX, but just about any of the commercial unixes blows Linux away.


      --

      --
      Sometimes it's best to just let stupid people be stupid.
    2. Re:Speed's not the only issue by Reality+Master+101 · · Score: 3

      All you need is a few ipchains or iptables lines to make a box almost totally secured.

      That's like saying that you can make a box totally secure by turning it off. Are the Linux services so riddled with security holes that you have to actually block all access to them?

      Unfortunately, the answer is yes, as you point out.

      Call me crazy, but I want a system that allows me to use ALL the services I want to use without fear of being cracked. Would you cut Microsoft the same slack if they came out with an advisory saying "in order to make a Windows machine secure, block all Internet services" as you advocate for Linux boxes?


      --

      --
      Sometimes it's best to just let stupid people be stupid.
    3. Re:Speed's not the only issue by Riplakish · · Score: 5

      A look through old Slashdot stories will give you ammunition.

      I would love to be there for that conversation :)

      Greg: Look, I've researched this and I've determined that Linux/Apache really is the way to go.

      CIO: Dell is an industry leader with a multitude of highly qualified people that can produce these benchmarks. Do you have anything you can show me to corroborate you findings?

      Greg: Sure. Here are some quotes I printed off Slashdot. Cmdr Taco says that...

      CIO: Hold on. Commander who?

      Greg: Commander Taco. He runs a website called Slashdot which is owned by VA Linux which is one of the largest Linux concerns.

      CIO: So let me get this straight. You want me to rely on some quotes from a man who goes by the name "Commander Taco" who is employed by a company who's business relies solely on the success Linux instead of an established, industry leader like Dell. Let me think about this. No.


  116. speed is not everything by platypus · · Score: 3

    I have two links for you, from an os-agnostic source, the german computer magazine c't:

    The first is in only german and show iis and apache are at the same speed (with 2.4pre-kernel IIRC).

    The second article is really interesting (and in english). They measured downtime of business class webservers and compared nt to solaris and linux.
    To quote the beginning of the article:

    To Be Up or Not To Be Up
    Analysis of Web Server Downtimes
    Stability is one of the major criteria for web server performance. Although it is commonly accepted that Windows NT and IIS cannot match Unix and Apache servers in this field, there are hardly any tests to confirm this assumption. An availability test of the major German internet businesses clarifies the situation.

  117. what type of webserving? by keepper · · Score: 3

    If you are looking for static page serving, then apache is not the speediest, it's fast, but not as fast as the competition. This is even the cliam of the apache group

    For Dynamic serving, the story is a bit different, with apache puling up on par or ahead with the competiiton ( IIS, Netscape E, Zeus ).

    if you want the absolute performance king, then the no question winner is zeus, it has been for a while the fastets serving static content, and a great contender on dynamic. The price is not a consideration, since it's not only well worth it, but when you are buying high end servers, a very little add on

    Couple zeus with FreeBSD or solaris, and you got yourself a mean combination

  118. This may be off topic.. by GauteL · · Score: 3

    .. and I don't know how Apache compares to NT, but since you're obviously wanting to use Linux, why not monitor the situation with Tux and khttpd. khttpd is the kernel webserver, and provides a webserver in kernel space, while Tux is a mix between kernel space and user space.

    Khttpd is exceptionally fast when delivering static content, while it gives all requests for dynamic content to Apache. And apache being quite fast at dynamic content this works out well.

    Tux however handles both dynamic and static content. It is also exceptionally fast at both. Take a look at this slashdot story.

  119. More servers is better then one huge space heater by MarNuke · · Score: 3

    Ah yes! We're back on this subject again!

    Let's get started on the same thing for the millionth time.

    FIRST! Dell server hardware can be summed up by one word: wierd. Thier PERC Raid controller blows goat nuts.

    Second. Most likley this was tested on a great big honking 8 way Xeon with globs of ram. Yes, the 2.2 kernel has "good" SMP support, and yes 2.4 kernel has better support, but Apache 1.3 DOESN'T!!! It simple doesn't have muilt treaded support like ISS, or what ever. Apache 1.3 runs best on many single proccessor machines, clustered some how, sharing content through NFS. If you want to do the Apache vs, ISS on muilt processor machine bit, test with Apache 2.0. I think it was showed once, and it scored 4 times better then ISS.

    Sure, one HUGE machine with no fail over is what you might want for your intranet server where only people will complain. However in a co-lo, running a website that runs your company, many small cheap machines, that can quickly be replaced, upgraded, and scale up is what you want.

    Think about like this, you can spend 4k on a small one process machine with a ide drive, or 50k on this huge central heater with globs and globs of ram and a huge SCSI raid system. You'll need two of these space heater, that 100k. For 100k how many of these 4k cheap-o machine can you buy? About 25 machines. For about 4k, you can get a single processor 600 mhz and a 20g ide drive, about 1/4 a gig of ram, a nic, and a rack mount able case. If you only get 20 single processor machine, you'll be be able to flood your connection, and have money left over for a 250g RAID 10 system. My number may be off (WAY OFF), but my point is made.

    If a 4k machine blows up, so what, you have 19 other machines. If five blow up, oh well, you have 15 left. If this 50k 8 way space heater blows up, you lose haft your site, and you'll be running at haft power for the next few days until the unsite monkey tech gets there.

    --
    MarNuke
  120. Re:Typical Linux FUD (moderate this down) by Foogle · · Score: 3
    And plenty of people have seen hundreds of NT boxes run under considerable load, and never crash once. I've seen Linux shit the bed from some Javascript under crappy versions of Netscape. I don't blame Linux though; I blame Netscape (for the most part).


    If your website is crapping-out on you, the problem is likely to have something to do with your website. I.E. Your application was poorly designed, and the author didn't truly understand the platform he was designing for.

    I'm not saying that IIS and MS SQL Server are perfect; They're not. But neither are MySQL and Apache, either.

    -----------

    "You can't shake the Devil's hand and say you're only kidding."

  121. Re:20k-100k hits per day? Come *on*! by Get+Behind+the+Mule · · Score: 3
    Think about it: a day is 86400 seconds. So that means that at worst, they're handling one hit every four seconds, and at best one hit about every .86 seconds.


    That's assuming that the hit rate is uniform across the whole day. That's an unlikely state of affairs, even for a site that is of worldwide interest and is getting hits from every time zone. There are always slower hours of the day, and there are always spikes in the request rate.

    But you're point is well taken if we narrow the time frame. If we assume that all the visits come in an 8 hour time window, then the best performance (at 100k hits/day) is a mean of about 3.5 hits per second. If they all come within 12 hours, then the best mean performance is 2.3 hits per second.

    Now, I've gotten Apache servers to serve up hundreeds of pages per second on fast Pentium machines! If you're averaging less then 10 hits per second over a whole day, then you have severely misconfigured your server.

    I submit that the Dell figures are completely worthless without more details about the benchmark. Were they serving static pages, CGIs, servlets, PHP scripts, mod_perl scripts, FastCGIs, what? Were backend applications and/or DB queries involved? How did they tune the server? Did they tune it at all? Did they use a caching proxy like Squid? Without this information, the benchmark results are little better than random numbers.
  122. Re:How incredibly outdated are you? by ostiguy · · Score: 3

    Datacenter is only being sold on certified hardware you nitwit, and please explain to me why anyone would want a 8-32 CPU web server?

    ostiguy, mcse

  123. interesting priorities by dboyles · · Score: 3

    Ok, so I'm a few hours late to the party, but maybe one or two people will see this post. First, a preface: I use Linux, I don't particularly like Microsoft products. With that said...

    ...how am I supposed to convince my company that Apache and open source is a great way to go?

    Well, you probably need to show them that Linux will make the company more profitable. As you said, the suits don't care about open source. And they really shouldn't. Personal agendas (e.g. "Microsoft is bad") shouldn't get in the way of what the company is there for: to make money. The same goes for you (the original poster). Just because you like OSS (and you should) doesn't mean that the solution for your company is to use it. There are far too many variables to consider.

    Where can I get -credible- data to prove that Apache can outperform IIS?

    That's really not a good way to go about it. If you're comparing an Accord and a Camry, you don't want to go looking for information that will prove that the Accord is better. You have to look at it much more objectively. I remember back in '92 when I was looking for a mountain bike. I decided what I wanted before I even started researching, and bought a bike that really wasn't the best for my money. I think the analogy fits this situation somewhat.

    Besides all that, as I'm sure a million other people have mentioned, benchmarks aren't very valuable. You've probably heard a quote attributed to Mark Twain: "There are lies, damn lies, and statistics." Look hard enough and you can dig up factual data to back up most anything. But it's rarely the full story.

    --
    -- "Complacency is a far more dangerous attitude than outrage." -Naomi Littlebear
  124. Re:IIS is faster than Apache by psailor · · Score: 3

    I have found that IIS is faster than Apache. However, IIS runs, for the most part, as a single multi-threaded process (inetinfo.exe) running in kernel space. Therefore when something goes wrong -- The entire process goes down, which kills everything. Ever try stopping the web publishing service on an NT box that is having a problem? It usually comes back with a message saying can't respond to control function, and you have to reboot. With Apache everything is running in user space as multiple processes - Speed Hit Here? - However, it is much more stable and reliable because if one process fails, it can be corrected without taking the entire server down. IMHO - I would take a speed hit as a trade off for uptime and reliability anyday.

  125. Re:Do the demo by user · · Score: 3
    Then bring up the MS licensing costs
    From the original question:
    They don't care about open source or Linux, just the performance that they will get from the machines
    They're only concerned about performance. The license fee shouldn't be a deciding factor unless the two systems are otherwise quite similar.
    the Apache statistics on web presence, etc
    ...right, fine, but be prepared to completely ignore the bandwagon approach when you try to pitch the idea of running Linux on all the lab machines...
    along with an "Oh by the way I'm a Unix guy"
    Oh come on. That sure is a great reason to pick a web server, right? Besides, since a really good Unix-flavor admin is a member of the elite crowd, they should be able to pick up IIS in no time!

    The posted question peeves me a bit, since it asks: "Where can I get -credible- data to prove that Apache can outperform IIS?" rather than: "Where can I find independant validation of these results and/or data to refute them?". If you're really concerned about finding the best solution to your problem (web serving) you should find facts and then choose a solution, not pick a solution and then find facts to back it up. That's not fair to your employer and it's not the way shops should be run.

    -User

    --

    Emacs is for experts. Pico is for beginners. VI is a disease.

  126. Re:IIS is faster than Apache by SuiteSisterMary · · Score: 3

    Don't forget, IIS runs in kernal space, apache in user space. That gives IIS a boost, but also causes it to take the OS when it dies.

    --
    Vintage computer games and RPG books available. Email me if you're interested.
  127. Re:Same Column Below by Tassach · · Score: 3
    There are 86400 seconds per 24-hour period. 86400 hits/day is NOT the same as 1 hit/second because it is highly unlikely that your server is being pounded 24 hours a day. You'll never see anything close to an even distribution. The vast majority of your hits are going to come in during a fairly narrow time frame.

    Say you run a superbowl ad with your URL. Say 20,000,000 decide to check out your site after the game. Those hits arn't going to be streched out over the 24-hour period that comprises super bowl sunday -- you'll get hammered HARD at half-time and after the game. If you are running an online brokerage, 99% of your hits are going to come during market hours, with probably 1/2 or more of those hits coming in during the first hour after the market opens. You've got to be able to handle PEAK loads, not just the sustained average loads.

    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  128. Re:Depends on the hardware config by man_of_mr_e · · Score: 3

    I think the thing to keep in mind is that any given test is most likely not going illustrate useage on YOUR server.

    The only way to do tht is with tests performed in your environment, with your data, your pages, and your customers.

    Tell your boss: "Would you buy a car without test driving it and the competition? Why buy a web server without doing the same?"

  129. Here's what you do. by Auckerman · · Score: 3
    Step 1: Show your boss NT's listing at Bugtraq.

    Step 2: Show your boss OpenBSD's listing at Bugtraq (read: "...This was fixed 5 months ago..."

    Step 3: Use OpenBSD for security (with lowers costs)

    --

    Burn Hollywood Burn
  130. Do the demo by DragonWyatt · · Score: 4

    If I were you, I'd get Dell (or the reseller/vendor, whoever) to drop off a couple of identical machines, configure one with RH6.2 and one with NT, and let you guys test them. Do not be afraid to tweak the Apache server based on your experience and knowledge. That will show management where their skillsets lie.

    Run one for a week or two, move the content, and run the other for a couple of weeks. Then bring up the MS licensing costs, the Apache statistics on web presence, etc, along with an "Oh by the way I'm a Unix guy" and see what they say.

    If Dell refuses to supply the test machines, make sure and bring that up to your management- Explain that basically the vendor is unwilling to justify their claim. Then you might be able to pick another vendor such as IBM or Compaq. I understand that Compaq has a fairly liberal test/loan program for such things.

    --
    Don't sweat the petty things. But do pet the sweaty things.
  131. Re:Credible data coming up... by bwt · · Score: 4

    This page on Dell's site might also be of interest.

    Bingo. Dell itself reports July 25, 2000 SPECweb99 results. Compare items 2 and 7 to find a common platform score comparison.

    (rank, vendor, system, score, #CPU's, OS)

    2* DELL PowerEdge 6400/700 4200 4 Red Hat Linux 6.2
    7* DELL PowerEdge 6400/700 1598 4 Win 2000 Adv Server

  132. Credible data coming up... by Shimbo · · Score: 4
    Where can I get -credible- data to prove that Apache can outperform IIS?

    Go to the SPEC web site. Then search for the SPECweb99 results Dell submitted.

    Apparently, they are using Redhat's Tux server, not Apache. I don't know whether they are related but the combination kicks IIS's ass. You can't get much more definitive than the manufacturer's own tests using the recognised industry benchmark.

    This page on Dell's site might also be of interest.

  133. Re:This is perfectly possible on the 2.2.X kernel by jallen02 · · Score: 4

    Yeahim sure this is informative, its really good to know, I did not know this, but this seems like a typical response from a Linux Enthusiast.

    "Oh oh we dont have this feature yet but it WILL be in next version....."

    It just seems like well I dont know, and I know Linux is progressing much faster than it has ever before, but I could go do the same thing with FreeBSD and im sure I can max out a switch.....

    The main thing I want to say is just that it doesnt seem fair or rather helpful to this guy that a kernel that isnt even production level does what he needs it to.

    I suppose you got modded up because you were showing facts about Linux, but Apache runs on many platforms not just Linux

    So I dont really know what the point of the post was, other than the fact that a Dell comes with Linux 6.2 => or is that RedHat 6.2? :) But my first thing to do is to take Linux off and throw FreeBSD on there :)

    Jeremy

  134. Re:IIS is faster than Apache by itarget · · Score: 4

    It's true, IIS has run in ring 0 since 4.0. I think they did this to get a leg-up on apache/zeus/netscape/etc...

    It provides a performance boost, but putting something complex like a webserver (or browser for that matter) into kernelspace is just asking for it.

    Having it take the OS down with it on a crash is the best thing you can hope for... what if it doesn't take the kernel down on a crash, but decides to trample all over memory and data instead? It could misbehave and mangle SQL queries from there on in and it could do signifigant damage before it's noticed. I hope that database wasn't too important... :-P
    ---
    Where can the word be found, where can the word resound? Not here, there is not enough silence.

    --

    "Where shall the word be found, where will the word resound? Not here, there is not enough silence." -T.S. Eliot
  135. some food by lrhegeba · · Score: 4

    c't (german magazine) compared apache vs. IIS in a quite exhaustive test and made some very interesting points. Though not Win2k was involved the article may give you some hints and it is even available in plain english here

  136. Same Column Below by Wiggins · · Score: 5

    I also found this bit interesting, if you look at the machine that is configured at the top of the ad it has 256 MB and is quoted at 20K-100K hits, and directly below that is the exact same machine with only 64 MB and surprisingly it is quoted at 20K-100K hits. So apprently quadrupling the amount of available hard memory does nothing for the performance of a machine....uh....er something.

    --
    Funny and I thought Perl == Paid employment recently located ....hmmph.....
  137. This is perfectly possible on the 2.2.X kernel by Ken+Broadfoot · · Score: 5


    I test nic cards and no mater what I use gigabit or fast ethernet. I can't get a total thruput of more than 370 MBPS.

    I tried similar test with kernel 2.4.0-test8 and nearly got fired for shouting.

    I was able to max out my switch and there is no upper limit in sight with the Cisco hardware I curently have available to me.

    The 2.2.X TCP stack is NOT multi-threaded.
    The same bechmark on the 2.4.X kernel will take your breath away.

    --
    Bitcoin pyramid: Join here: http://www.bitcoinpyramid.com/r/1427 it's FREE!
  138. Missing the obvious by MSG · · Score: 5

    There have been a lot of good posts on this subject, but all that I've read missed the one obvious problem with Dell's claim (or the post):
    100k hits per day is just over ONE PER SECOND. A 486 could do better than that. ;)

    Even if you assume that peak time on the site is a 6 hour period, you're getting close to four and a half hits a second, which is no big deal.

    For some good information on the state and progression of Linux, look at http://www.kegel.com/mindcraft_redux.html

  139. Are you certain it exists? by Phrogz · · Score: 5

    I know, love Open Source, hate MS. But are you open to the possibility that Apache may not perform as well?

    This is not a troll, but a serious point for all--make certain that your loves, hatreds, and desires don't over-rule what may be a valid goal.

    If the goal for your project (as specified by the powers-that-be) is performance over ethical ideals, then be certain you know what you're really looking for before you go looking.

  140. Static hits/day is not the only metric by anticypher · · Score: 5

    But then you know that since you are a techie.

    One of the hardest jobs a techie has to do is convince a clueless boss there is more to a job than a rigged benchmark on a 4-color marketing sheet.

    Here are some points to bring up:

    Since there are more Apache installations than IIS installations, there are more engineers on the market who understand the technology. You can even throw in a few MCSE horror stories for good measure.

    IIS will tie you into an NT platform, and in 5 months (when M$ gets the appellate court to delay their case for a few years) the licensing fees are going to shoot way up. Every major consulting firm has given exactly the same prediction to their largest clients, when M$ wins or delays its antitrust case, licensing fees will increase 2x to 10x, and to reserve a major portion of budget for it. If you choose Apache, later you can switch reasonably painlessly to Solaris, linux, or any other system as costs or management changes dictate.

    If you are going to serve only static pages, then IIS wins slightly. If you start to generate dynamic content, Apache blows past IIS. Go search the web for some of the other comparisons.

    Apache installations are far more stable than IIS, and there is a lot of anecdotal evidence on the web to help you back this up.

    When it comes time to add a custom feature to your web servers, an OSS solution like Apache is likely to have it covered, but with IIS you are at the mercy of M$. If a new feature doesn't exist for IIS, you don't stand a chance of convincing M$ to add it. They have a long history of doing only what they want, not what their customers are demanding.

    Get creative, or you will be stuck with IIS, and it will be time to find a new job :-(

    the AC

    --
    Hemos is like...sci-fi fans;he thinks technology is cool, but he hasn't bothered to understand the science it's based on
  141. Apache supports MUCH more-- on cheap hardware by 1010011010 · · Score: 5

    http://www.flyingbuttmonkeys.com was a 250MHz AMD k6-2 with 32MB of ram and a 4GB IDE hard drive during the past month when it's been repeatedly slashdotted. Twice, it served over 120000 hits an hour, at an average packet rate of more than 1000/sec, without a problem. Lately it got unreliable because of a failing network card, but that's not exactly Apache's fault. 100k hits a day, right. If the slashdotting had been in effect for the whole day, my little Linuxbox would have taken and served 2.88 million hits that day. the load stayed around 0.20. Imaging what a machine with some actual memory and CPU could do!

    ________________________________________

    --
    Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  142. Call and get the data. by NetJunkie · · Score: 5

    I'm SURE Dell has the documentation to confirm that ad. Call and ask to see it. Dell is very good about things like this and you should be able to look it over yourself.

    Also, ask to borrow two boxen for evaluation. They'll do it.

  143. Re:IIS is faster than Apache by maraist · · Score: 5


    With Apache everything is running in user space as multiple processes - Speed Hit Here?


    Yup, The apache processes run round robin (far as I know), and that means that you have to flush the CPU cache for each new connection (rotating the memory space). Note, this won't be noticable for anything but the heaviest loads (since regularly scheduled OS context-switches will have the same effect). Additionally, unless you put in enough memory, you're going to have to swap to disk throughout the rotation. This is likely when you have large mod-perl code (I've gotten apache up to 20 meg / worker-process). Additionally, AFAIK, all IO caching is redundant with MP. I THINK there was a shared memory segment that resolved this, but I don't know.

    An MT version has no such problem, since the cache lines are valid for all threads, AND if you had 40 threads with 4 - 12 Meg each, it's unlikely that you'll push yourself out to disk.

    We're assuming, of course that nobody is using flat-out CGIs. If anyone was, then Apache would win out-right. In a single-tasked, MT environment, you have to initiate an entirely new process space, and before that, you'd have to configure your environment. In Apache, you have ready-to-go worker-processes than can easily exec the CGI, a new worker thread is recreated at a later time. In Windows, I believe there is less process-creation overhead than in UNIX (assumption based on the non-forked model of windows), so the distinction may not be as great.

    I definately agree with the added stability inherent with discrete processes. However, it can actually be harder to debug when you have faulty embedded applications (mod-perl), since each worker will have a seperate work-space, you get a different answer every web-page access. Course, on the other hand, MT perl is even less secure.

    With MT, you have all the fun of race-conditions and hidden shared variables that clobber each other. Debugging that can be a nightmare. IIS gives you their equivalant of perl / visual basic. I don't really know much about it, but I speculate that it's more integral to IIS than perl is to Apache, and thus is more efficient. Not to mention, perl wasn't designed for the web whereas ASP was.

    Now I know we're not focusing on perl here; you could very easily substitute php, or SSI static pages. I discount servlets, since most of your processing time supposedly is taken up in the servlet, and that's independant of the web-server. I assume that servlets are available (in one form or another) for IIS. Hell, if you really liked servlets, you would use it AS the web server.

    I've heard that Apache is comming out with an MT version, BUT, here's the problem. In a windows platform, you still have all the negatives of being in server windows platform. Not to mention, Apache is a text-file configuration while windows is a gui based configuration. The two do not mix well. In the UNIX environment, however, our kernel MT model leaves much to be desired. I vaguely recall reports that showed how poorly Linux did in MT compared to other platforms (obviously Solaris, but I think we even lost to Windows). If you compare MT Apache on Linux to Windows, you might get a nasty surprise. I don't know if the situation has been improved for the 2.4 kernel. Hell, Linux isn't even POSIX compliant with MT.

    For simple static-page serving, MT apache should accel. Highly optimized C code in tight loops with a fixed number of worker threads could do magic. This avoids all that BS VC++ MFC stuff. But unfortunately, you can't make a sophisticated business around static pages (unless you're into pr0n I guess).

    -Michael

    --
    -Michael
  144. Conclusive data? by Talonius · · Score: 5

    Is there such a thing? Really?

    As well, what's the difference between "supports" and "speed?" Not to mention cost. (I'm sorry, but I just put two Linux servers in place yesterday simply because Microsoft wanted over $5,000.00 for the software licenses alone; Secure Apache came with Red Hat for $170.00.)

    The server I have up seems to foot the bill quickly and correctly. What kind of bandwidth are you going to have? Can your BANDWIDTH support that many hits? Do you expect that many hits? Contrast this again with the advantages of Open Source as you see them.

    All in all, I thought Linus had to eat crow because IIS really *did* outperform Apache on Linux. Wasn't there a story about that on Slashdot about a month ago?

    -- Talonius

    --
    My reality check bounced.
  145. Typical Linux FUD (moderate this down) by earache · · Score: 5
    I work for a global internet services company and we deploy huge multi-million dollar solutions BOTH on solaris, *BSD and NT.

    I have no idea what the hell you are talking about NT crashing once a day for an IIS installation, most of our production servers have 4 to 5 month uptimes. I've never seen an NT server that is simply serving pages, dynamic or static, crash. Ever. I have seen the box slowed down, but not because of microsoft, but because of Sun's shoddy JVM and Allaire's crappy JRUN installations.

    I've witnessed and worked on deployments of sites that bang massive loads, and you know what? If your site is pulling a million hits a day and you're attempting to box that into one server, then you're a complete moron and deserve to suffer those crashes. No OS is going to save you from that.

    For huge sites, the network design is just as important as the application design, and if you fail on implenting a solid design - regardless of what OS you are serving off of - you're going to run into problems.

  146. From the Apache Documentation by localman · · Score: 5
    Apache is a general webserver, which is designed to be correct first, and fast second.

    This was taken from Apache's own Performance Notes Site.

    IIS may be faster. I actually don't know, because I've never used it. But I will say this: I worked at LinkExchange when we were the number one company in Internet reach (52%). That's right, more eyeballs than AOL, Yahoo, and MSN combined. And we did this using Apache; both for our site, and for our banner network.

    Not to start a flame war, but there's also a chance that the performance bottleneck is Linux, and not Apache - LE was using FreeBSD. There's an excellent benchmark of various Unices, which may indicate as much. It well done, but doesn't get going until page 8 or so...

    Anyways, be sure to take administrative costs and bandwith constraints before making a decision.

  147. Check out SPECweb99 results. by Chyeburashka · · Score: 5
    This doesn't directly apply to Apache on a Linux 2.2 system (somebody remind DELL that there is no such thing as Linux 6.2), but for a glimpse into the future, check out the SPECweb99 2nd quarter and 3rd quarter results.

    This shows how a bleeding edge webserver, TUX 1.0, running on a tweaked 2.4.0-testX box can outperform a virtually identical box running IIS 5.0. Curiously enough, these are DELL boxes, and the tests were performed by DELL.

    I understand that it is hoped that the advanced features of TUX 1.0 will eventually make their way into Apache.

  148. IIS is faster than Apache by AliasTheRoot · · Score: 5

    Apache has been designed for correctness and it *chugs* compared to IIS, Netscape/iPlanet or Zeus. But it's stable and works well.

    If you need a speed boost try putting a Squid proxy in front of it - it'll really help on static pages / images.

    You may find that the Apache 2 Alpha/Beta software performs better than the 1.x line.

  149. The web server has to be *working* to handle hits. by Moderation+abuser · · Score: 5

    If your web server is down then it ain't going to be handling any traffic now, is it?

    Do you *really* believe the numbers and statistics handed to you on the glossies? Wouldn't it make you a rather credulous person if you did? These are *salespeople* that make these things up yyou know.

    --
    Government of the people, by corporate executives, for corporate profits.
  150. Presupposition by JohnTheFisherman · · Score: 5

    Where can I get -credible- data to prove that Apache can outperform IIS?

    I know I'm risking a troll rating here, but shouldn't the question be "Where can I get -credible- data to prove which is better?" If you don't have access to the information that Apache kills IIS, how do you know that it is, in fact, better? I'm not saying you should take Dell's advertising at face value, or that IIS is better, but you are presupposing the answer to the question that you (admittedly) don't have the answer to. I suspect Apache would be better on many, if not all fronts, but I don't have any data to back it up either.