It is multhreaded. If your query does not change, you can cache your dataset
instead of making a trip to the database. That could help your performance.
"terry17" wrote:
Quote:
I have a simple web Service which takes a parameter and queries the database
and returns a dataset. I tried to do a performace test using ACT and it is
able to handle around 4 requests per second?
This seems very low? what can i do to improve the performance. Is WebService
multi-threaded by default or is there something we need to do (to enable
multi-threading)
thanks in advance
--
Terry |