Web Services

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi!
I have to create a Web service.
Can anyone give me some good references on how to make it efficient and
effective

Regards,
John
 
Hi,

hmm... it depends what do you want to do, effictiveness comes with your
objective, if your webserver accomplish your objectives as requested, so is
not related with your webservice.

Now, efficient it will depend on your code, if you know how to design good
applications and how you code. No much help without examples.

From the webservice point of view you can alter the default parameters like
queu sizes, concurrent threads, etc, but is most related with the traffic of
the webservice.

You can find here some advices:

Improving Web service performance
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scalenetchapt10.asp

cheers
Salva
 
Thanks for the response.
Can you guide me to some basic tutorial for creating efficient Web Services
 
Back
Top