【发布时间】:2013-06-09 11:41:29
【问题描述】:
维基百科重定向到一个关于“Mulitier Architecture”的页面,上面写着:
In software engineering, multi-tier architecture (often referred to as n-tier
architecture) is a client–server architecture in which presentation, application
processing, and data management functions are logically separated.
这是否类似于使用 mySQL 创建和查询数据库、使用 php 进行交互以及使用 HTML 进行演示?
谢谢!
【问题讨论】:
-
stackoverflow.com/questions/312187/what-is-n-tier-architecture 的可能重复项。尽管“分布式系统”也以更普遍的方式进行了讨论(例如queue.acm.org/detail.cfm?id=2482856),并且可以将职责/关注点划分为离散的服务边界。
标签: architecture