博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IIS开发主管在PDC称IIS 7向Apache学习
阅读量:4191 次
发布时间:2019-05-26

本文共 1779 字,大约阅读时间需要 5 分钟。

      
IIS
开发主管在PDC上说,IIS学习了Apache一些技巧,包括把一些特性变成模块,只在需要加载,以及把配置变成了XML文件,并且可以为每个网络应用单独配置。最后,IIS7把ASP.net加为缺省支持。
  Microsoft senior vice president Bob Muglia took the PDC 2005 stage Thursday morning to discuss the future of Windows Server. In addition to announcing Compute Cluster Edition Beta 1 and the first Longhorn Server CTP, Muglia introduced IIS 7.0 - complete with a modular architecture.
  "We've learned from Apache," acknowledged Bill Staples, product unit manager for IIS. Version 7.0 takes the IIS feature set and breaks it down into individual components, or modules, that can be loaded on an as-needed basis. The result is a Web server with much less overhead.
  Modules can also be swapped on the fly. Staples provided a live demo of changing the standard directory listing into a flashy gallery by simply replacing a single module and refreshing the Web page.
  The popular open source Apache Web server takes a similar approach to features. Administrators can add in modules they need and disable the ones they don't - streamlining a system for the fastest performance possible. IIS has taken another page from Apache's playbook as well: simple configuration.
  IIS 7.0 does away with complicated the "Metabase" and replaces it with XML configuration files - an announcement that prompted cheers from the PDC audience.
  The config file can be manually edited for site-wide changes, but each Web application can have its own XML config as well. Changes take place in almost real-time, without restarting the server, Staples said.
  ASP.NET has additionally been given a boost in the update. No longer requiring a plug-in as it did with previous IIS releases, ASP.NET is natively supported in version 7.0.
 
 

Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1450798

你可能感兴趣的文章
域名1元价,我也来注册一个
查看>>
《给初学者的Windows Vista的补遗手册》之037
查看>>
《给初学者的Windows Vista的补遗手册》之036
查看>>
《给初学者的Windows Vista的补遗手册》之035
查看>>
Spring开发指南 0.8 发布
查看>>
微软宣布将推出XNA Game Studio
查看>>
MySQL宣布加入微软Visual Studio工业伙伴计划
查看>>
菜鸟、夫子、玫林凯与测试
查看>>
无锁编程与分布式编程那个更适合多核CPU?
查看>>
多核系统中三种典型锁竞争的加速比分析
查看>>
多核新观念-象使用内存一样使用CPU?
查看>>
OpenMP创建线程中的锁及原子操作性能比较
查看>>
多核编程中的任务随机竞争模式的概率分析
查看>>
多核编程中的任务分组竞争模式
查看>>
模块分解原理与三权分立
查看>>
模块分解原理的探索
查看>>
90%程序员写不出无BUG的二分查找程序?
查看>>
C/C++代码检视要点
查看>>
Symbian中所体现的软件编程艺术
查看>>
c/c++中指针参数如何传递内存
查看>>