Distributed processing is the use of more than one processor, located in different
systems, to perform the processing for an individual task. Examples of distributed
processing in Oracle database systems appear in Figure10–1.
■ In Part A of the figure, the client and server are located on different computers,
and these computers are connected through a network. The server and clients of
an Oracle database system communicate through Oracle Net Services, Oracle’s
network interface.
■ In Part B of the figure, a single computer has more than one processor, and
different processors separate the execution of the client application from Oracle.
C/S结构之分布式处理
1. 分布式处理是指利用位于不同系统的多个处理器来处理一个单一任务
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-986892/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-986892/
本文介绍了分布式处理的概念,即使用不同系统中的多个处理器共同完成单一任务。通过两个示例进行了说明:客户端与服务器位于不同计算机上并通过网络连接进行通信;单台计算机内多个处理器分离客户端应用与数据库操作。
1795

被折叠的 条评论
为什么被折叠?



