It seems like it\'s taken for granted that you must not use Webrick as production server, but I can\'t really find anywhere mentioning why. The consensus seems to be:
\"Webr
The greatest weakness of webrick when running in production mode is that it's single threaded, single process web server, meaning that it is capable of serving only one single http request at a time.