るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.027秒)

別のキーワード

  1. process abort
  2. process setrlimit
  3. process fork
  4. tracer display_process_id
  5. tracer display_process_id=

種類

ライブラリ

モジュール

検索結果

Process.#getsid(pid = 0) -> Integer (39149.0)

引数 pid で指定されたプロセスのセッション ID を返します。

...e NotImplementedError メソッドが現在のプラットフォームで実装されて
いない場合に発生します。

Process
.getsid() # => 27422
Process
.getsid(0) # => 27422
Process
.getsid(Process.pid()) # => 27422

@see getsid(2)...

NEWS for Ruby 2.0.0 (24.0)

NEWS for Ruby 2.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...弱い参照を保持するための低レベルのクラスです。

* Proc
* 非互換: Proc#== と #eql? を削除。

* Process
* 追加: Process#getsid session id を取得します(unix のみ)。

* Range
* 追加: Range#size サイズの遅延評価
* 追加: Range#bs...
...xec().
Also, the close-on-exec flag is set by default for all new file descriptors.
This means file descriptors doesn't inherit to spawned process unless
explicitly requested such as system(..., fd=>fd).

* Kernel#respond_to? against a protected method now returns false
unless the...