tcp_address_from_file(+ServerFile, -Address)A client uses this predicate to obtain the address of the server from the file
ServerFile, written by the server using tcp_address_to_file/2.
If the client and server are on different machines
then ServerFile must be located on a network transparent filesystem
(e.g. NFS) to be accessible to the client.