Hello All,
In J2EE, some appservers optimize the calls between components by finding
their locations. If the two beans are deployed in the same app server then
they do not use tcp/rmi calls to invoke the methods. but make local calls
Does the .Net remoting framework also do the following optimization?
If it doesn't is there any way this can be done?
regards,
Abhishek.