期刊文献+

如何用Java回调和线程实现异步调用 被引量:1

Implementation of Asynchronous Invocation by Java Callback and Thread
下载PDF
导出
摘要 异步调用是一种非阻塞式调用方式,用于在处理比较耗时的任务时保证程序性能不受到影响。实现异步调用的关键在于要解决三个技术问题,它们分别是程序阻塞问题、异步消息的传递问题和超时问题。本文介绍的开发方法和步骤采用并发线程、回调机制和计时器圆满地解决了异步调用的技术难题。 The asynchronous invocation is a non-blocking call, which is used to process the time- consuming task while keeping high program performance. Blocking, asynchronous messaging and timeout are the three key problems to implement asynchronous invocation and this article proposes the approach to solve these problems by Java.
作者 钱宇虹
出处 《软件工程师》 2013年第10期26-28,共3页 Software Engineer
关键词 程序阻塞 异步消息传递 Java回调 线程 异步调用 blocking asynchronous messaging timeout java callback thread asynchronous invocation
  • 相关文献

参考文献3

  • 1陈家朋.异步消息的传递一回调机制[EB/OL].http://wwwibm.com/developerworks/cn/linux/1一callback/,2003.
  • 2Eric Freeman.Head First Design Pattern[M].O' Reilly Media, Inc. 2004:51-53.
  • 3罗时飞.精通Spring-深入JavaEE开发核心技术[EB/Or],回调接口集合及其触发顺序http://book.51cto.corn/art/201004/193405.htm.

同被引文献3

引证文献1

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部