Process-forking Rack web server. Because it runs one request per process and no threads, it masks thread-safety bugs such as apartment's non-thread-safe connection re-establishment for database-per-tenant switching.