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
I don't really like complicating simple things and premature optimization. WEBrick can be used in production provided it's rather a low-traffic website. Most of the applications are.
If your site does something that takes time, e.g. sends e-mails or generates PDF files, you should make WEBrick multi-threaded. You want to handle multiple requests at a time.