HTTP Status-Code=503 (Service Unavailable)

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default HTTP Status-Code=503 (Service Unavailable)

    Hello,

    I'm doing a performance test and my test graudually
    increases the connections to the webservice. Everything
    works well until my connection hits around 350
    connections. Then future connections gets the error HTTP
    Status-Code=503 (Service Unavailable), basically after
    the server is stressed.

    Please help,
    BuddyWork Guest

  2. Similar Questions and Discussions

    1. How can I set HTTP Status code 301 on redirecting toanother coldfusion page
      I have an application that intercepts a 404 error and redirects to a new CF page. Currently, search engines and other robots only see the 404 error....
    2. Accessing Web Service with HTTP status 407: Proxy Access Denied
      Hello, I'm running an ASPX application "WebApplication1" which consumes a web service (service1.asmx) hosted on a machine with IP (128.1.7.x) ....
    3. RPC Unavailable using HTTP post request
      I have a .NET web srvc which internally uses DCOM to connect a remote activex exe. This works fine from clients provided connctions are made via...
    4. #19113 [Com]: HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
      ID: 19113 Comment by: arafuse at bcexplorers dot com Reported By: php_new at jdc dot parodius dot com Status: ...
    5. HTTP 503 (Service Unavailable) error when calling a webservice inside the network
      Hello This problem has been driving me mad for the past few days. I am basically writing a generic utility in .NET/C# that can read any WSDL...
  3. #2

    Default HTTP Status-Code=503 (Service Unavailable)

    Hello,

    I'm doing a stress test and my test graudually
    increases the connections to the webservice. Everything
    works well until my connection hits around 350
    connections. The new connections gets the error HTTP
    Status-Code=503 (Service Unavailable), basically after
    the server goes to a halt.

    I am using Windows 2000 Server with IIS 5.0, Framework 1.1.

    BuddyWork Guest

  4. #3

    Default Re: HTTP Status-Code=503 (Service Unavailable)

    "BuddyWork" <dhirani@bankofny.com> wrote in news:1115721510.631720.284760
    @o13g2000cwo.googlegroups.com:
    > I'm doing a stress test and my test graudually
    > increases the connections to the webservice. Everything
    > works well until my connection hits around 350
    > connections. The new connections gets the error HTTP
    > Status-Code=503 (Service Unavailable), basically after
    > the server goes to a halt.
    >
    > I am using Windows 2000 Server with IIS 5.0, Framework 1.1.
    This is probably IIS limiting the connections to prevent attacks. Are you
    keeping the connections open? What tool are you using to test?


    --
    Chad Z. Hower (a.k.a. Kudzu) - [url]http://www.hower.org/Kudzu/[/url]
    "Programming is an art form that fights back"

    Blog: [url]http://blogs.atozed.com/kudzu[/url]
    Chad Z. Hower aka Kudzu Guest

  5. #4

    Default Re: HTTP Status-Code=503 (Service Unavailable)

    I am leaving the webservice connection open because I processing
    messages after the connection has taken place. The I disconnect after
    all the messages has been processed for that connection. Each
    connection is basically an user.

    I am using Microsoft Application Center Test for .NET which came with
    VS2002.

    BuddyWork Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139