Dragon GS Client
The Dragon Global Services Client provides an API for managing the life-cycle of managed Dragon objects and extended capabilities.
Python Reference
Setup and global objects for Dragon's GS client API. |
|
Global Services API for the Managed Memory Pools and Allocations primary resource component. |
|
Global Services API for the Process primary resource component. |
|
Global Services API for the Channels primary resource component. |
|
Global Services API for the Node primary resource component. |
|
Global Services API for the Group of resources (processes, channels, pools, etc.) primary resource component. |
Architecture
Fig. 18 shows the architecture of GS Client API. It exposes four base components to the user:
Process: An interface to a managed process.
Pool/Shared Memory: An interface to a managed memory pool or allocation.
Channel: An interface to a managed channel.
Node: An interface to a hardware node the run-time is currently running on.
Group: An interface to a managed group of resources, such as processes, channels and pools.
The objects are owned and managed by the Dragon runtime system through Global Services - user
processes interact with them through handle objects called descriptors. These base components
are always managed and can always be queried by name, uid or serialized descriptor. All higher
level abstractions (e.g. dragon.native.queue
) are derived from the four base components. The
API provides convience functions to setup connections to the infrastructure and send message to
the runtime services.