T
Tim Smith
Hi,
With our architecture we are looking at the following client
applications:
- 20-40 GUI desktop power users
- 40-100 ASP.NET light users
- 5-10 heavy server side integration apps
We would like to move all business logic into a single tier/layer.
This tier would either run on the same machine as the ASP.NET or
server apps, or another machine in the same cluster.
WebServices look appealing with their self documentation and ease of
use. We can even have testers test those components directly!
However with typed datasets being returned by most of the common
operations I am concerned that performance will become a problem.
Should I be turning to alternative methods - such as remoting (sp?)
which can use TCP binary transfers better suited for heavy data
processing?
If we do remain with webservices I assume we can add additional
machines to offload the server side processing? Is there an existing
MS directory technology suitable to aid in load balancing the web
services?
thanks!
With our architecture we are looking at the following client
applications:
- 20-40 GUI desktop power users
- 40-100 ASP.NET light users
- 5-10 heavy server side integration apps
We would like to move all business logic into a single tier/layer.
This tier would either run on the same machine as the ASP.NET or
server apps, or another machine in the same cluster.
WebServices look appealing with their self documentation and ease of
use. We can even have testers test those components directly!
However with typed datasets being returned by most of the common
operations I am concerned that performance will become a problem.
Should I be turning to alternative methods - such as remoting (sp?)
which can use TCP binary transfers better suited for heavy data
processing?
If we do remain with webservices I assume we can add additional
machines to offload the server side processing? Is there an existing
MS directory technology suitable to aid in load balancing the web
services?
thanks!