Alterator/architecture

From ALT Linux Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Alterator-architecture.png

Alterator is layered:

backends
implement system interaction,
frontends
implement UI and configuration logic,

Frontends are implemented in Scheme. Backend/frontend interaction is performed through sockets by the specific Lisp-inspired protocol.

Backends may be written in any language, and there are existing libraries for POSIX shell and Perl for dealing with frontend communication protocol.