Implement http server with reactor
How in reactor Based on? Is how to use reactor as a server and realize the business of the server.
Based on reactor , realize simple http protocol encapsulation. Just to illustrate how reactor does business, the business logic of the real http server is very complex.
The core of the server network layer, such as nginx and redis, is epoll, and ...
Posted by Discord on Fri, 11 Feb 2022 10:39:18 +0100
Reactor3 Flux.create and flux Push difference and source code analysis
Series articles
Source code analysis of Reactor3 SpscLinkedArrayQueue 🔥 Source code analysis of Reactor3 MpscLinkedQueue 🔥🔥 Reactor3 Flux.create and flux Correct opening mode of push 🔥🔥🔥 Reactor3 Flux.create and flux Push difference and source code analysis (I) 🔥🔥🔥🔥🔥
edition
Reactor 3.4.9
Write in front
In order to introduce the ...
Posted by jimjack145 on Mon, 20 Dec 2021 12:59:52 +0100
Past and present life of Redis thread model
1, Overview
As we all know, Redis is a high-performance data storage framework. In high concurrency system design, Redis is also a key component and a powerful tool for us to improve system performance. It is more and more important to deeply understand the high-performance principle of Redis. Of course, the high-performance design of Redis is ...
Posted by transfield on Tue, 30 Nov 2021 06:10:03 +0100
Past and present life of Redis thread model
1, OverviewAs we all know, Redis is a high-performance data storage framework. In high concurrency system design, Redis is also a key component and a powerful tool for us to improve system performance. It is more and more important to deeply understand the high-performance principle of Redis. Of course, the high-performance design of Redis is a ...
Posted by villas on Tue, 30 Nov 2021 03:35:52 +0100
Notes on Spring responsive programming -- C2 basic concepts of Spring responsive programming
[good book sharing: Spring responsive programming -- JD]
2.2 practice of using RxJava responsive framework
RxJava library is the Java virtual machine implementation of Reactive Extensions, which is similar to the combination of observer mode, iterator mode and functional programming.
2.2.1 responsive flow = observer + iterator
Separate pr ...
Posted by fatbobo on Thu, 14 Oct 2021 06:26:48 +0200