首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
什么是Application Pool?
什么是Application Pool?
admin
2019-03-29
54
问题
什么是Application Pool?
选项
答案
It is the new features in IIS 6.0. An Application Pool can contain one or more applications and allows us to configure a level of isolation between different Web applications. For example, if you want to isolate all the Web applications running in the same computer, you can do this by creating a separate application pool for every Web application and placing them in their corresponding application pool. Because each application pool runs in its own worker process, errors in one application pool will not affect the applications running in other application pools. Deploying applications in application pools is a primary advantage of running IIS 6.0 in worker process isolation mode because you can customize the application pools to achieve the degree of application isolation that you need 应用程序池是将一个或多个应用程序链接到一个或多个工作进程集合的配置。因为应用程序池中的应用程序与其他应用程序被工作进程边界分隔,所以某个应用程序池中的应用程序不会受到其他应用程序池中应用程序所产生的问题的影响。
解析
转载请注明原文地址:https://kaotiyun.com/show/mRmZ777K
0
程序员面试
相关试题推荐
TheUnitedStatesInterstateHighwaySystemisaninfrastructurefeatofunprecedentedproportions.Notonlydoesitjoinallfi
TheUnitedStatesInterstateHighwaySystemisaninfrastructurefeatofunprecedentedproportions.Notonlydoesitjoinallfi
AnE-mailtoaRoommate写给室友的邮件YouaregoingtostudyabroadandshareanapartmentwithJohn,alocalstudent.Writehimane-
Signslike"Pleaseratemefivestars"pointtoagrowingproblemwithbusinessesintheon-demandeconomyofapp-basedservices
输入一棵二元查找树,将该二元查找树转换成一个排序的双向链表。要求不能创建任何新的结点,只调整指针的指向。 比如将二元查找树10
输入n个整数,输出其中最小的k个。例如输入1,2,3,4,5,6,7和8这8个数字,则最小的4个数字为1,2,3和4。
定义栈的数据结构,要求添加一个min函数,能够得到栈的最小元素。要求函数min、push以及pop的时间复杂度都是O(1)。
一个整型数组里除了两个数字之外,其他的数字都出现了两次。请写程序找出这两个只出现一次的数字。要求时间复杂度是O(n),空间复杂度是O(1)。
在页面设置中不可设置的内容为()A.页边距B.页面边框C.纸张大小D.页码
【程序说明】使用如下表的数据:SQL语句SELECT部门表.部门号,部门名称,商品号,商品名称,单价;FROM部门表,商品表;WHERE部门表.部门号=商品表.部门号;ORDERBY部门表.部门号DESC,单价
随机试题
治安政策评估指标体系根据上述指标,谈谈该指标体系的作用。
简述创造性思维的特征。
下列选项中,属于风淫证表现的是()。
空气中有害物质的存在状态不一样,有的以气体或蒸气逸散于空气中;有的以液体或固体颗粒分散于空气中;一氧化碳的状态是
根据票据法律制度的规定,下列情形中,汇票不得背书转让的有()。(2017年)
甲、乙、丙拟设A有限合伙企业(以下简称A企业),合伙协议约定;甲为普通合伙人,以实物作价出资3万元;乙、丙为有限合伙人。各以5万元现金出资,丙自企业成立之日起2年内缴纳出资;甲执行A企业事务,并由A企业每月支付报酬3000元;A企业定期接受审计,由甲和乙共
(2016·河北)“上行下效"“耳濡目染”是观察式学习的体现。()
下面关于“十二五”期末我国重大科技基础设施建设要实现的目标,表述有误的是()。
简述行纪合同与委托合同的主要区别。
对无符号二进制整数111111转换成十进制整数是
最新回复
(
0
)