<FromGitter>
<elorest> @JohnLegrand It isn't multithreaded but it does run multiple processes on the same port which can be configured in the `./config/environments/[environment].yml` ⏎ ⏎ It also handles every web request concurrently in a different fiber. For the purpose of serving web requests true parallelism wouldn't really add anything.