对asp.net的怀疑 [英] Doubt about asp.net

查看:72
本文介绍了对asp.net的怀疑的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



谁能向我解释一下

1>连接池

2> asp.net中的应用程序池


在此先感谢

srinivas

Hi,

could any one explain me about

1> connection pooling

2> applicaion pooling in asp.net


Thanks in Advance

srinivas

推荐答案

尝试
ADO.NET连接池一览 [连接池和超时已过期" [了解.NET中的连接池 [ ^ ]

应用程序池:-这是您应该在生产环境中为自己的应用程序创建的最重要的事情之一.应用程序池用于分离共享相同配置的IIS工作进程集.应用程序池使我们能够隔离Web应用程序,以提高安全性,可靠性和可用性. Worker进程用作分隔每个应用程序池的进程边界,因此当一个Worker进程或应用程序出现问题或回收时,其他应用程序或Worker进程不受影响.
参考链接:- CP文章-[在IIS上托管时调试ASP.NET应用程序] [ ^ ]
Try
ADO.NET Connection Pooling at a Glance[^]
Connection Pooling and the "Timeout expired"[^]
Understanding Connection Pooling in .NET[^]

Application Pooling :- This is one of the most important things that you should create for your own application in a production environment. Application Pools are used to separate sets of IIS Worker Processes that share the same configuration. Application Pools enable us to isolate our web application for better security, reliability, and availability. The Worker Process serves as the process boundary that separates each Application Pool, so that when one Worker Process or application has an issue or recycles, other applications or Worker Processes are not affected.
Reference Link :- CP Article-[Debug your ASP.NET Application while Hosted on IIS][^]


这篇关于对asp.net的怀疑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆