Displaying 1 result from an estimated 1 matches for "ring_server".
Did you mean:
big_server
2010 Jun 30
0
drb problem? ringy-dingy won't answer...
...%M
%S")}]"
@result << "***#{msg}"
rescue
@result << "#{scriptname} Aborted [#{Time.now.strftime("%Y%m%d%H%M
%S")}] \n #{$!} \n #{caller.to_yaml}"
ensure
return @result
end
end
DRb.start_service
myPid = Process.pid.to_s
puts myPid
ring_server = Rinda::RingFinger.primary
ring_server.write([:name,
:ScriptServer,
ScriptServer.new(),
"ScriptServer #{myPid}"],
Rinda::SimpleRenewer.new)
DRb.thread.join
******** The worker/client
require ''active_suppor...