System Services¶
paglets.system contains built-in resident services that are useful across many
applications. They are normal paglets with typed service contracts, but they are
shipped as reusable infrastructure rather than as examples.
The bundled launch config starts:
- Server Info, a host-local system information service.
- Mesh Info, a mesh-wide resource landscape service.
- Compute Slots, a reusable scheduler for coarse compute jobs.
- User Info, a user-facing notification sink.
Example paglets under paglets.examples.* may depend on these services. The
Analysis Jobs example demonstrates how a custom
compute paglet can use compute-slots and user-info.