Process
Everything on SkillVeris tagged Process — collected across the glossary, study notes, blog, and cheat sheets.
14 resources across 2 libraries
Study Notes(13)
The Microsoft Store Submission Process
A walkthrough of how developers register, package, and submit UWP/MSIX apps through Partner Center for review and publication in the Microsoft Store.
Process Mining
Use Process Advisor to record real user activity, reconstruct the as-is version of a business process, and identify the best candidates for automation.
PostgreSQL Architecture Overview
A tour of how PostgreSQL is built internally: the process model, shared memory, the write-ahead log, and the MVCC storage engine that together deliver durabili…
Background Jobs and Process Management
Learn how to launch, monitor, and control background jobs in bash using &, jobs, fg, bg, wait, and disown for scripts that need concurrency.
Process Substitution
Learn how Bash's <(...) and >(...) process substitution let commands read from or write to another command's output as if it were a file.
Log Compaction
How Kafka's compaction cleanup policy retains only the latest value per key instead of expiring records by time.
Compilation Process in C++
Follow the full journey of a C++ program from source code to executable, covering preprocessing, compilation, assembly, and linking stages.
Introduction to Process Scheduling
Learn why the OS schedules processes, the queues involved, and the basic goals of a scheduler.
Process States and the PCB
Understand the five standard process states and the fields stored in a Process Control Block.
What Is a Process?
Learn what a process is, how it differs from a program, and how the OS creates and manages processes.
App Lifecycle and Process Death
How Android activities and processes move through creation, backgrounding, and destruction, and why saving state correctly is essential to survive system-initi…
Monitoring Processes with ps and top
Learn to inspect running processes with ps snapshots and the interactive top monitor, reading CPU, memory, and state columns to diagnose system load.
Understanding Processes
Learn what a process is in Linux, how it relates to programs and the kernel, key attributes like PID/PPID and process states, and the parent-child process tree.