Heavy Traffic Site on IIS

Discussion in 'Site & Server Administration' started by webcosmo, Aug 28, 2007.

  1. #1
    I have several sites on a dedicated IIS. One of them is a free classified site which is steadily getting more and more traffic. Now I am facing some problems maintaining the server. This is not my field so I don't know a lot on servers. I already optimized the database so it can handle heavy traffic. Now another issue come up saying "Event message: Post size exceeded allowed limits". What this means actually? Can somebody shed some light on this please. What I can do to optimize the server to handle several thousand concurrent users.
     
    webcosmo, Aug 28, 2007 IP
  2. plumsauce

    plumsauce Peon

    Messages:
    310
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It means exactly what it says.

    A request arrived at the server using the POST verb that contained too much data.

    The setting in IIS is already pretty generous for this, but if it is a legitimate request you can up the limit. If it is not a legitimate request, in other words, it is some random server scan/exploit attempt, then you can ignore it.

    Just a thought, since you are a classifieds site, this message probably means that a photo upload is too big. This is typically seen when someone tries to upload a high res digital camera image directly without knowing that it should be converted to a resolution more suitable for the internet.
     
    plumsauce, Aug 30, 2007 IP
  3. gworld

    gworld Prominent Member

    Messages:
    11,324
    Likes Received:
    615
    Best Answers:
    0
    Trophy Points:
    310
    #3
    Nice script. is it custom made or out of the box? :)
     
    gworld, Aug 30, 2007 IP
  4. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #4
    It's custom made. I do this for living.
    Lot of people actually asked me this same question :)
     
    webcosmo, Aug 30, 2007 IP
  5. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #5
    I appreciate your help very much.
    This happened when a user was trying to post. This is the first time this happened, may be I can ignore it then. Although I do encourage people using smaller images, sometimes people use images of several MB.

    Another question is whats the maximum users allowed on IIS? As far as I know its unlimited by default. Is it right?
     
    webcosmo, Aug 30, 2007 IP
  6. plumsauce

    plumsauce Peon

    Messages:
    310
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #6
    unlimited, unless you set a limit in the iis manager.

    leave the post size limitation alone, because if the user puts the image on the server, *you* get to pay for the bandwidth :)

    it might also be wise to set up a maintenance process that goes through old expired ads and deletes the images or replaces them with a lightweight image of your choice.

    see if you can find a free image conversion site, and point your users to it!

    maybe i'll wander over later and put up an ad for the uptime monitoring services :)
     
    plumsauce, Aug 30, 2007 IP
    webcosmo likes this.
  7. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #7
    I like your suggestions. Thank you.
     
    webcosmo, Aug 30, 2007 IP
  8. plumsauce

    plumsauce Peon

    Messages:
    310
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You're welcome.

    Nice to know that you are on IIS. :)

    With regard to size limitation, you might even want to lower it.
    The best would be if you could display a custom error page when the post size limit is exceeded so that your users know what to do next.

    Maybe refer to a step by step guide on how to reduce the image resolution.
     
    plumsauce, Aug 31, 2007 IP
  9. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #9
    Yes thats good idea. It will add one more authoritative page on the site. Thanks.
     
    webcosmo, Aug 31, 2007 IP
  10. ronydemelo

    ronydemelo Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    for heavy trffic website setting visit : http://iisservertricks.com/?p=59

    Regards ,

    Sam
     
    ronydemelo, Feb 14, 2011 IP