读书人

What is the difference between an a

发布时间: 2012-07-04 19:33:55 作者: rapoo

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.

读书人网 >Web前端

热点推荐