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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:42:07+00:00 2026-06-11T10:42:07+00:00

Ive got a busy site which keeps taking down the server. What is an

  • 0

Ive got a busy site which keeps taking down the server.

What is an easy piece of PHP code that can look at the server load, if the server load variable set to say 2, then when load is above two – It will produce a page for the user – Server overloaded.

Does anyone know where to find such an easy piece of code?

  • 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-11T10:42:09+00:00Added an answer on June 11, 2026 at 10:42 am

    It will die if the load is above 80%.

    However, this is not supported on Windows platforms:

    <?php
    $load = sys_getloadavg();
    if ($load[0] > 80) {
        header('HTTP/1.1 503 Too busy, try again later');
        die('Server too busy. Please try again later.');
    }
    ?>
    

    Ref. : PHP.net : sys_getloadavg

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

Sidebar

Related Questions

ive got 5 buttons that user can check. for a moment the code allowing
Ive got the following code which I hacked together from website examples. It works
Ive got task to create application which can post data on users friends walls.
I've got a piece of PHP code retrieving my last tweet : $twitterrequest =
Ive got a script for stopping a site: param($HostName = localhost, $SiteName) $server =
Ive got a div that i want to slide out on click using .show(slide,
Ive got a view helper in library/my/view/helper/gravatar and so in any view I can
ive got an object that looks like this with print_r(): SimpleDOM Object ( [0]
Ive got the following problem. I have a model called user which has a
I've got a java code that is writing a Linux bash script out, then

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.