Skip to content

Instantly share code, notes, and snippets.

@ytnobody
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ytnobody/0dd928f3fb3f800dde06 to your computer and use it in GitHub Desktop.
Save ytnobody/0dd928f3fb3f800dde06 to your computer and use it in GitHub Desktop.
* 最初のプロセスはinitです!!!
* rackを例に。
* exit if fork
* ppid=1に。
* Process.setsidはプロセスを「新しいセッションのセッションリーダーにし」、「新しいプロセスグループのグループリーダーにし」、「制御端末を外す」作業をする
* プロセスは何らかのプロセスグループに属す
* Process.setpgrp(新しいgroup_id)で任意のプロセスをグループ化できる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment