Performance of the WebService

T

terry17

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
 
T

Tu-Thach

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top