1、各种性能指标的定义及如何到达各种性能指标的方法 ppt1-8 119 页-124 页① 性能:吞吐量 Throughput、响应时间 Response Time、Deadlines ② 实 现 吞 吐 量 : Peak & Average Many system have low average but high peak throughput requirements③ 实现响应时间: Guaranteed & Average
95% of responses in sub-4 seconds, and all within 10 seconds④Dealines:Deadlines often associated with batch jobs in IT systems2、常用的中间件有那几种类型(四种)分类:Business Process Orchestrators 业务流程协调器 Message Brokers 消息代理 Application Servers 应用服务器 Transport面对消息的中间件,分布式对象系统(1)CORBA---公用对象请求代理(调度)程序体系结构,它在对象间建立客户-服务器的关系,这样一个客户可以很简单地使用服务器对象的方法而不论服务器是在同一机器上还是通过一个网络访问
(常见的对象请求代理架构)(2)Basic Message-oriented middleware---- MOM 指的是利用高效可靠的消息传递机制进行平台无关的数据沟通,并基于数据通信来进行分布式系统的集成
通过提供消息传递和消息排队模型,它可在分布环境下扩展进程间的通信,并支持多通讯协议、语言、应用Business Process OrchestratorsMessage BrokersApplication ServersTransportMe