I use Drb to talk from a number of clients to a central server. I have
logging on the server that records the method called and the arguments
that it was called with. I’d like to include the IP address that the Drb
request came from, but I can’t find any way to get that information. Is
the information available? If so how do I get it? If not, does anybody
know why not?
I use Drb to talk from a number of clients to a central server. I have
logging on the server that records the method called and the arguments
that it was called with. I’d like to include the IP address that the Drb
request came from, but I can’t find any way to get that information. Is
the information available? If so how do I get it? If not, does anybody
know why not?
The nice thing about DRb is it’s all pure ruby. Digging about a bit: