Microkernel Architecture
Microkernel architecture uses a minimal core system with functionality added through plugins. Microkernel architecture should be avoided when an application's core logic changes regularly. A plugin model can become awkward when the center…
1 sources - 4 claims
Microkernel architecture uses a minimal core system with functionality added through plugins. Microkernel architecture should be avoided when an application's core logic changes regularly. A plugin model can become awkward when the center of the system is unstable. Microkernel architecture is useful for product applications that need customizable features.