期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
异步接口模式及其应用
1
作者 何华海 丁柯 《计算机科学》 CSCD 北大核心 2002年第12期177-180,182,共5页
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 don... 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. 展开更多
关键词 异步接口模式 软件体系结构 通信接口 计算机
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部