ox_launch_generic
ox_launch_generic()
invokes a control process launch
and a server process server on host. The other arguments
are switches for protocol family selection, on/off of the X environment,
method of process invocation and selection of connection type.
DISPLAY
variable.
If DISPLAY
is not set, it is invoked without X.
Note that the processes will hang up if DISPLAY
is incorrectly set.
bind
and listen
, and the invoked processes execute
connect
.
If conn_to_serv is equal to 0, Asir (client)
the invoked processes execute bind
and listen
, and
the client executes connect
.
[342] LIB=get_rootdir(); /export/home/noro/ca/Kobe/build/OpenXM/lib/asir [343] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",0,0,0,0); 1 [344] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",1,0,0,0); 2 [345] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",1,1,0,0); 3 [346] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",1,1,1,0); 4 [347] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",1,1,1,1); 5 [348] ox_launch_generic(0,LIB+"/ox_launch",LIB+"/ox_asir",1,1,0,1); 6
ox_launch
, ox_launch_nox
, ox_shutdown
, section ox_launch_generic
Go to the first, previous, next, last section, table of contents.