3 research outputs found

    Remote Batch Invocation for Compositional Object Services

    Get PDF
    Abstract. When building distributed object systems, designers use Data Transfer and Remote Façade patterns to create large-granularity interfaces. They must hard-code support for particular client use cases because Remote Procedure Calls (RPC) do not compose efficiently. As an alternative to RPC-based distributed objects, this paper presents Remote Batch Invocation (RBI), language support for explicit client-defined batches. A Remote Batch statement combines remote and local execution: all the remote code is executed in a single round-trip to the server, where all data sent to the server and results from the batch are communicated in bulk. RBI supports remote blocks, iteration and conditionals, and local handling of remote exceptions. RBI is efficient even for fine-grained interfaces, eliminating the need for hand-optimized server interfaces. We demonstrate RBI with an extension to Java, using RMI internally as the transport layer. RBI supports largegranularity, stateless server interactions, characteristic of service-oriented computing.
    corecore