异步接口模式及其应用  

Asynchronous API Pattern and its Application

在线阅读下载全文

作  者:何华海[1] 丁柯[1] 

机构地区:[1]中国科学院软件研究所计算机科学重点实验室软件工程技术中心,北京100080

出  处:《计算机科学》2002年第12期177-180,182,共5页Computer Science

基  金:国家自然科学基金(69833030); 国家973基金(G1999035807)

摘  要:In distributed systems,high efficiency can be achieved using asynchronous API between client and server.This paper provides an architectural pattern that implements asynchronous API generally. Asynchronous methods donot execute operations directly,however,they delegate the sending and receiving process to individual threads via aqueue ,the client deals with results by means of callback ,wait or check. Synchronous API is implemented on the baseof asynchronous API. Presently the asynchronous API pattern has been employed in the implementation of messagequeue middleware ISMQ.In distributed systems, high efficiency can be achieved using asynchronous API between client and server. This paper provides an architectural pattern that implements asynchronous API generally. Asynchronous methods do not execute operations directly, however, they delegate the sending and receiving process to individual threads via a queue, the client deals with results by means of callback, wait or check. Synchronous API is implemented on the base of asynchronous API. Presently the asynchronous API pattern has been employed in the implementation of message queue middleware ISMQ.

关 键 词:异步接口模式 软件体系结构 通信接口 计算机 

分 类 号:TP334.7[自动化与计算机技术—计算机系统结构]

 

参考文献:

正在载入数据...

 

二级参考文献:

正在载入数据...

 

耦合文献:

正在载入数据...

 

引证文献:

正在载入数据...

 

二级引证文献:

正在载入数据...

 

同被引文献:

正在载入数据...

 

相关期刊文献:

正在载入数据...

相关的主题
相关的作者对象
相关的机构对象