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 .