G
Guest
I have a process that uses httpwebrequest to retrieve jpg images. The
process works fine with a few concurrent users (say 25) but as you increase
the number of users (say 75) the response times begin to increase from 6 ( 25
users) seconds to over 15 ( 50 - 75 users) seconds. I'm looking for any
known limitations that the httpwebrequest may have.
My process is written in C#.
process works fine with a few concurrent users (say 25) but as you increase
the number of users (say 75) the response times begin to increase from 6 ( 25
users) seconds to over 15 ( 50 - 75 users) seconds. I'm looking for any
known limitations that the httpwebrequest may have.
My process is written in C#.