Tagged articles

process control

11 articles · Page 1 of 1
Digital Planet
Digital Planet
Jun 10, 2026 · Industry Insights

How Process Control in FMCG Turns Salespeople into Tools – A Management Analysis

The article analyzes how excessive process control in fast‑moving consumer goods digital systems, which occupies only about 13 % of a salesperson’s day, expands weak‑sales tasks into mandatory, error‑free administrative burdens, turning salespeople into tools and creating a conflict between result‑orientation and strict compliance.

FMCGOperationsdigital transformation
0 likes · 13 min read
How Process Control in FMCG Turns Salespeople into Tools – A Management Analysis
Tech Ocean
Tech Ocean
May 2, 2026 · Artificial Intelligence

write_todos: A Guardrail, Not a To‑Do List, for Keeping Agents on Track

The article explains how the write_todos tool in Deep Agents serves as a process controller that breaks long tasks into observable steps, updates status in real time, and prevents agents from losing track, offering concrete guidelines, data structures, and best‑practice rules for effective task management.

AI task managementDeep Agentslong-running tasks
0 likes · 9 min read
write_todos: A Guardrail, Not a To‑Do List, for Keeping Agents on Track
Architect Chen
Architect Chen
May 1, 2026 · Operations

Comprehensive Nginx Command Guide (2026 Edition)

This article provides a detailed reference of essential Nginx commands—including startup, shutdown, reload, configuration checks, process signaling, debugging, and monitoring—explaining their effects, typical use cases, and the underlying behavior of master and worker processes.

Command LineConfigurationLinux
0 likes · 5 min read
Comprehensive Nginx Command Guide (2026 Edition)
Software Development Quality
Software Development Quality
Jul 30, 2024 · R&D Management

What Does a Comprehensive Quality Service SLA Look Like? A Deep Dive into Testing Standards

This article presents a detailed Service Level Agreement (SLA) for quality and testing services, outlining service items, levels, descriptions, standards, response times, quality commitments, and owners across multiple testing domains such as process control, requirement management, development testing, performance, security, weak network, and specialized testing, providing a complete framework for managing testing quality within an organization.

Performance TestingSLAprocess control
0 likes · 41 min read
What Does a Comprehensive Quality Service SLA Look Like? A Deep Dive into Testing Standards
Open Source Tech Hub
Open Source Tech Hub
Jan 28, 2024 · Backend Development

Unlock Powerful PHP Built‑in Functions: Levenshtein, Easter Date, Forks & More

Explore a collection of essential PHP built‑in functions—from string distance with levenshtein and phonetic matching via metaphone, to date calculations, DNS queries, array merging, email sending, dynamic extension loading, file globbing, and process forking—complete with clear code examples and expected outputs.

Date Functionsarray handlingbuilt-in functions
0 likes · 8 min read
Unlock Powerful PHP Built‑in Functions: Levenshtein, Easter Date, Forks & More
Open Source Linux
Open Source Linux
Sep 7, 2020 · Operations

Never Lose Long‑Running Linux Tasks: Master the Screen Command

This guide explains how to install, start, name, detach, reattach, nest, and close GNU Screen sessions on Linux, enabling you to keep long‑running processes alive across network interruptions and efficiently manage multiple terminal tasks in a single window.

Command LineLinuxprocess control
0 likes · 7 min read
Never Lose Long‑Running Linux Tasks: Master the Screen Command
ITPUB
ITPUB
Feb 10, 2018 · Operations

How to Parallelize Shell Loops on Linux Without External Tools

This guide explains why serial shell loops become a bottleneck for large‑scale tasks, then demonstrates three pure‑bash techniques—background execution, a simulated queue using arrays, and a FIFO‑based token system—to run multiple loop iterations concurrently while controlling the number of active processes.

FIFObashparallel-execution
0 likes · 12 min read
How to Parallelize Shell Loops on Linux Without External Tools
21CTO
21CTO
Feb 28, 2017 · Operations

How to Build a Robust Init Script for a Swoole Mail Server on Linux

This guide explains how to create a full-featured init script for a Swoole‑based mail service, enabling start, stop, restart, reload, and status commands, plus automatic boot‑time activation, with complete shell code and step‑by‑step instructions.

LinuxSwooleinit script
0 likes · 6 min read
How to Build a Robust Init Script for a Swoole Mail Server on Linux