HighTechTalks DotNet Forums  

Performance of the WebService

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Performance of the WebService in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
terry17
 
Posts: n/a

Default Performance of the WebService - 04-11-2005 , 05:32 PM






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

Reply With Quote
  #2  
Old   
Tu-Thach
 
Posts: n/a

Default RE: Performance of the WebService - 04-12-2005 , 12:34 PM






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

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.