期刊文献+

基于Node.js的JavaScript并发控制流框架

JavaScript Concurrent Flow-Control Framework Based on Node.js
下载PDF
导出
摘要 Node.js因其异步I/O的特性,非常适合于服务器端的Java Script开发。然而为实现此环境下异步I/O的并发控制,开发者不得不手工编写繁琐的代码,因而给开发者造成了障碍。以并发计数器为基础,可以设计一个并发控制流框架。该框架以直观的调用形式,实现了异步I/O间的并发控制;其不仅有助于Node.js环境下的JavaScript开发,更提高了开发者的开发效率。 Because of the asynchronous characteristic of I/O,Node.js is quite suitable for developingserver-side Java Script applications. To implement concurrent asynchronous I/O control,developers haveto write tedious code manually,it becomes a barrier to developers. Based on the concurrent counter,aconcurrent flow- control framework can be constructed. The framework achieved concurrent controlbetween multiple asynchronous I/O in a direct viewing way. Thus,it benefits server- side JavaScript developments and also promotes the efficiency of development.
作者 李轶
出处 《江汉大学学报(自然科学版)》 2015年第2期170-176,共7页 Journal of Jianghan University:Natural Science Edition
关键词 异步I/O 并发 同步 并发计数器 JAVASCRIPT asynchronous I/O concurrency synchronization concurrent counter JavaScript
  • 相关文献

参考文献7

  • 1WIKIPEDIA.V8(Java Script engine)[EB/OL].(2014-6-23)[2014-9-10]http://en.wikipedia.org/wiki/V8_(Java Script_engine).
  • 2WIKIPEDIA.Node.js[EB/OL].(2014-7-10)[2014-9-10]http://en.wikipedia.org/wiki/Node.js.
  • 3WIKIPEDIA.Asynchronous I/O[EB/OL].(2014-6-11)[2014-9-10]http://en.wikipedia.org/wiki/Asynchronous_I/O.
  • 4WIKIPEDIA.Concurrency(computer science)[EB/OL].(2014-10-11)[2014-10-11]http://en.wikipedia.org/wiki/Concurrency_(computer_science).
  • 5WIKIPEDIA.Synchronization(computer science)[EB/OL].(2014-10-15)[2014-10-15]http://en.wikipedia.org/wiki/Synchronization_(computer_science).
  • 6WIKIPEDIA.Closure(computer science)[EB/OL].(2014-10-17)[2014-10-17]http://en.wikipedia.org/wiki/Closure_(computer_programming).
  • 7BURNHAM T.Java Script异步编程:设计快速响应的网络应用[M].北京:人民邮电出版社,2013.

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

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