るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.027秒)
トップページ > クエリ:new[x] > ライブラリ:drb/extservm[x]

別のキーワード

  1. openssl new
  2. _builtin new
  3. rexml/document new
  4. resolv new
  5. socket new

検索結果

DRb::ExtServManager.new -> DRb::ExtServManager (18103.0)

DRb::ExtServManager オブジェクトを生成して返します。

DRb::ExtServManager オブジェクトを生成して返します。

これで生成したオブジェクトの DRb::ExtServManager#service を
リモートプロセスから呼び出すことでサービスの仲介を実現します。

DRb::ExtServManager#service(name) -> DRb::ExtServ (8.0)

name で指定したサービスに関連付けられた DRb::ExtServ オブジェクトを返します。

...は、DRb::ExtServManager.command
で指定したプロセスを起動し、そのプロセスが DRb::ExtServ オブジェクトが
DRb::ExtServ.new によって ExtServManager に登録されるのを待ちます。
その後、登録されたオブジェクトを返します。

すでにプロ...