From: Paul Battley Date: 2005-12-17T09:39:58+09:00 Subject: Re: Debugging intermittent FastCGI failure > when the processes begin to hang attach to them using stract/pstrace. this > ought to give you a good indication of the problem. if that fails, configure > an fcgi external handler (one you start yourself) and run it using something > like Thanks for the ideas. strace seems very helpful, and I'm trying it out now, trying to catch a failure in progress. Unfortunately, the problem is anything but repeatable: I've fed the app tens of thousands of requests (both in one thread and split over several to increase the transient load) in a short period of time without bringing it down. I just have to wait! It looks like I'll need to make quite a few changes to run the code externally, but it ought to be informative if I can do it. Thanks again, Paul.