prev <<
Frameworkless Async API
>> next
Sequential vs Parallel vs Async
parallel
Start a bunch of workers (
fork
)
Each worker does one thing
and then another thing
Many processes
Also easy and very common (pre-fork server)