DAL and BLL communication
-
Hi I am developing 4 tier architecture in dotnet 2.0. Presentation Layer is hosted on different machine. Business Layer is hosted on different machine and DAL is also hosted on different machine and database server is also different i.e. all applications parts are hosted on different machines. Now Presentation layer and Business layer communicate through Web Service. What is the suitable way of communication between DAL and BLL. Business Layer and DAL machines have window XP Operation Systems. 1. Remoting 2. Web Service 3. Any other Please suggests all the options.
Sarvesh Upadhyay
-
Hi I am developing 4 tier architecture in dotnet 2.0. Presentation Layer is hosted on different machine. Business Layer is hosted on different machine and DAL is also hosted on different machine and database server is also different i.e. all applications parts are hosted on different machines. Now Presentation layer and Business layer communicate through Web Service. What is the suitable way of communication between DAL and BLL. Business Layer and DAL machines have window XP Operation Systems. 1. Remoting 2. Web Service 3. Any other Please suggests all the options.
Sarvesh Upadhyay
In this case I suggest remoting. Because will be more faster and then you only will have a bottleneck(WS). If you use WS it will be slower.
Visit my blog at http://dotnetforeveryone.blogspot.com/
-
In this case I suggest remoting. Because will be more faster and then you only will have a bottleneck(WS). If you use WS it will be slower.
Visit my blog at http://dotnetforeveryone.blogspot.com/
Language is not english so i could not understand content of this articl http://dotnetforeveryone.blogspot.com/
Sarvesh Upadhyay