Friends, Technology, Web2.0 - What I am reading

    [Home] [Recent] [Site Map]

   

[Best Practice]给你的SharePoint Web Application设置单独的应用程序池

在现在的SharePoint中默认我们新建Web应用程序的时候,SharePoint会帮我们新建一个对应的应用程序池。

当我们为某个Web应用程序扩展新的应用程序的时候,SharePoint会让扩展出来的和被扩展的Web应用程序使用同一个Application Pool。在这里,推荐你为扩展出来的Web应用程序也创建一个新的Application Pool,可以使用和父级的Web应用程序的Application Pool一样的配置。这样做的目的只有一个,优化性能。

关于Application

每个Application Pool会对应一个w3wp.exe进程,w3wp.exe这个进程将在你访问www应用程序的时候启动。这个服务器端的进程不会在你关闭了客户端浏览器以后,就马上关闭的.那是因为Http是无连接的访问,当你关闭了web网页,不会返回相应的关闭信息,所以W3WP.EXE这个进程不会因为你关闭了web应用程序而关闭. IIS会负责处理w3wp.exe进程。在应用程序池的配置中,"空闲超时"中设定合适的时间,系统默认的是20分钟.设定好指定的时间,那么在这个时间范围内没有在访问应用程序,那么系统会自动的关闭W3WP.EXE这个进程的。


>>Source Link
>>Blog: joycode
>>Publish Date: 4/4/2008 7:02:32 AM
>>Keywords: web application

Related Posts
>>Visual Studio 2005 sp1 中Web Project和Web Site 项目开发站点的启动问题 #
    Visual Studio 2005 sp1中新增了ASP.NET Web Application 应用类型。这样网站开发我们既可以选择ASP.NET Web Application 应用类型,又可以选择ASP.NET Web Site类型。 稍稍大点网站项目,我们实际的解决方案(Solution)中,可能不会只有一个网站应用程序。可能有多个,分别是上述两种。有时候我们希望这几个网站启动其中几个,
>>Google Gears Released #
    I jumped out of the Google Developer Day in Hamburg, Germany, because this is big news (coming straight from Sydney"s Developer Day): Google released an offline web app framework called Google Gears.
>>SharePoint的小秘密 #
    工作重心转移到SharePoint上来已经有很长一段时间了。随着使用的深入,我常常会在SharePoint中遇到一些貌似神秘的行为,我称之为SharePoint的小秘密。如果有时间,我会将自己的一些观察和研究与大家分享。 刚才看到kaneboy在他的blog里讨论了迁移网站集所使用内容数据库的方法。一个Web Application支持多个Content DB是SharePoint一个很核心的功能
>>SharePoint Server 2007 页面模型 #
    虽然SharePoint Server 2007使用了ASP.NET 2.0的基础页面模型,SharePoint页面基本上也是基于标准的aspx技术来构建,但SharePoint Server 2007的页面模型仍然要比普通的ASP.NET应用复杂很多。对于一个SharePoint开发人员(和设计人员),了解SharePoint的页面模型是非常非常重要的。在SharePoint 2007中,将页面
>>有意思的现象:Web 应用程序中,站点启动时,Application_Start 事件和类的静态属性的执行先后顺序会不一样 #
    先不看任何结论分析,先看两个例子: Web程序场景A :此web程序 包含其中这样一个类: public class StaticClass{ static StaticClass() { // 函数 1 int bb = 1; } public StaticClass() { // 函数 2 int a
>>VS 2008 Web部署项目支持发布了 #
    【原文地址】VS 2008 Web Deployment Project Support Released 【原文发表日期】 Monday, January 28, 2008 10:02 PM 上个星期五,我们在网上发布了对VS 2008 Web部署项目的最终版(RTW)支持。你可以在这里免费下载以及了解有关详情。 Web部署项目可以用于内置于VS 2008中的“ASP.NET 网站项目(AS
>>每日美味 [2008-03-24]:zheng @ del.icio.us #
    Help Others.org: Acts of Kindnesskindness is contagious. Welcome to a portal dedicated to small acts of kindness. SlideRocket - Create, Manage, and Share Presentations on the WebSlideRocket is a web a

Other Posts:
>>Silverlight技巧,诀窍,教程和链接
>>SharePoint中如何自定义出错界面
>>转:使用STSDEV开发基于dotnet 3.5的webpart应用
>>在InfoPath2007表单中调用WCF服务
>>3月28日链接篇: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Visual Studio, Silverlight, .NET
>>无废话 GD 入门之图像拷贝篇
>>伸出援出,美化博客堂
>>针对VS 2008软件工厂的更新
>>IIS 7 新的日志报表,数据库管理,和其他很酷的管理模块
>>Silverlight——为VS Express网站注入新的活力
>>Silverlight的可扩展性:计算器
>>Video:使用VSeWSS创建定制SharePoint页面


Month Archives:

Top Tags:
Company & Product Profiles Google Internet Technology Search feature Business and Technology Web2.0 column analysis 服务介绍 application letter comment 业界信息 news Startups deal Search Headlines China2.0 產業策進 Social Network 未來趨勢 widget 創投 news_in SEW Experts 业界动态 創業案例 Web 2.0 News & Ideas


@2007 All rights Reserved