|
|
|
|
|
by byroot
482 days ago
|
|
This may be true with some stacks, but my answer has to be understood in the context of Ruby where the only real source of parallelism is `fork(2)`, hence the natural way to write server is an `accept` loop, which fits HTTP/1 very well, but not HTTP/2. |
|
[0]: https://github.com/socketry/async
[1]: https://github.com/socketry/falcon