From: "s.ross" Date: 2008-01-20T03:57:08+09:00 Subject: Re: [ANN] Thin 0.5.3 Purple Yogurt release On Jan 19, 2008, at 10:46 AM, Radosław Bułat wrote: > Of course it depends on specific situation but in about 99% situations > you should log error and give message to user describing what was > wrong (it could be even well known rails message "something went > wrong" ;)). Of course there exceptions that you should explicitly > rescue and exceptions that are very generic to catch every time. I have a rescue_exception function but this problem is happening in a place where it kills off the server. It doesn't do the same with mongrel and I'm not sure why. --steve