Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EIG:Introduction to the Shared Object API"

Line 1: Line 1:
The Shared Object API is used to expose methods on a local object over a network to a number of remote VMs and to message those remote VMs, typically with updates to the local object.
+
The Shared Object API is used to expose methods on a local object over a network to a number of remote VMs and to message those remote VMs, typically with updates to the local object. It is therefore particularly suitable for applications which need to share state from one VM to many other VMs.

Revision as of 13:44, 30 November 2010

The Shared Object API is used to expose methods on a local object over a network to a number of remote VMs and to message those remote VMs, typically with updates to the local object. It is therefore particularly suitable for applications which need to share state from one VM to many other VMs.

Back to the top