This article explains how to simulate the pass-by-value strategy in CORBA 2.2 using Java so that a client virtual machine can locally invoke methods implemented.
Introduces caching solutions for improving availability and predictability of distributed services. Cascade (caching service for CORBA distributed objects) facilitates scalable application design by building cache hierarchies for the objects it manages.
Load balancing helps improve system scalability by ensuring that client application requests are distributed and processed equitably across a group of servers. Likewise, it helps improve system dependability by adapting dynamically to system configura...