Each morning when I return to work, I find that my WEBrick server has
stopped working. The process is still running, but when I try to
connect to it with a web browser, the browser doesn't get any response
back. Usually when this happens I cannot control-c the process to
shut it down, and not even "kill" works-- I have to get rid of it with
kill -9. I then restart it and it runs fine for the rest of the day.
Is this a known problem with WEBrick? Or does it reflect some
configuration problem?
A lot of current documents, books etc. about Rails clearly state that
WEBrick is to be used only for development and testing, and never for
production. Perhaps you missed that, Paul.