Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active March 16, 2018 06:06
Show Gist options
  • Save kjunichi/05d0926ef71618956dd6affb139cadeb to your computer and use it in GitHub Desktop.
Save kjunichi/05d0926ef71618956dd6affb139cadeb to your computer and use it in GitHub Desktop.
2015/3/10

メモ

mrb_type

非正規化(denormalized)数

sysconf(_SC_NPROCESSORS_ONLN)

mrb_http2_config_get_worker

set_config_worker

If pid equals 0, then sig is sent to every process in the process group of the calling process. killを読んだプロセスが属するグループにシグナル送信

If pid is less than -1, then sig is sent to every process in the process group whose ID is -pid. pidをグループに持つプロセスにシグナルを送る

pids=pgrep -P 28855 => "28856\n28857\n28858\n28859\n" pids.split("\n") => ["28856", "28857", "28858", "28859"]

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment