When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Monolithic application - Wikipedia

    en.wikipedia.org/wiki/Monolithic_application

    Monolithic applications can be compared to monoliths, such as Uluru, Australia: a large single (mono) rock (lith) In software engineering , a monolithic application is a single unified software application that is self-contained and independent from other applications, but typically lacks flexibility. [ 1 ]

  3. Monolithic system - Wikipedia

    en.wikipedia.org/wiki/Monolithic_system

    A monolithic system is a system that is integrated into one whole, analogous to a monolith. The phrase can have slightly different meanings in the contexts of computer software and hardware. The phrase can have slightly different meanings in the contexts of computer software and hardware.

  4. Monolithic kernel - Wikipedia

    en.wikipedia.org/wiki/Monolithic_kernel

    A monolithic kernel is an operating system architecture with the entire operating system running in kernel space. The monolithic model differs from other architectures such as the microkernel [ 1 ] [ 2 ] in that it alone defines a high-level virtual interface over computer hardware .

  5. Kernel (operating system) - Wikipedia

    en.wikipedia.org/wiki/Kernel_(operating_system)

    A monolithic kernel is one single program that contains all of the code necessary to perform every kernel-related task. Every part which is to be accessed by most programs which cannot be put in a library is in the kernel space: Device drivers, scheduler, memory handling, file systems, and network stacks.

  6. Pipeline (software) - Wikipedia

    en.wikipedia.org/wiki/Pipeline_(software)

    This is also called the pipe(s) and filters design pattern which is monolithic. Its advantages are simplicity and low cost while its disadvantages are lack of elasticity, fault tolerance and scalability. [1] Connecting elements into a pipeline is analogous to function composition.

  7. Modular programming - Wikipedia

    en.wikipedia.org/wiki/Modular_programming

    Program control functions are designed to work for one program. Specific task functions are closely prepared to be applicable for various programs. This makes modular designed systems, if built correctly, far more reusable than a traditional monolithic design, since all (or many) of these modules may then be reused (without change) in other ...

  8. Multi-agent system - Wikipedia

    en.wikipedia.org/wiki/Multi-agent_system

    Simple reflex agent Learning agent. A multi-agent system (MAS or "self-organized system") is a computerized system composed of multiple interacting intelligent agents. [1] Multi-agent systems can solve problems that are difficult or impossible for an individual agent or a monolithic system to solve. [2]

  9. Software architecture - Wikipedia

    en.wikipedia.org/wiki/Software_architecture

    Software architecture is the set of structures needed to reason about a software system and the discipline of creating such structures and systems. Each structure comprises software elements, relations among them, and properties of both elements and relations.