Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8885465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:19:03+00:00 2026-06-14T21:19:03+00:00

What does a Rails controller do when one of its line takes a very

  • 0

What does a Rails controller do when one of its line takes a very long time? For example, one of the line wants to sleep for a very long time, like 10000 seconds: sleep(10000). If many people use the website and calls this controller method, does it use up a huge amount of resources?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T21:19:04+00:00Added an answer on June 14, 2026 at 9:19 pm

    It will sleep for 10000 seconds, thus blocking one ruby process the whole time.

    If your web server is set up to timeout before this delay, the browser will render an error message, but that won’t stop the Rails process.

    So no magic here.

    It won’t use resources while sleeping, but the RAM needed for the ruby process won’t be freed. And since for each request to this action one process gets stuck, starting at max_nb_ruby_processes_on_your_server request to this action in parrallel, your website will become unresponsive for every request, no more Ruby process available to handle requests.

    If you have complicated data to process, it’s usually best to handle it through a rake task that you’ll be calling asynchronously via crontab or delayed jobs

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In a Rails 3.1 app, one controller needs to have all its views compile
I have a medium-complex Rails app. The main controller (the one that does what
How does one query for lateral grandparent in Ruby on Rails? For instance I
Rails is caching the index method of one of my controllers. It's a very
I currently have a .find method in one of my rails controller actions -
I have a rails route set up like: match ':controller/:id/:action' # match 'teams/:id' =>
Does Rails 2.3 support a file-based session store out of the box any more?
Does rails do any validation for datetime? I found a plugin http://github.com/adzap/validates_timeliness/tree/master , but
Using Rails 3.1.3 with Ruby 1.9.3p0. I've discovered that by default, Rails does not
Does ruby or rails provide a method to order strings in a specified order?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.