在DRbserver中,我如何才能看到谁调用了方法?我想记录任何调用某个方法的人的ip和端口。就像这样
def who
uri = <DRb method here>
puts uri
end
此功能在DRb中可用吗?
谢谢。
发布于 2011-06-23 05:49:26
我将对此-> DRb method access使用acl
https://stackoverflow.com/questions/6402100
相似问题