Hello,
I think this questionis a difficult one to answer. It depends on network topology, hardware andmost importantlythe amount of data that you're remoting.
However, .NET remoting is the fastest way (that I know of)you can let your applications communicate with each other. Any web solution will be slower because they usually use SOAP, which is an XML format.
I guess stress testing your application will tell how scalable it is.
|