Pegasus InfoCorp: Web site design and web software development company

RLOAD (2)

Load a file onto a LAM remote node.

SYNOPSIS

    int rload(int src_node, int dest_node, int tag, char *filename);

ARGUMENTS

    src_node

      source node for file

    dest_node

      where file will be temporarily stored

    tag

      an arbitrary integer that will refer to file on the destination node

    filename

      full or partial pathname of file

DESCRIPTION

    The transfer is done by the load daemon on the source node using the flat daemon on the destination node. See rflat(2).

    After returning from rload() the tag can be converted to a local address on the destination node using rget(2).

ERRORS

    ENOFLDESCRIPTORS

      The table of storage blocks (kept by the flat daemon) is full.

SEE ALSO