process identifier - significado y definición. Qué es process identifier
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es process identifier - definición

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.

Wikipedia

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.