From: "s.ross" Date: 2008-01-22T13:15:14+09:00 Subject: Re: [ANN] Thin 0.5.3 Purple Yogurt release On Jan 19, 2008, at 11:32 AM, Radosław Bułat wrote: >> 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. >> > > Which server do you use? Maybe it doesn't handle all kind of > exceptions (in this case ThreadError)? You were exactly right about the problem being that the mutex was unlocked twice. I have the site running now (in production mode on my production server ) and it seems just fine. The biggest difference between mongrel and thin in this instance was that the double unlock killed thin, while mongrel continued on through the error. thanks