WildFly Modular Service Container: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:


The JBoss Modular Services Container (MSC) is essentially an advanced concurrent state machine. It dynamically analyzes the dependencies between all services and attempts to start as many as it can at the same time, while still adhering to the relationship requirements. MSC implements new algorithms for checking module and service dependencies at deploy and run time, such that only the services that are needed are loaded and started, and when no longer needed unloaded. This makes unnecessary "slimming" a configuration to get a minimal memory footprint and start time.
The JBoss Modular Services Container (MSC) is essentially an advanced concurrent state machine. It dynamically analyzes the dependencies between all services and attempts to start as many as it can at the same time, while still adhering to the relationship requirements. MSC implements new algorithms for checking module and service dependencies at deploy and run time, such that only the services that are needed are loaded and started, and when no longer needed unloaded. This makes unnecessary "slimming" a configuration to get a minimal memory footprint and start time.
[[Modular class loading]] is at the core of MSC.


=Version=
=Version=

Revision as of 23:06, 10 March 2016




Migrating from https://home.feodorov.com:9443/wiki/Wiki.jsp?page=JBoss7ModularServiceContainer

Internal

Relevance

EAP 6.4

Overview

The JBoss Modular Services Container (MSC) is essentially an advanced concurrent state machine. It dynamically analyzes the dependencies between all services and attempts to start as many as it can at the same time, while still adhering to the relationship requirements. MSC implements new algorithms for checking module and service dependencies at deploy and run time, such that only the services that are needed are loaded and started, and when no longer needed unloaded. This makes unnecessary "slimming" a configuration to get a minimal memory footprint and start time.

Modular class loading is at the core of MSC.

Version

18:18:23,208 INFO  [org.jboss.msc] (main) JBoss MSC version 1.1.5.Final-redhat-1

Source

GitHub: https://github.com/jboss-msc
Maven Repository: https://repository.jboss.org/nexus/content/repositories/releases/org/jboss/msc/jboss-msc/