fam
[Top] [All Lists]

connect to FAM from remote machine?

To: "'fam@xxxxxxxxxxx'" <fam@xxxxxxxxxxx>
Subject: connect to FAM from remote machine?
From: "Viner, David" <dviner@xxxxxxxxxxxxx>
Date: Tue, 4 Nov 2003 10:48:30 -0800
Sender: fam-bounce@xxxxxxxxxxx
Hi,

I know that the fam library uses rpc messages to connect to the fam daemon.
Is it possible to connect to a fam daemon on a remote machine (i.e., a
machine that is not localhost)?  

From looking at the code, it appears to me that this is not possible, since
FAMOpen2 constructs the client like this:
        fc->client = new Client(LOCALHOSTNUMBER, famnumber, famversion);
where LOCALHOSTNUMER is
        #define LOCALHOSTNUMBER 0x7f000001 // Internet number for loopback.

thanks
dave


<Prev in Thread] Current Thread [Next in Thread>