Are you using SQL Server? I think the connection times-out after 30s, so you're probably seeing a SQL Timeout error.
On 8/19/06, Jay Turpin <[EMAIL PROTECTED]> wrote: > I apologize if this has been covered before, I checked the archives and > didn't see anything over the last few months. > > I am running IIS6 with IsapiRewriter and a single mongrel service for each > Rails application. One of my apps does a long query to the database to > produce a CSV file. After the request has gone beyond 30 seconds, the user > get a 500 Internal Server Error. > > I've looked around for ways to adjust the response timeout, either in IIS or > mongrel, but haven't found anything yet. Any ideas? > > -- > -- Jay Turpin > "One test is worth a thousand expert opinions." - Bill Nye (The Science Guy) > > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > > _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
