Skip to content

Multi-Service Architecture #1558

Answered by kasperl
Ronin11 asked this question in Q&A
Apr 17, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

I think this is a pretty good use of services. The services themselves do not really care if they are used from within one container or if they are used across containers.

The container is like a process. You can start new ones using spawn and they run independently from each other. A typical use case for containers is providing services to other containers, but a single container can easily provide implementations of multiple different services.

The container -- not the service per se -- is the entity that can be hot-swapped, so you could decide to run the whole GUI service in one container or split it out into more than one container, depending on your needs.

There is more information a…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Ronin11
Comment options

@kasperl
Comment options

@Ronin11
Comment options

@kasperl
Comment options

Answer selected by Ronin11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants