An Entity of Type: Election, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

A background process is a computer process that runs behind the scenes (i.e., in the background) and without user intervention. Typical tasks for these processes include logging, system monitoring, scheduling, and user notification. The background process usually is a child process created by a control process for processing a computing task. After creation, the child process will run on its own, performing the task independent of the control process, freeing the control process of performing that task.

Property Value
dbo:abstract
  • A background process is a computer process that runs behind the scenes (i.e., in the background) and without user intervention. Typical tasks for these processes include logging, system monitoring, scheduling, and user notification. The background process usually is a child process created by a control process for processing a computing task. After creation, the child process will run on its own, performing the task independent of the control process, freeing the control process of performing that task. On a Windows system, a background process is either a computer program that does not create a user interface, or a Windows service. The former are started just as any other program is started, e.g., via Start menu. Windows services, on the other hand, are started by Service Control Manager. In Windows Vista and later, they are run in a separate session. There is no limit to how much a system service or background process can use system resources. Indeed, in the Windows Server family of Microsoft operating systems, background processes are expected to be the principal consumers of system resources. On a Unix or Unix-like system, a background process or job can be further identified as one whose process group ID differs from its terminal group ID (TGID). (The TGID of a process is the process ID of the process group leader that opened the terminal, which is typically the login shell. The TGID identifies the control terminal of the process group.) This type of process is unable to receive keyboard signals from its parent terminal, and typically will not send output to that terminal. This more technical definition does not distinguish between whether or not the process can receive user intervention. Although background processes are typically used for purposes needing few resources, any process can be run in the background, and such a process will behave like any other process, with the exceptions given above. (en)
  • Als Hintergrundprozess – oder auch Hintergrunddienst – werden in der Informatik Prozesse genannt, welche mit dem Benutzer nicht unmittelbar zusammenarbeiten, sondern nur im Hintergrund und damit nebenläufig (oder auch asynchron) zur Benutzerschnittstelle arbeiten. Die Benutzeraktion erfolgt meist durch Hilfsprozesse, vor allem Anwendungsprogramme, die der Benutzer bedient. Hintergrundprozesse laufen asynchron zu der Betriebssystem-Shell ab. Moderne Unix-Shells sind in der Lage, jeden beliebigen Prozess als Hintergrundprozess zu starten. (de)
  • En términos de informática, Background, fondo o segundo plano se utiliza para nombrar a todos aquellos procesos o rutinas de ejecución que se realizan en segundo plano. Esto implica que el proceso se está llevando a cabo con una prioridad baja y no siempre tiene la CPU (Unidad central de procesamiento) de forma secuencial ejecutando su código. Utiliza menos recursos y permite un aumento de la velocidad de procesado o la ejecución de más procesos simultáneamente; teniendo en cuenta que la CPU sólo atiende un proceso a la vez, pero se multiplexa en tiempo entre las diferentes rutinas para atenderlas a todas. Suele ser utilizado por sistemas operativos multitarea (scheduling con prioridad).​Además el Backcground:Computadoras paralelas - computadoras con más de un procesador – Su programación – algoritmos paralelos - Han estado alrededor por más de 40 años (es)
  • Is é rud is próiseáil chúlrach ann ná tascanna le tosaíocht íseal a dhéanann ríomhaire ag an am céanna is a dhéanann sé tascanna eile le tosaíocht níos airde. Mar shampla, tiomáineann cuid mhaith ríomhairí an printéir ar an mbealach seo gan cur isteach ar phríomhghnó an úsáideora. (ga)
  • Dans un système informatique, un processus en tâche de fond (ou en arrière-plan) est un processus non attaché explicitement à un terminal, ou plus précisément sans interaction avec un utilisateur. (fr)
  • L'esecuzione in background (dall'inglese background che indica sfondo o in secondo piano), in informatica, è una modalità di esecuzione tipica di alcuni programmi che non richiedono la presenza o l'intervento dell'utente, e che può essere concorrente all'esecuzione di altri programmi (ed è quindi è possibile solo in sistemi multitasking), risultando così ignari all'utente. Programma (o servizio) in background, in pratica, significa in esecuzione ma "dietro le quinte". (it)
  • 백그라운드 프로세스(background process)는 사용자 간섭 없이 보이지 않는 뒷편에서 실행 중인 컴퓨터 프로세스이다. 이러한 프로세스를 위한 일반적인 작업에는 로그 처리, 시스템 모니터링, 스케줄링, 사용자 통보 등이 있다. (ko)
  • コンピュータソフトウェアのプロセスにおいて、バックグラウンドは相対的に低い優先度で動作し、入力がごく少ないか全くなく、最小限の出力を行うプロセスを表す。 バックグラウンドプロセスは、大まかに2つのカテゴリに分類することが出来る。デーモンと計算集約型タスクである。 * デーモンプロセスは、Webページの提供、電子メールの転送、時刻同期のようなサービスを提供する。通常は、わずかのCPUとメモリを消費し、ユーザとの対話を全く行わずに動作する。デーモンプロセスは、主に他のコンピュータプログラムや、ネットワーク経由の他のコンピュータと通信を行う。 * バックグラウンドプロセスは、計算に膨大なCPU時間が必要な長時間のタスクにも使用される。この種のタスクを低い優先度で走らせることは直感に反するが、一般的にコンピュータが90%以上の時間をユーザの入力を待つことに費やしていることを考えれば明白である。高い優先度を、すぐに応答する対話のタスクに割り当てることで、低い優先度のタスクに大部分の時間を割り当てることができる。 (ja)
  • Proces drugoplanowy, proces w tle (ang. background job) – rodzaj zadania informatycznego, które jest przeznaczone do wykonania w tle określonej rzeczy pod ścisłą kontrolą systemu wsadowego. To zadanie nie jest bezpośrednio nadzorowane przez określonego użytkownika komputera. (pl)
  • Processo Background ou processo de segundo plano, é um termo oriundo dos estudos referentes a Sistemas Operacionais, que designa os processos que ocorrem em que não há interação com o usuário. Diferencia-se, portanto, do processo foreground, que ocorre em primeiro plano, com a interação direta do usuário. (pt)
  • 后台进程(Background Process)是一种在不需用户干预的情况下运行于操作系统后台的计算机进程 ,通常用于执行如、系统监测、作业调度以及等任务。 在UNIX与类UNIX系统中,后台进程的进程组ID(即PGID,可用ps命令获得)与控制终端进程组ID(即TPGID)不同,因而也可以此辨识后台进程。后台进程无法接收从键盘传送的信号(如Ctrl-C),但从更专业的定义来说,程序是否能收到用户的中断信号并非后台进程的判别标准。 虽然后台进程通常用于仅需少量资源的应用,但任何进程无论占用资源多少都可以运行在后台,且即使程序在后台运行,其行为与前台进程也并无差异。 (zh)
dbo:wikiPageID
  • 229603 (xsd:integer)
dbo:wikiPageLength
  • 11615 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1116468178 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Als Hintergrundprozess – oder auch Hintergrunddienst – werden in der Informatik Prozesse genannt, welche mit dem Benutzer nicht unmittelbar zusammenarbeiten, sondern nur im Hintergrund und damit nebenläufig (oder auch asynchron) zur Benutzerschnittstelle arbeiten. Die Benutzeraktion erfolgt meist durch Hilfsprozesse, vor allem Anwendungsprogramme, die der Benutzer bedient. Hintergrundprozesse laufen asynchron zu der Betriebssystem-Shell ab. Moderne Unix-Shells sind in der Lage, jeden beliebigen Prozess als Hintergrundprozess zu starten. (de)
  • Is é rud is próiseáil chúlrach ann ná tascanna le tosaíocht íseal a dhéanann ríomhaire ag an am céanna is a dhéanann sé tascanna eile le tosaíocht níos airde. Mar shampla, tiomáineann cuid mhaith ríomhairí an printéir ar an mbealach seo gan cur isteach ar phríomhghnó an úsáideora. (ga)
  • Dans un système informatique, un processus en tâche de fond (ou en arrière-plan) est un processus non attaché explicitement à un terminal, ou plus précisément sans interaction avec un utilisateur. (fr)
  • L'esecuzione in background (dall'inglese background che indica sfondo o in secondo piano), in informatica, è una modalità di esecuzione tipica di alcuni programmi che non richiedono la presenza o l'intervento dell'utente, e che può essere concorrente all'esecuzione di altri programmi (ed è quindi è possibile solo in sistemi multitasking), risultando così ignari all'utente. Programma (o servizio) in background, in pratica, significa in esecuzione ma "dietro le quinte". (it)
  • 백그라운드 프로세스(background process)는 사용자 간섭 없이 보이지 않는 뒷편에서 실행 중인 컴퓨터 프로세스이다. 이러한 프로세스를 위한 일반적인 작업에는 로그 처리, 시스템 모니터링, 스케줄링, 사용자 통보 등이 있다. (ko)
  • コンピュータソフトウェアのプロセスにおいて、バックグラウンドは相対的に低い優先度で動作し、入力がごく少ないか全くなく、最小限の出力を行うプロセスを表す。 バックグラウンドプロセスは、大まかに2つのカテゴリに分類することが出来る。デーモンと計算集約型タスクである。 * デーモンプロセスは、Webページの提供、電子メールの転送、時刻同期のようなサービスを提供する。通常は、わずかのCPUとメモリを消費し、ユーザとの対話を全く行わずに動作する。デーモンプロセスは、主に他のコンピュータプログラムや、ネットワーク経由の他のコンピュータと通信を行う。 * バックグラウンドプロセスは、計算に膨大なCPU時間が必要な長時間のタスクにも使用される。この種のタスクを低い優先度で走らせることは直感に反するが、一般的にコンピュータが90%以上の時間をユーザの入力を待つことに費やしていることを考えれば明白である。高い優先度を、すぐに応答する対話のタスクに割り当てることで、低い優先度のタスクに大部分の時間を割り当てることができる。 (ja)
  • Proces drugoplanowy, proces w tle (ang. background job) – rodzaj zadania informatycznego, które jest przeznaczone do wykonania w tle określonej rzeczy pod ścisłą kontrolą systemu wsadowego. To zadanie nie jest bezpośrednio nadzorowane przez określonego użytkownika komputera. (pl)
  • Processo Background ou processo de segundo plano, é um termo oriundo dos estudos referentes a Sistemas Operacionais, que designa os processos que ocorrem em que não há interação com o usuário. Diferencia-se, portanto, do processo foreground, que ocorre em primeiro plano, com a interação direta do usuário. (pt)
  • 后台进程(Background Process)是一种在不需用户干预的情况下运行于操作系统后台的计算机进程 ,通常用于执行如、系统监测、作业调度以及等任务。 在UNIX与类UNIX系统中,后台进程的进程组ID(即PGID,可用ps命令获得)与控制终端进程组ID(即TPGID)不同,因而也可以此辨识后台进程。后台进程无法接收从键盘传送的信号(如Ctrl-C),但从更专业的定义来说,程序是否能收到用户的中断信号并非后台进程的判别标准。 虽然后台进程通常用于仅需少量资源的应用,但任何进程无论占用资源多少都可以运行在后台,且即使程序在后台运行,其行为与前台进程也并无差异。 (zh)
  • A background process is a computer process that runs behind the scenes (i.e., in the background) and without user intervention. Typical tasks for these processes include logging, system monitoring, scheduling, and user notification. The background process usually is a child process created by a control process for processing a computing task. After creation, the child process will run on its own, performing the task independent of the control process, freeing the control process of performing that task. (en)
  • En términos de informática, Background, fondo o segundo plano se utiliza para nombrar a todos aquellos procesos o rutinas de ejecución que se realizan en segundo plano. Esto implica que el proceso se está llevando a cabo con una prioridad baja y no siempre tiene la CPU (Unidad central de procesamiento) de forma secuencial ejecutando su código. (es)
rdfs:label
  • Hintergrundprozess (de)
  • Background process (en)
  • Background (es)
  • Próiseáil chúlrach (ga)
  • Esecuzione in background (it)
  • Tâche de fond (fr)
  • バックグラウンド (ソフトウェア) (ja)
  • 백그라운드 프로세스 (ko)
  • Proces drugoplanowy (pl)
  • Processo em segundo plano (pt)
  • 后台进程 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License