I would use a background job to process the information—Heroku does not support long-running HTTP requests for performance reasons. This will give a better user experience anyway. Just have the information loaded through AJAX (poll for the status)
http://docs.heroku.com/background-jobs On Dec 24 2009, 6:44Â am, Malta Trip Planner <[email protected]> wrote: > My website is a mash-up with another web site, and due to the other > web site being:www.atp.com.mt(Malta (Europe) Public transport > Website) is very badly designed in terms of html, I had to hard code > implement nearly everything for all the buses that exist and thus it > takes more than 30 seconds for my result to load (from the Route > Planner section). Currently a message stating :Request Time out and > that 30 seconds have passed is being shown to me. How can my website > have more than 30 seconds chance to load my result page? I know its > not ideal and optimal, but it was the only possible way for this > solution. > > Thanks a lot and hope that there is a solution for this problem since > I desperately need it working.
-- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
