nate wrote:

> apache logs(every one stops at 40 seconds), changed the source, recompiled
> and pushed out the updated version to the test servers.

Yay! I've confirmed that my fix for mod_fcgi worked, after 6 test runs,
the 7th one generated a query that took 55 seconds, and it succeeded,
so 7 complete test passes in a row, I'll let it run for the rest of the
weekend and see if any problems pop up, if not then we'll go to production
with mod_fcgid in the hope it may clear the issue(I want to go to
mod_fcgid anyways because it can auto restart the ruby processes after
processing X number of requests, dramatically reducing the impact of
memory leaks, as well as being more actively maintained).

nate