Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 2 of 2

Thread: overloaded

  1. #1
    WrigleyF is offline Master Member
    Join Date
    May 2010
    Posts
    546

    Default overloaded

    How can you tell if your server is overloaded? What do you do if that is your problem?

  2. #2
    auryn is offline Master Member
    Join Date
    Jan 2011
    Posts
    297

    Default

    The symptoms of an overloaded Web server are:
    requests are served with (possibly long) delays (from 1 second to a few hundred seconds);
    500, 502, 503, 504 HTTP errors are returned to clients (sometimes also unrelated 404 error or even 408 error may be returned);
    TCP connections are refused or reset (interrupted) before any content is sent to clients;
    in very rare cases, only partial contents are sent (but this behavior may well be considered a bug, even if it usually depends on unavailable system resources).
    Web server - Wikipedia, the free encyclopedia


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts