bsampson
Posts: 7
Joined: 6/11/2004
Status: offline
|
I'm not sure why my web services were so sloooow earlier, but now I'm getting an initial response in about 6 seconds, then following queries are around 1 - 2 seconds. I tried SQL client and it is definitely faster. In this test it's ranging from .5 to 1.5 seconds. I'd guess in my environment, in a very basic query, SqlClient is about 50% faster than the web service. I was thinking about Web Services because I can more centrally manage web service code than code distributed on multiple devices. Plus, I could reuse the web services in applications for PC's as well. 50% is pretty substantial, however. I'll have to test with more realistic queries. Thanks again Pete.
|