When investigating the benefits of Reactive Programming it is very useful to be able to simulate a heavy I/O load. This will help by enabling you to prove to yourself, and to others one of the major advantages of Reactive Programming, the fact that slow I/O does not block the CPU. This way your CPU … Continue reading "Easily Faking I/O load for Reactive experiments"
Read More