有人可以向我解释应用程序池及其工作进程吗?
我正在阅读 这个。
我理解应用程序池:
- 可以分离进程,因此一个工作进程失败不会影响 其他应用程序池中的其他应用程序。
- 从上面的页面
使用不同的应用程序池来隔离应用程序有助于防止出现问题 客户访问、更改或使用机密信息 来自另一个客户网站。
但是,
- worker进程怎么会失败呢?我只看到了这样的情况 我的 asp.net 应用程序会抛出异常,但从未见过会失败的情况 停止我的整个工作进程。谁能给我一个真实的生活 例子?
- 以及它如何阻止一位客户访问、更改 来自其他客户网站的机密信息?如果机密 信息存储到数据库中,这不是不相关的吗?或者 它们指的是其他东西吗?
I was reading this.
I understand that application pool:
- Can seperate the process so one work process fail won't affect the
other application in other application pool. - from the page above
different application pools to isolate applications helps prevent one
customer from accessing, changing, or using confidential information
from another customers site.
But,
- How the worker process will fail? I only seen the situration that
my asp.net application will throw an exception, but never seen a fail that will
stop my whole worker process. Can someone give me a real life
example? - And how it can prevent one customer from accessing, changing
confidentail from other customers site? If the confidentail
information are stored into database, isn't that is not related? Or
do they refers to something else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)