Slashdot Mirror


User: Tony-A

Tony-A's activity in the archive.

Stories
0
Comments
3,584
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,584

  1. Re:I don't think so on Apache vs IIS in Performance? · · Score: 1

    >>or somebody doesn't know what they are doing...
    But, how do you find out what is going on.

    >> or what hardware to buy
    or what software to buy ;)

  2. Re:I don't think so on Apache vs IIS in Performance? · · Score: 1

    >>but don't waste the latest high end hardware on it.
    You mean like the new high-end IBM mainframes???
    Sorry, but NT only runs on cheap hardware.

  3. Re:Just Use Security Considerations on Apache vs IIS in Performance? · · Score: 1

    Nope.
    On a casual hacker's day, 60% of the sites he hacked were on IIS and 30% were on Apache.
    The interesting ratio is 60/20 to 30/60, which implies that IIS is 6 times as likely to be hacked as Apache. ( as well as 4 times as likely to be down ;)

  4. Re:Check out.... on Apache vs IIS in Performance? · · Score: 1

    I disagree. Your test is maybe the only statistically valid means of measuring customer satisfaction. If IIS somehow is responsible for a disproportionate number of bad sites, then there is a problem with IIS.

  5. Re:speed is not everything on Apache vs IIS in Performance? · · Score: 1

    Thanks for the links. Surprising, not that Apache was much better than IIS (about 4:1), but that these large professional sites are down about as much as /. ( with new undebugged perl scripts yet ;)

  6. Re:some food on Apache vs IIS in Performance? · · Score: 1

    Right. IIS is better at serving static pages from a 4-cpu 4-nic RAID-0 box.
    For anything reasonable, Apache/Linux tends to be faster. Considering the inherent robustness of Apache (pre-forked processes), Apache is really the winner even if it were a bit slower.

  7. Re:IIS is faster than Apache on Apache vs IIS in Performance? · · Score: 1

    >>what is the point of having an administrator's account if he can't do anything?

    It's Microsoft.

  8. Re:The real test is easy. on Apache vs IIS in Performance? · · Score: 1

    There is a good reason for Apache's stability, and it is at the expense of speed. The primary httpd spawns a bunch of secondary httpd's which actually service the requests. Configured normally, these child processes serve some number of requests, and then self-destruct. Works wonders for buggy modules and memory leaks.

  9. Re:What's with Taco's warpath on RH lately ? on Red Hat Claims They Started The Open Source Revolution · · Score: 1

    What's worse than bad news? No news.
    At least it seems to provoke a lot of controversy and a few intelligent posts (such as yours).

  10. Re:Benefit of the doubt on Red Hat Claims They Started The Open Source Revolution · · Score: 1

    Small minds and sound bites. As I understand it, Gore was responsible for spearheading support for the internet through congress before there was widespread usage of the internet. I think that Red Hat (in part from IBM's early funding) is heavily involved in American business' acceptance of Linux as a viable alternative.

  11. Enterprise Ready on JFS May Make It Into 2.4 · · Score: 2

    Native S/390 support and a journaled file system. I think we are seeing the beginnings of a new breed of Linux.

  12. Re:Keeping Things Honest on White Hats Take NASDAQ Through MS IIS Hole · · Score: 1

    What makes you think that is the only hole? Or that all the holes are fixable?

  13. Re:".NET" on Microsoft Buys into Corel · · Score: 1

    Somehow I would expect .NET to be as complete and useful as POSIX under Windows NT. ;)

  14. Re:3 Options on Return Address: Arrogance, MS · · Score: 1

    their, they're, there
    Actually, I think this emphasises the point he was making. Any "sour note" distracts from the message.

  15. Re:3 Options on Return Address: Arrogance, MS · · Score: 1

    I do believe that everything has its place.
    Right.
    Smallpox, Eubola, AIDS and genetic mutations of such.

    Just because it exists, does not mean that it should, or that it has a "place". There are a few ways to get it right. There are effectively an infinite number of ways to get it wrong.

  16. Re:3 Options on Return Address: Arrogance, MS · · Score: 1

    >>WHen a company has a product that works well with another one of theyre products, they will promote it, right? Thats what this is.

    From my own experience using Outlook with Microsoft Exchange, they do NOT work well together. We have switched from internal Microsoft Exchange to external Unix Qmail for our internal e-mail. Over dialup yet.

  17. Re:This is what TNEF actually is on Return Address: Arrogance, MS · · Score: 1

    If so, you may have discovered a very interesting security hole. In an effort to improve speed, allocated memory is not cleared, but contains prior contents. Freed memory is not cleared. Not too difficult to imagine that the TNEF data contains information that you would rather not expose to the email recipient. Similar to allocating a big chunk of disk and reading it for leftover contents.

  18. It's Microsoft's fault. on Return Address: Arrogance, MS · · Score: 1

    When Microsoft has a monopoly, actually it is.

  19. Re:Why didn't you post in EBCDIC? on Return Address: Arrogance, MS · · Score: 1

    How many nationalized versions of EBCDIC are there? Seems like there are many, and extremely hard to get ahold of.

  20. Re:Loss-leader hacks on "Cloudy Future" For CueCat · · Score: 1

    Consider how much of the popularity of the automobile (in the general public) is due to hacks on engines, etc and auto races.

  21. Re:Wow on Get Off The Grid: GE Announces Home Fuel Cells · · Score: 1

    If you have a swamp in your backyard, you do make natural gas (methane) as a natural byproduct of organic decomposition. The problem is to gather it and deodorize it.

  22. Re:The author clearly has never coded himself much on Open Source Projects Manage Themselves? Dream On. · · Score: 1

    Errrr,
    What was the bug?
    Seems like the bug includes all the modules and database entries that were dependent on those three lines of code. The idea of modules is to localize stuff, not smear it all over the place!

  23. Re:He said no such thing... on Open Source Projects Manage Themselves? Dream On. · · Score: 1

    Different skill sets:
    1. Finding that a bug exists.
    2. Finding what the bug is.
    3. Fixing the bug.

  24. Re:Haven't read the article yet.... on Open Source Projects Manage Themselves? Dream On. · · Score: 1

    Orthogonal is the right word. Anything less is weak and confusing.
    >>Having "strong central control" is orthogonal to "self-organization".
    This means that having "strong central control" tells you nothing about whether or not it is "self-organized". And vice-versa.

    Not sure that I agree with your premise, though. Seems like most groups are composed of followers who will take any kind of leadership they can get ;)

  25. Re:Congratulations, you have now invented Unix V7 on Open Source Projects Manage Themselves? Dream On. · · Score: 1

    I suspect you're right.
    >>Components in a multi-threaded program can no longer be tested in abstraction...
    The key to handling anything large and complex has to involve compartmentalizing, so that bugs in compartment A have almost no chance of socializing with bugs in compartment B. Beware of the term "modularity", most uses of the term have no idea of the concept. A module includes ALL the strings attached.