是否具备高并发、高性能、分布式、事件驱动框架设计能力,是优秀C++中高级工程师的分水岭,我将通过本文带领大家纯手写一个Reactor服务器,让大家可以高效掌握三高框架设计思维,同时让你对C++网络编程、线程、智能指针、C++11标准高阶技术等运用自如。  Reactor是一种事件驱动机制,和普通函数调用的不同之处在于:应用程序不是主动的调用某个API完成处理,而是恰恰相反,Reactor逆置了事件处理流程,应用程序需要提供相应的接口并注册到Reactor上,如果相应的事件发生,Reactor将主动调用应用程序注册的接口,这些接口又称为“回调函数”。用“好莱坞原则”来形容Reactor再合适不过了:不要打电话给我们,我们会打电话通知你。 websocket是基于tcp协议的应用层协议,也就是建立在tcp协议之上的自定义协议。这个协议比http协议更加的简单,因为websocket只对协议的格式做要求,只要符合数据格式就可以使用。 websocket一般用来服务器主动推送消息给客户端,反观HTTP,HTTP是请求响应的模式,客户端来一个请求,服务器响应一个请求,服务器无法主动发送数
2024-05-13 18:32:56 3KB
1
本文对最基础的twisted架构进行了介绍,其中重点讲解了reactor和deferred,读者能够对twisted核心有很好的认识
2023-04-20 15:17:26 1.24MB twisted pyton reactor deferred
1
学习WebFlux的好书 These days, businesses need a new type of system that can remain responsive at all times. This is achievable with reactive programming; however, the development of these kinds of systems is a complex task, requiring a deep understanding of the domain. In order to develop highly responsive systems, the developers of the Spring Framework came up with Project Reactor. Hands-On Reactive Programming in Spring 5 begins with the fundamentals of Spring Reactive programming. You'll explore the endless possibilities of building efficient reactive systems with the Spring 5 Framework along with other tools such as WebFlux and Spring Boot. Further on, you'll study reactive programming techniques and apply them to databases and cross-server communication. You will advance your skills in scaling up Spring Cloud Streams and run independent, high-performant reactive microservices. By the end of the book, you will be able to put your skills to use and get on board with the reactive revolution in Spring 5.1!
2023-04-11 16:37:50 13.91MB Reactive Reactor WebFlux
1
reactor.zip,JVM反应堆材料清单的无阻塞反应基础(跟踪反应堆堆芯、反应堆网等)
2023-03-20 17:10:27 63KB 开源项目
1
c#.net winform 程序加密工具 dotNET_Reactor v4.9.0.0 破解版
2023-03-14 21:06:40 10.26MB dotNET Reactor
1
Eziriz .NET Reactor 4.7.0.0 with Crack (2013.11.04) 软件用途: 混淆加密.NET程式的套件,跟别套加密工具比较,它多了一些License及试用到期的功能。 测试报告: 本软件含有Cracked主档及安装檔,请先阅读ReadMe.txt说明档。软件授权归官方所有,此分享仅供教育学习之用,违者自行负责。
2023-03-09 00:22:26 13.39MB Reactor
1
dotNET Reactor 是一款优秀的用于.NET程序集的加密加压混淆器,通俗的讲,.NET Reactor 在破解者和您的 .NET 代码之间构建了强大的防破解保护屏障,生成一个基于 Windows 的而不是基于MSIL 的兼容格式文件。原始的 .NET 代码完整的封装在本地代码内,无论何时都不会释放到硬盘,对于破解者是不可见的,目前还没有任何工具可以反编译 .NET Reactor 保护过的程序集。
2023-03-08 11:39:12 13.65MB dotNETReactor
Eziriz Net Reactor 4.9.0.0 (2014.06.05) 软件简介: 混淆加密.NET程式的套件,跟别套加密工具比较,它多了一些License及试用到期的功能。软件授权归官方所有,此分享仅供教育学习之用,违者自行负责。
2023-01-08 22:30:51 15.37MB Eziriz Net Reactor
1
de4dot-mod-reactor 4.9 神器 De4dot是一款免费、开源的脱壳/反混淆工具,用户可以用它来脱Dotfuscator、MaxToCode处理过的程序,不过需要在命令行下进行操作,有从事软件开发和逆向编程的人员不要错过。
2023-01-07 15:25:23 2.95MB de4dot4.9 C# .NET 反混淆
1
c++高并发模式的reactor模式,其主要作用就是在接收信息之后在线程池中进行选择空闲线程进行处理
2022-11-28 17:55:10 553KB reactor C++
1