0
Answer

Web Services Constructor.Speed it up!!

Ask a question
sailorfoley

sailorfoley

19y
2.1k
1
Hey, i've developed a web service with some simple methods to do some database retrieval. I have noticed that while the methods themselves are quick the call to the constructor of the web service is relevtively slow. In debugging i've noticed it takes roughy 1 - 2 seconds to actually get into the constructor after initial method call. Any ideas on how to maybe speed this up or is this just something that has to be lived with? Thanks, Clive.