2

In a DRbserver, how can I see who called a method? I want to log the ip and port from anyone who calls a certain method. something like

def who
uri = <DRb method here>
puts uri
end

Is this functionality available in DRb?

Thanks.

pvinis
  • 4,059
  • 5
  • 39
  • 59

1 Answers1

1

i will use acl with this -> DRb method access

Community
  • 1
  • 1
pvinis
  • 4,059
  • 5
  • 39
  • 59