分时处理
分时系统允许多个用户同时连机使用计算机。 采用时间片轮转的方式处理每个用户的服务请求的处理方式叫分时处理。
特点:
- 多路性。
- 交互性。又叫交互操作系统。
- 独立性。
- 及时性。分时系统性能的主要指标之一的是响应时间,是从终端发出命令到系统与应答的时间。
通常计算机系统采用批处理和分时处理方式来为用户服务。时间要求不强的作业放入后台批处理处理,需要频繁交互的作业在前台分时处理。
参考资料
- ITwiki?
time-sharing processing Real-time processing is an e-business term used to describe the situation whereby a user sends in transactions and awaits a response from a distant computer before continuing. Response time on the data communications facility is crucial when a customer is utilizing a voice call to obtain information requiring a quick response, i.e. booking an airline flight or obtaining stock details.
note
- www.answers.com

