FreeBSD 4.9 (latest stable) scales excellently, and the 5.x series promises to tune many aspects, but isn't considered stable yet.

The Linux kernel had serious problems on SMP systems up to the version 2.4 series. 2.4 does well all-around, though suffers under very high loads. 2.6 catches up with FreeBSD in all regards and can basically be considered to be "playing with the big boys", a bit better here a bit worse there, but it's definitely a serious contender in all areas. Note that 2.6 is not available as a package in Debian stable; however, installing a 2.6 kernel is not an issue at all, anway, you just follow standard procedures..

A base install for both systems is pretty easy to accomplish (driver issues aside, of course..), and additional software isn't hard to install either, but actual administration does require reading. However, most of your effort at first will be learning where and how to find documentation; the learning curve is steep, but rapidly flattens once you get the big picture of the system and grok the inherent consistency of most things Unix.

And since you've done some Perl programming, you'll have at least vaguely heard of a number of Unix concepts, too, so that might ease the initial hurdle.

Makeshifts last the longest.


In reply to Re^5: Is mod_perl for Windoze not ready for prime time? by Aristotle
in thread Is mod_perl for Windoze not ready for prime time? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.