G
Guest
I want to improve the response time of my application.
I have 3 options:
1. Run both ASPX pages and our business objects on web server and use web
farm technology.
2. Move our business objects to COM+ as serviced components. Then run our
web pages on web servers in a web farm. And run COM+ on other clustered
servers.
3. Move our business objects to .NET remoting or web service. Run our web
pages on one web farm. Run .NET remoting or web service on other web farm
servers.
My question is, can option 2 or option 3 help our application response time?
Thanks a lot.
I have 3 options:
1. Run both ASPX pages and our business objects on web server and use web
farm technology.
2. Move our business objects to COM+ as serviced components. Then run our
web pages on web servers in a web farm. And run COM+ on other clustered
servers.
3. Move our business objects to .NET remoting or web service. Run our web
pages on one web farm. Run .NET remoting or web service on other web farm
servers.
My question is, can option 2 or option 3 help our application response time?
Thanks a lot.