Go to the first, previous, next, last section, table of contents.


`ox_asir'

`ox_asir' provides almost all the functionalities of Asir as an OpenXM server. `ox_asir' is invoked by ox_launch or ox_launch_nox. If X environment is not available or is not necessary, one can use ox_launch_nox.

[5] ox_launch();
0
[5] ox_launch_nox("127.0.0.1","/usr/local/lib/asir",
"/usr/local/lib/asir/ox_asir");
0
[7] RemoteLibDir = "/usr/local/lib/asir/"$
[8] Machines = ["sumire","rokkaku","genkotsu","shinpuku"];
[sumire,rokkaku,genkotsu,shinpuku]
[9] Servers = map(ox_launch,Machines,RemoteLibDir,
RemoteLibDir+"ox_asir");
[0,1,2,3]
References
section ox_launch, ox_launch_nox, ox_shutdown


Go to the first, previous, next, last section, table of contents.