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


`ox_asir'

`ox_asir' は, Asir のほぼ全ての機能を OpenXM サーバ として提供する. `ox_asir' は, ox_launch または ox_launch_nox で 起動する. 後者は X 環境を用いない場合のために用意されている.

[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]
参照
section ox_launch, ox_launch_nox, ox_shutdown


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