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 6580939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:05:25+00:00 2026-05-25T16:05:25+00:00

Take a quick look at the following snippet: <? set_time_limit(5); sleep(30); echo ‘done’; ?>

  • 0

Take a quick look at the following snippet:

<?
set_time_limit(5);
sleep(30);
echo 'done';
?>

When I execute this on my boxes, the script takes the full 30 seconds, and displays ‘done’.

Why?

Shouldnt it terminate in 5 seconds and not give the script the time to display ‘done’?

This is NOT in CLI mode. Nginx + PHP_FPM.

Any ideas?


I have opted to put the ‘answer’ in here as there is quite a few GOOD and VALID answers below. But… It appears to be a specific issue with sleep.

<?
set_time_limit(5);
while(true==true){
}
sleep(30);
echo 'done';
?>

Works as expected.

  • 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-05-25T16:05:26+00:00Added an answer on May 25, 2026 at 4:05 pm

    To quote the manual:

    The set_time_limit() function and the configuration directive
    max_execution_time only affect the execution time of the script
    itself. Any time spent on activity that happens outside the execution
    of the script such as system calls using system(), stream operations,
    database queries, etc. is not included when determining the maximum
    time that the script has been running. This is not true on Windows
    where the measured time is real.

    The sleep call doesn’t adds to the execution time because it’s an OS process and nothing is being done.

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

Sidebar

Related Questions

please take a quick look at this website I get the following error message
I recently had to take a quick look at Adobe InDesign server. In this
Take a look at this fiddle . Quick info: The div is 500px wide
I keep getting this message (in the title). Just take a quick look at
please take a quick look at this function that I have found on the
Could someone take a quick look, why the text in the dark grey isn't
Take the following string as an example: The quick brown fox Right now the
Is there an easy (therefore quick) way to accomplish this? Basically just take some
Take the following snippet: List<int> distances = new List<int>(); Was the redundancy intended by
Is there a quick way to take this block of XML and extract the

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.