A
amqazi
We have an application that we recently converted to VB.Net. The
database access layer has been converted to a web service. We have
noticed a significant reduction in the speed of database calls. This is
a high availability application and each moderate size query to an SQL
server takes about 10 to 15 seconds. We could not resolve this problem
so we switched the database access component back to a .Net written
COM+ component, and the speed has improved a lot.
I would love some advice on how to speed up the database calls. I also
noticed that each time I would assign a value to the URL property of
the component to prepare it for connecting to the web service, the web
service would recompile itself. Is that true?
Thanks a bunch.
AD
database access layer has been converted to a web service. We have
noticed a significant reduction in the speed of database calls. This is
a high availability application and each moderate size query to an SQL
server takes about 10 to 15 seconds. We could not resolve this problem
so we switched the database access component back to a .Net written
COM+ component, and the speed has improved a lot.
I would love some advice on how to speed up the database calls. I also
noticed that each time I would assign a value to the URL property of
the component to prepare it for connecting to the web service, the web
service would recompile itself. Is that true?
Thanks a bunch.
AD