加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

什么是Application Server for ASP.NET?

发布时间:2020-12-16 07:23:03 所属栏目:asp.Net 来源:网络整理
导读:我已经在.Net平台上工作了两年,现在我正在进行.NET Web开发. 我对应用服务器感到困惑. 它是什么 ? 角色是什么? 它与Web服务器有何不同? 在Windows中是否有任何Application Server程序,如Tomcat和Apache Server? 我读过维基百科和MSDN,没有关于Applicatio
我已经在.Net平台上工作了两年,现在我正在进行.NET Web开发.

我对应用服务器感到困惑.
它是什么 ?
角色是什么?
它与Web服务器有何不同?

在Windows中是否有任何Application Server程序,如Tomcat和Apache Server?
我读过维基百科和MSDN,没有关于Application Server的任何明确文档.所以请告诉我哪里可以清除疑虑.
有什么好的联系吗?

解决方法

术语应用程序服务器有点模糊 – 到 Wikipedia

An application server is a software framework that provides an
environment in which applications can run,no matter what the
applications are or what they do.07001 It is dedicated to the efficient
execution of procedures (programs,routines,scripts) for supporting
the construction of applications.

它还解释了Web应用程序的术语

Later,the term took on the meaning of Web applications,but has since
evolved further into that of a comprehensive service layer. An
application server acts as a set of components accessible to the
software developer through an API defined by the platform itself. For
Web applications,these components are usually performed in the same
machine where the Web server is running,and their main job is to
support the construction of dynamic pages. However,present-day
application servers target much more than just Web page generation:
they implement services like clustering,fail-over,and
load-balancing,so developers can focus on implementing the business
logic.[3]

通过这些定义并与来自Java世界的app服务器进行比较,.NET Framework以及来自窗口服务器(例如IIS / Web Server)的基础架构支持将是应用程序服务器.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读