Ask a Question related to ASP.NET General, Design and Development.
-
Raghu Rudra #1
Different behavior locally vs remotely
I have an ASP.NET web application, which accepts posted xml to do its work
and returns response xml. This xml is large and is in the order of 1MB. I
started testing this web app with client utility which spawns multiple
threads to post xml to this web site. I noticed an interesting thing. When I
kept the client utility and the web app on the same machine (I know that
this is not ideal testing), the perf monitor showed me that number of max
requests executing any time was some thing like 15 when client spawned 20
threads. (I did not use localhost in the url but used only the machine
name).
However as soon as I moved the client utility to a different machine (say
A), the max requests executing at any time dropped to 2 irrespective number
of client threads. At this point, I thought there may be a problem with
machine A. So I moved the client to yet another machine (say B). Same
pattern repeated. Just for experimenting, I used the client utility on
machines A and B simultaneously with each one running about 10 threads. The
max requests excuting changed to 4. I switched the web app to another
machine and used client utility from different machines. Again same pattern
repeated. So it appears that my web web app is allowing only 2 simultaneous
requests from each machine when being called remotely. But it works as
expected locally.
I checked the processModel element in machine.config to find answers but got
no where. I have not modified this file at all.
Is there any explanation for this behavior?
Thanks.
Raghu/..
Raghu Rudra Guest
-
Just want to contribute remotely
Hello all; Sorry to be so dense, but I've looked at the Contribute Help and searched the kb and this forum with no answer in sight. Also phoned... -
Connect to FMS remotely
Hi all, I've created a flash program which can connect to the flash media server locally, but what i want is to be able to connect to the FMS via... -
Can't connect to server remotely, connects fine locally
I've got an extremely frustrating problem that I can't figure out. I have a simple application to test the connection to the FMS 2 server. If it... -
Streams locally but not remotely, firewall?
I have a dedicated FMS (domain1.com). I am trying to stream FLVs off of it from another server (domain2.com). domain1.com and domain2.com are both... -
Runs locally, but cant get to it remotely?
I created the simple "hello world" web service. Runs fine on localhost, but when I try to invoke it from another computer in the office, it tells me...



Reply With Quote

