M
Markus R.
Hi,
we are about to design an 3-tier web application. The web server
(presentation layer), the application server and the database systems will
be on separate physical machines. My question is about the communication
between the web server and the application server. I know two .NET builtin
ways to manage this communication. We could implement web services, we could
use remoting. Are there any additional opportunities to do this (besides
inventing an own communication protocol .
Further I want to ask you: How did you implement this interface in your
recent projects? What where the facts that lead to your decision? Are you
still happy with this decision? Where are its advantages and disatvantages?
Although I can imagine some of the answers I am very interested what others
have experienced in their real life.
Regards,
Markus
we are about to design an 3-tier web application. The web server
(presentation layer), the application server and the database systems will
be on separate physical machines. My question is about the communication
between the web server and the application server. I know two .NET builtin
ways to manage this communication. We could implement web services, we could
use remoting. Are there any additional opportunities to do this (besides
inventing an own communication protocol .
Further I want to ask you: How did you implement this interface in your
recent projects? What where the facts that lead to your decision? Are you
still happy with this decision? Where are its advantages and disatvantages?
Although I can imagine some of the answers I am very interested what others
have experienced in their real life.
Regards,
Markus