Tagged articles
25 articles
Page 1 of 1
James' Growth Diary
James' Growth Diary
May 4, 2026 · Artificial Intelligence

Choosing the Right Multi‑Agent Collaboration Pattern: Supervisor, Swarm, Mesh, or Pipeline

When a single LLM agent can’t handle research, writing, and fact‑checking simultaneously, the article breaks down four multi‑agent collaboration patterns—Supervisor, Swarm, Pipeline, and Mesh—detailing their architectures, code examples, pros, cons, suitable scenarios, and common pitfalls to help you pick the best fit.

LangGraphMulti-AgentPipeline
0 likes · 21 min read
Choosing the Right Multi‑Agent Collaboration Pattern: Supervisor, Swarm, Mesh, or Pipeline
AI Step-by-Step
AI Step-by-Step
Apr 6, 2026 · Artificial Intelligence

Why Single Agents Fail: Embracing Multi‑Agent Microservice Architecture

When a single AI agent’s logic hits bottlenecks, the article explains how breaking responsibilities into bounded microservice agents, using pipelines for deterministic steps and supervisors for dynamic routing, yields clearer contracts, shared state, easier debugging, and more stable, scalable task execution.

AI ArchitectureAgent FrameworksMicroservices
0 likes · 12 min read
Why Single Agents Fail: Embracing Multi‑Agent Microservice Architecture
Python Programming Learning Circle
Python Programming Learning Circle
Sep 18, 2025 · Operations

Mastering Supervisor: A Complete Guide to Process Monitoring and Management

This article introduces Supervisor, a client‑server process monitoring tool, explains why traditional nohup deployments can be unstable, and provides step‑by‑step instructions for installation, configuration, command‑line usage, advanced features like process groups, signal handling, and auto‑restart policies to ensure reliable service operation.

AutomationSupervisorSystem Administration
0 likes · 19 min read
Mastering Supervisor: A Complete Guide to Process Monitoring and Management
Open Source Tech Hub
Open Source Tech Hub
Sep 3, 2025 · Backend Development

Master Supervisor to Supercharge PHP Background Tasks on Ubuntu

This guide explains how to install Supervisor on Ubuntu, configure it for Laravel queue workers, and apply practical tips such as multi‑process management, timeout control, log monitoring, and Docker integration to improve PHP backend task efficiency and stability.

LaravelPHPSupervisor
0 likes · 4 min read
Master Supervisor to Supercharge PHP Background Tasks on Ubuntu
Open Source Tech Hub
Open Source Tech Hub
Jul 24, 2025 · Backend Development

Mastering ThinkPHP’s Think Queue: Installation, Usage, and Command Guide

Learn how to install and configure ThinkPHP’s official Think Queue extension, explore its core features, follow step-by-step usage flows—including job creation, pushing, processing, and command options—while also seeing practical code examples and supervisor integration for reliable background task handling.

BackendJob ProcessingPHP
0 likes · 9 min read
Mastering ThinkPHP’s Think Queue: Installation, Usage, and Command Guide
Open Source Tech Hub
Open Source Tech Hub
Feb 9, 2025 · Operations

How to Turn Any Linux Process into a Managed Daemon with Supervisor

This guide explains how Supervisor, a Python‑based process manager, can convert ordinary command‑line programs into monitored daemons on Linux, compares it with nohup, setsid and screen, and provides step‑by‑step installation, configuration, and web‑interface setup instructions.

SupervisorWeb Interfacelinux
0 likes · 9 min read
How to Turn Any Linux Process into a Managed Daemon with Supervisor
Python Programming Learning Circle
Python Programming Learning Circle
Jul 26, 2024 · Operations

Using Supervisor for Process Monitoring and Management on Unix-like Systems

This article introduces Supervisor, a client‑server process monitoring tool for Unix-like systems, explains why it solves persistent process deployment issues, walks through installation, configuration, command‑line usage, advanced features such as process groups and auto‑restart policies, and provides code examples for practical implementation.

SupervisorSystem Administrationlinux
0 likes · 16 min read
Using Supervisor for Process Monitoring and Management on Unix-like Systems
php Courses
php Courses
Jul 9, 2023 · Backend Development

How to Daemonize PHP-FPM Using systemd and Supervisor

This article explains common reasons why PHP-FPM processes may terminate unexpectedly and provides step‑by‑step instructions for configuring systemd and Supervisor to supervise PHP‑FPM, ensuring continuous and reliable operation on Linux servers.

BackendSupervisorlinux
0 likes · 4 min read
How to Daemonize PHP-FPM Using systemd and Supervisor
Fulu Network R&D Team
Fulu Network R&D Team
Nov 16, 2020 · Backend Development

Deploying .NET Core Applications on Linux: From Manual Setup to Docker

This guide walks .NET developers through the complete process of moving from .NET Framework to .NET Core on a Linux server, covering prerequisite tools, SSH key configuration, SDK installation, manual publishing, production‑grade setups with Supervisor+Nginx or Jexus, and finally Docker‑based deployment with automation scripts.

DeploymentNginxSupervisor
0 likes · 16 min read
Deploying .NET Core Applications on Linux: From Manual Setup to Docker
Liangxu Linux
Liangxu Linux
Jun 8, 2020 · Operations

How to Install and Configure Supervisor on CentOS 7 for Process Management

This guide walks through installing Supervisor on CentOS 7, configuring its core settings, creating program definitions for Tomcat and Redis, and managing services with supervisord and supervisorctl, providing a reliable solution for automatic process recovery on Linux/Unix systems.

CentOSSupervisorTomcat
0 likes · 10 min read
How to Install and Configure Supervisor on CentOS 7 for Process Management
360 Quality & Efficiency
360 Quality & Efficiency
Mar 31, 2020 · Operations

Using Supervisor for Process Management on Linux: Installation, Configuration, and Practical Example

This article explains why nohup cannot monitor scripts, introduces Supervisor as a Python‑based process monitor, shows how to install it on CentOS, Ubuntu, and via pip, details the supervisord.conf and program .ini configurations, demonstrates a sample Python script, and outlines common commands for managing and restarting services.

AutomationConfigurationOperations
0 likes · 6 min read
Using Supervisor for Process Management on Linux: Installation, Configuration, and Practical Example
Hujiang Technology
Hujiang Technology
Jul 17, 2017 · Operations

Resolving Missing Core Dumps When Using Supervisor on CentOS 6.5

This article explains why C/C++ applications managed by Supervisor on CentOS 6.5 fail to generate core dump files, analyzes the environment differences that set the core file size limit to zero, and provides both temporary and permanent fixes by adjusting ulimit settings and modifying Supervisor's options.py.

Supervisorcore dumplinux
0 likes · 6 min read
Resolving Missing Core Dumps When Using Supervisor on CentOS 6.5
MaGe Linux Operations
MaGe Linux Operations
Sep 22, 2015 · Backend Development

Deploying Python Flask Apps with Nginx, Gunicorn, and Supervisor

Learn how to set up a Python Flask web service on Linux by creating a virtual environment, installing Flask, configuring Nginx as a reverse proxy, deploying with Gunicorn as the WSGI server, and managing processes using Supervisor, complete with command examples.

DeploymentFlaskGunicorn
0 likes · 9 min read
Deploying Python Flask Apps with Nginx, Gunicorn, and Supervisor