Hi,
Just wondering if any of you guys have compared the performance of an
ASP.Net Web Service proxy script to a similar ASP SOAP Toolkit counterpart?
I have done this and found the results to be quite interesting. Using
similar asp code(ASP.Net using a proxy and ASP using the SOAP toolkit) to
call a function which returns XML from a web service. The Asp.net app
returned 250% more requests for the same load(40 users) compared to the
ASP version. Stragely though when loaded to 45 users the ASP.Net app stop
returning any requests while the ASP app contines to process at the same
rate for up to 200 concurrent users!!
Can anyone explain this?
Cheers