3

I want to increase my rail project page execution time for RAILS 3.

When i load page then in loop more than 1000 data in loop but only load around 136 data only because of complete page execution time.

So, I want to increase page execution time so complete my loop of all data.

LIKE in php set_time_limit(); function to set page time limit same thing i need in rails 3.

So please send me if have a any one.

4
  • 2
    The problem most likely is not in Rails but in your server configuration. Please update your question to say more about that. Commented Jun 13, 2013 at 12:39
  • I'm not aware of any parameter that prevents rails from exceeding a time limit within the framework itself. So I agree with davidfurber that it is probably your server configuration. What server are you using? Commented Jun 13, 2013 at 13:12
  • Thanks davidfurber, actually i got ssl issue when curl get data in loop...not execution time issue...
    – harsh4u
    Commented Jun 14, 2013 at 4:19
  • @harsh4u Did you ever find a resolution to this and, if so, what configuration did you modify to permit longer execution time? Thanks in advance. Commented Jul 25, 2016 at 18:40

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.