1RPCREATE(2)                   LAM REMOTE LIBRARY                   RPCREATE(2)
2
3
4

NAME

6       rpcreate - Create a LAM process on a remote node.
7

SYNOPSIS

9       #include <kio.h>
10
11       int  rpcreate(int  node,  char  *filename,  int flags, char **argv, int
12              *pid, int *idx);
13

ARGUMENTS

15       node        where new process will be created
16
17       filename    program file
18
19       flags       runtime flags passed to new process - See rploadgo(2).
20
21       argv        null-terminated array of strings to be passed  as  command-
22                   line arguments to the new process
23
24       pid         new process identifier (output)
25
26       idx         new process index (output)
27

DESCRIPTION

29       The  executable program must already be in the filesystem of the target
30       node.  It is located by searching the directories defined in  the  PATH
31       environment variable of the target node.
32

ERRORS

34       ENOPDESCRIPTORS     The remote process descriptor table is full.
35
36       ENOFLDESCRIPTORS    The table of strorage blocks (kept by the flat dae‐
37                           mon) is full.
38

SEE ALSO

40       rploadgo(2), rpgo(2), rpwait(2)
41
42
43
44LAM 7.1.2                         March, 2006                      RPCREATE(2)
Impressum