event-drivenSEARCH AGGREGATION

首页/精选主题/

event-driven

专线服务

基于UCloud全球物理网络,提供自主研发的内网加速产品-高速通道UDPN、全球动态加速产品-PathX、云服务远程加速产品-GlobalSSH&GlobalRDP,满足用户的各种场景需求。
event-driven
这样搜索试试?

event-driven精品文章

  • 关于同步/异步、阻塞/非阻塞IO的摘要

    ...、异步非阻塞的模型讲得很清楚。 处理大量连接的问题 event-driven模型派(异步模型): Dan Kegals C10K problem 延伸阅读:如何解决C10M问题 The Secret To 10 Million Concurrent Connections -The Kernel Is The Problem, Not The Solution 这个presentation...

    KavenFan 评论0 收藏0
  • JavaScript 浏览器事件解析

    ...事件之间的关系 JavaScript 程序采用了异步事件驱动编程(Event-driven programming)模型,维基百科对它的解释是: 事件驱动程序设计(英语:Event-driven programming)是一种电脑程序设计模型。这种模型的程序运行流程是由用户的动作...

    spacewander 评论0 收藏0
  • Laravel最佳实践--事件驱动编程

    ...用事件驱动方式的情况下代码往往是如下这样: // without event-driven approach public function register(Request $request) { // validate input $this->validate($request->all(), [ name => required, email...

    Drummor 评论0 收藏0
  • Apache Flink,流计算?不仅仅是流计算!

    ...能力,另一方面也需要朝着更加实时在线方向发展,支持Event-Driven Application。前面已经重点阐述了Flink在批流融合计算方面的进展,接下来我们重点介绍下Flink在Event-Driven Application方向的思路。 传统的应用服务架构一般是Online App...

    KoreyLee 评论0 收藏0
  • [gist]为什么事件驱动服务器这么火

    ...为两篇文章的翻译和整合 -- Scalable networking And Why are event-driven server so great OPPC模型瓶颈 传统服务器模型如Apache为每一个请求生成一个子进程。当用户连接到服务器的一个子进程就产生,并处理连接。每个连接获得一个单独...

    fsmStudy 评论0 收藏0
  • 快速学习nodejs系列:六、nodejs特性3--事件驱动

    ...nodejs的特性有3个:单线程、non-blocking I/O(非阻塞I/O)、event-driven(事件驱动);其实这3个特性都是在说同一件事。我们可以这样理解:nodejs使用的是单线程,如果多个任务(I/O)同时过来了,某个I/O是阻塞的话,那其他任务都...

    ashe 评论0 收藏0
  • java-LearningRxjava-ch01-Thinking Reactively

    ...作为object-oriented的一个补充。Reactiveprogramming, a functional event-driven programming approach, began to receive special attention.微软的Erik Meijer 为.net写了一个 Reactive Extensions的框架,后来其1.0Rx和2.0ReactiveX逐...

    Invoker 评论0 收藏0
  • 前端开发学习笔记 - 1. Node.JS安装笔记

    ...avaScript runtime built on Chromes V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js package ecosystem, npm, is the large...

    jemygraw 评论0 收藏0
  • 快速学习nodejs系列:三、nodejs是什么

    ...JavaScript runtime built on Chromes V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js package ecosystem, npm, is the larges...

    zilu 评论0 收藏0
  • Redis - Redisson vs Jedis

    ...Jedis-instance per calling thread). Redisson uses non-blocking I/O and an event-driven communication layer with netty. Connections are pooled, but the API itself is thread-safe and requires fewer ...

    阿罗 评论0 收藏0
  • 前端开发学习笔记 - 1. Node.JS安装笔记

    ...avaScript runtime built on Chromes V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js package ecosystem, npm, is the large...

    BingqiChen 评论0 收藏0
  • 前端开发学习笔记 - 1. Node.JS安装笔记

    ...avaScript runtime built on Chromes V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js package ecosystem, npm, is the large...

    Bryan 评论0 收藏0
  • 2017-07-06 前端日报

    ... SitePoint - 众成翻译 SegmentFault 社区访谈 The Many Meanings of Event-Driven Architecture -- Martin Fowler - ThoughtWorks Tech Talks NYC (New York, NY) | Meetup - 众成翻译 webpack+vue项目实战(四,前端与后端的数据交互和前端展示数据)...

    shiguibiao 评论0 收藏0
  • 浏览器事件解析

    ...事件之间的关系 JavaScript程序采用了异步事件驱动编程(Event-driven programming)模型,维基百科对它的解释是: 事件驱动程序设计(Event-driven programming)是一种电脑程序设计模型。这种模型的程序运行流程是由用户的动作(如鼠标...

    yuanxin 评论0 收藏0

推荐文章

相关产品

<