Skip to content

Commit

Permalink
* lib/drb/drb.rb: [DOC] Add note about start_service for each process
Browse files Browse the repository at this point in the history
  Based on a patch by @rosenfeld [Fixes GH-514] [ci skip]
  #514


git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
zzak committed Jan 31, 2014
1 parent def59a7 commit e902131
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Sat Feb 1 06:38:51 2014 Zachary Scott <e@zzak.io>

* lib/drb/drb.rb: [DOC] Add note about start_service for each process
Based on a patch by @rosenfeld [Fixes GH-514] [ci skip]
https://github.com/ruby/ruby/pull/514

Sat Feb 1 06:30:20 2014 Zachary Scott <e@zzak.io>

* error.c: [DOC] Document Exception#cause by @jasonrclark [ci skip]
Expand Down
3 changes: 3 additions & 0 deletions lib/drb/drb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@
# # Not necessary for this small example, but will be required
# # as soon as we pass a non-marshallable object as an argument
# # to a dRuby call.
# #
# # Note: this must be called at least once per process to take any effect.
# # This is particularly important if your application forks.
# DRb.start_service
#
# timeserver = DRbObject.new_with_uri(SERVER_URI)
Expand Down

0 comments on commit e902131

Please sign in to comment.