M
Mirco Kaffsach
Hi @all,
I've got some problems with my WebService...
The WebService runs more than 30 seconds an the site is frequently visited
( nearly 1200 times a minute )
The problem is, that the server works fine if the requestlimit is about 10
requests, but if it grew up to more than a specific number it slows down
extremly.
Why does this happen. I think the webservice take some requests, let them
work side by side and put the other requests to a queue and let them wait
until one of the other requests finished.
But the number of side by side execution is so low that I can't belive that
I'm programming the right way.
Could anybody give me a hint to make my webservice faster???
If I look to the google.com or the amazon.com or the terraserver.com
Webservices, they are so fast. And they have more than 1200 requests a
minute I think...
Thank you for any answer...
Mirco
I've got some problems with my WebService...
The WebService runs more than 30 seconds an the site is frequently visited
( nearly 1200 times a minute )
The problem is, that the server works fine if the requestlimit is about 10
requests, but if it grew up to more than a specific number it slows down
extremly.
Why does this happen. I think the webservice take some requests, let them
work side by side and put the other requests to a queue and let them wait
until one of the other requests finished.
But the number of side by side execution is so low that I can't belive that
I'm programming the right way.
Could anybody give me a hint to make my webservice faster???
If I look to the google.com or the amazon.com or the terraserver.com
Webservices, they are so fast. And they have more than 1200 requests a
minute I think...
Thank you for any answer...
Mirco