Completed
Receiving
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Build Reactive Server in 50 Minutes
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Who is this talk for
- 3 Welcome
- 4 Outline
- 5 Directive
- 6 Why do we need this
- 7 Whats wrong
- 8 Drawbacks
- 9 Nonblocking IO
- 10 ServerSocketChannel
- 11 Complexity
- 12 Multithreading
- 13 Complex Solution
- 14 Reactive Streams
- 15 Project Reactor
- 16 Receiving
- 17 Write data
- 18 Multiple schedulers
- 19 Update selection key
- 20 Start method
- 21 Schedulers
- 22 Processing
- 23 Sync
- 24 Unicast Processor
- 25 Testing Server
- 26 Project Reactor Server
- 27 Testing
- 28 Worker Pools
- 29 Summary
- 30 Reactive Streaming
- 31 Conclusion