首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

What is the difference between an application server and a Web server

2012-07-04 
What is the difference between an application server and a Web server?引用Q:What is the difference

What is the difference between an application server and a Web server?
引用Q:What is the difference between an application server and a Web server?

A:Taking a big step back, a Web server serves pages for viewing in a Web browser, while an application server provides methods that client applications can call. A little more precisely, you can say that: A Web server exclusively handles HTTP requests, whereas an application server serves business logic to application programs through any number of protocols. 

热点排行