Subscribe to Windows IT Pro
August 14, 2001 12:00 AM

IIS 6.0: The Next Generation

Windows IT Pro
InstantDoc ID #21836
Rating: (0)

Although Microsoft Internet Information Services (IIS) 5.0 improves on Internet Information Server (IIS) 4.0, both versions of IIS use basically the same technology. IIS 6.0, however, is a whole new ball game.

In IIS 5.0 and IIS 4.0, running applications in-process is risky. If an application crashes, it can stop all Web services. IIS 6.0 introduces a new IIS engine, http.sys, that runs in kernel mode. Consequently, Web applications can't affect the engine's status. In effect, all applications in IIS 6.0 run out-of-process, providing improved stability without performance and scalability penalties.

Dedicated application mode is crucial to IIS 6.0's redesigned architecture. When you switch IIS 6.0 into this mode, you enable several features that improve efficiency and reliability.

  • You can define individual pages or multiple Web sites as an application pool, then stop, manage, tune, and monitor the pool as a single unit. You can also run an application pool in a security context other than the System account.
  • You can set applications to restart after they fail.
  • After an application is idle for a specified time period, IIS releases resources until a user calls the application again.
  • You can configure two or more identical Web sites to serve the same files and applications on the same machine—a feature known as a Web garden. This new concept will be most useful on multiple-CPU servers: You can assign multiple worker processes to one CPU or a set of CPUs and have several worker processes serve the same content, which protects you from worker-process hangs and lets you scale out on a single server.

In addition, IIS 6.0's compatibility mode lets you take advantage of many of the version's new features and capabilities. At the same time, this mode maintains interoperability with IIS 5.0.

A user-supplied password—rather than IIS 5.0's and IIS 4.0's machine key—secures IIS 6.0's metabase. Consequently, when you're clustering or migrating, you can simply use the Microsoft Management Console (MMC) Internet Information Services snap-in to restore a system's metabase to a different machine. The snap-in also lets you designate a third-party cryptographic service provider, such as a driver for a Secure Sockets Layer (SSL) accelerator card.

Because IIS 6.0's metabase is text-based XML, you can use Notepad to edit the metabase without stopping IIS. In addition, the new version introduces two new IIS Admin Base Objects—Export and Import—which you can access through Active Directory Service Interfaces (ADSI) and Windows Management Interface (WMI). These new objects let you export and import application or site configurations across servers. (A user-supplied password secures the configuration data.)

Although IIS 5.0's synchronous Common Gateway Interface (CGI) calls are reliable, they impede scalability. In IIS 6.0, CGI calls are asynchronous, which significantly improves performance of CGI-based applications.

Finally, all appearances to the contrary, IIS 5.0 doesn't permit bandwidth throttling of host-header sites. But IIS 6.0 does. Windows .NET Server (formerly code-named Whistler) manages IIS bandwidth throttling and lets you limit a host-header site's bandwidth.

Related Content:

ARTICLE TOOLS

Comments
  • Antonio
    9 years ago
    Nov 13, 2003

    This is very true. I was looking to do the same thing today. In addition I have figured out how to throttle bandwidth for web sites on IIS 6.0, but I can't do the same thing for FTP sites. What the heck Microsoft, I want to be able to throttle bandwidth on my FTP sites as well!

  • Peter Robart
    10 years ago
    May 28, 2002

    OK.
    IIS 6.

    From day 1, all ftp servers have had real-time tools to show who is logged in, and what files they are accessing.
    Does IIS have this ? No. Just log files.

    My boss asks me who is on the web server right now. I say "I don't know". Well, I can pop up a command window and do a netstat. Doesn't tell me much about what they are doing. I look like a retard.

    Let's get some real time monitoring tools built into IIS for a change. They should have been built into version 3. Nope, still waiting for such basic, basic functionality.

You must log on before posting a comment.

Are you a new visitor? Register Here

advertisement

advertisement

Windows is a trademark of the Microsoft group of companies. Windows IT Pro is used by Penton Media Inc. under license from owner.