Slashdot Mirror


Sneak Peek at Windows Server 2008

stinkymountain writes to tell us that NetworkWorld got their hands on Microsoft's latest addition to the server OS market and had a chance to poke around inside Windows Server 2008. It seems that the new release is a vast improvement over older versions in both security and performance but still lacking in several key areas. "There's even a minimalist installation called Windows Server Core that can run various server roles (such as DNS, DHCP, Active Directory components) but not applications (like SQL Server or IIS dynamic pages). It's otherwise a scripted host system for headless operations. There's no GUI front end to a Windows Server Core box, but it is managed by a command line interface (CLI), scripts, remotely via System Manager or other management applications that support Windows Management Instrumentation (WMI), or by Remote Terminal Services. It's also a potential resource-slimmed substrate for Hyper-V and virtualization architectures."

3 of 295 comments (clear)

  1. Re:Embedded Hardware by EmbeddedJanitor · · Score: 5, Insightful
    Possibly, though MS already offer XP and CE in the embedded space. For more info on that sort of thing read http://www.windowsfordevices.com/

    Lightwight secure OSs are pretty handy for industrial applications like robotics etc, but Linux is making huge inroads there too mainly because of reduced footprint (== lower cost) and better network management.

    --
    Engineering is the art of compromise.
  2. Re:Great ideas but late to the party by MightyMartian · · Score: 5, Insightful

    Oh fuck, XML configs. Let's take human-readable text and turn it into XML, thus destroying its readability.

    Is there something wrong with conf and ini files? Did the gods come down and declare that configurations must be system-locked registry hives, binary or XML (which is nearly as bad) files?

    I wish every system/OS programmer that came out using the latest fad file format was beaten half to death, then given one final chance to amend their ways before they were taken and thrown off a minimum thirty storey building.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  3. Re:Great ideas but late to the party by Enleth · · Score: 5, Insightful

    And how do you, exactly, express a complex, hierarchical configuration (as is often needed for real servers, not your typical home *NIX box serving your e-mail) in an unambigious, standard, predictable, system-independent way using ini files? Sooner or later, you will end up with an unloved, messy bastard child of ini and something XML-esque in its nature, if not looks. And it'll be even worse than a well-known evil you can deal with easily.

    Sure, more often than not, XML is an overkill, but sometimes there's no better way in the long run. Really, any extreme point of view is bad, pro- or anti-XML alike. So, know your enemy and be prepared to admit his strengths, for he has them regardless of what you think.

    --
    This is Slashdot. Common sense is futile. You will be modded down.