c# - Poor service performance on IIS when rapidly blasting simultaneous connections -
c# - Poor service performance on IIS when rapidly blasting simultaneous connections -
i have developed simple web service runs on servicestack. have deployed iis instance, , i'm load-testing it.
for reason, i'm seeing poor performance. number of simultaneous requests increases, median elapsed time each request rises rapidly, 70ms (due network latency) way 5 seconds , more when start running multiple simultaneous requests. what's odd requests still finish in 70ms, it's bulk of them much slower.
my service not demanding; and, in fact, when check utilization of machine iis running, see it's memory use, cpu use, , network bandwidth utilize negligible -- throughout entire test. so, what's going on ? doing wrong ?
c# performance iis servicestack
Comments
Post a Comment