Class | DRb::DRbIdConv |
In: |
lib/drb/drb.rb
|
Parent: | Object |
Class responsible for converting between an object and its id.
This, the default implementation, uses an object‘s local ObjectSpace id as its id. This means that an object‘s identification over drb remains valid only while that object instance remains alive within the server runtime.
For alternative mechanisms, see DRb::TimerIdConv in rdb/timeridconv.rb and DRbNameIdConv in sample/name.rb in the full drb distribution.
ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.