« Previous Next »

Thread: how IIS handles request

Last post 07-24-2009 11:23 AM by tomkmvp. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 07-23-2009, 3:42 PM

    how IIS handles request

    Hi ,  

    I am just a developer and facing some issues regarding XML http post into my site by users and wondering if IIS has any role in the problem I'm facing.

    One user , when sending request multiple xmlhttp requests( > 50) at 'one go' experiences that time required in this case is much larger  than when he post each request separately (i.e. if he post one large XML document(containing > 50 nodes) , then time required to post is much larger than if he post smaller documents( containing 1or 2 nodes)  multiple times )

     

    I failed to find any issue at the code level.Could it be because IIS when seeing multiple requests coming to it all together(from same session),' queued them up' and doesn't do the same thing , if each request is posted separately ?

    Any insight on this is greatly appreciated .

  • 07-23-2009, 4:29 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,189
    • IIS MVPs

    Re: how IIS handles request

    Can you provide more technical detail on how you're sending and handling the requests?

  • 07-24-2009, 11:17 AM In reply to

    Re: how IIS handles request

    Hi ,

    In our application, user can post data either through server-side or client side XMLHttp  post. Data is always post to a particular asp page. This ASP page  validates the XML structure, parse it and make a new XML structure and passes the XML( something like obj.XML) to a com component( DLL  ) which processes the data and make database insertion and various other things like sending email etc ( by doing XMLHttp post itself)

    Basically datebase is insertion the main thing happening here besides validation like if one of XML tag contains date, then it should be in particular format .

    Thanks!!

     

     

     

     

  • 07-24-2009, 11:23 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,189
    • IIS MVPs

    Re: how IIS handles request

Page 1 of 1 (4 items)
Microsoft Communities