⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (134 Bytes)
Bug #14471
» echo_server.rb
jrafanie (Joe Rafaniello)
, 02/13/2018 05:06 PM
require
'drb/drb'
class
Echo
def
echo
(
str
)
str
end
end
DRb
.
start_service
(
'druby://localhost:9999'
,
Echo
.
new
)
DRb
.
thread
.
join
« Previous
1
2
3
Next »
(1-1/3)
Loading...