Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Forcing FCGI headers
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Tony Targonski, post: 4465977"] In my Rails application, I have this one function that reads a list of webpages and parses their contents. It takes about a minutes to complete. My FastCGI times out at 30 seconds and stops the application [error] [client 10.4.114.211] FastCGI: comm with (dynamic) server "C:/crawler/public/dispatch.fcgi" aborted: (first read) idle timeout (30 sec), referer: [URL]http://tor105850/trackers/[/URL] Though the function goes on to finish updating the database. So my question is -- how would I set up my Rails controller to function in the following manner Render 'updating, please wait' Function() Render 'done' Without having FastCGI time out on me? Thank you, --Tony [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Forcing FCGI headers
Top