process identifier - определение. Что такое process identifier
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое process identifier - определение

NUMBER TO IDENTIFY EACH PROCESS RUNNING ON A COMPUTER
Process ID; Getpid; Pidfile; PID file; Process identifier file

process identifier         
<operating system> (PID) An integer used by the Unix kernel to uniquely identify a process. PIDs are returned by the fork system call and can be passed to wait() or kill() to perform actions on the given process. (1996-12-09)
process ID         
Unique identifier         
IDENTIFIER WHICH IS UNIQUE AND PERMANENT WITHIN A SUBSET OF SPACE AND TIME
Unique Identification Number; Unique identifiers; Unique Identifier(UID); Unique Object Identifier; Unique identifying code
A unique identifier (UID) is an identifier that is guaranteed to be unique among all identifiers used for those objects and for a specific purpose. The concept was formalized early in the development of Computer science and Information systems.

Википедия

Process identifier

In computing, the process identifier (a.k.a. process ID or PID) is a number used by most operating system kernels—such as those of Unix, macOS and Windows—to uniquely identify an active process. This number may be used as a parameter in various function calls, allowing processes to be manipulated, such as adjusting the process's priority or killing it altogether.