`ox_select'
-----------

ox_select(NLIST[,TIMEOUT])
     :: $BFI$_=P$72DG=$J%W%m%;%9$N<1JL;R$rJV$9(B.

RETURN
     $B%j%9%H(B

NLIST
     $B?t(B ($B;R%W%m%;%9<1JL;R(B) $B$N%j%9%H(B

TIMEOUT
     $B?t(B

   * $B<1JL;R%j%9%H(B NLIST $B$N%W%m%;%9$N$&$A4{$K=PNO$rJV$7$F$$$k(B
     $B%W%m%;%9$N<1JL;R%j%9%H$rJV$9(B.

   * $BA4$F$N%W%m%;%9$,(B RUN $B>uBV$N$H$-(B, $B$$$:$l$+$N%W%m%;%9$N=*N;$rBT$D(B.
     $BC"$7(B, TIMEOUT $B$,;XDj$5$l$F$$$k>l9g(B, TIMEOUT $BIC$@$1BT$D(B.

   * `ox_push_cmd()' $B$G(B `SM_popCMO' $B$"$k$$$O(B
     `SM_popSerializedLocalObject' $B$rAw$C$F$*$-(B, `ox_select()' $B$G(B ready
     $B>uBV$N%W%m%;%9$rD4$Y$F(B`ox_get()' $B$9$k$3$H$G(B, `ox_pop_local()',
     `ox_pop_cmo()'$B$GBT$A>uBV$KF~$k$N$rKI$0$3$H$,(B $B$G$-$k(B.

     ox_launch();
     0
     [220] ox_launch();
     1
     [221] ox_launch();
     2
     [222] ox_rpc(2,"fctr",x^500-y^500);
     0
     [223] ox_rpc(1,"fctr",x^100-y^100);
     0
     [224] ox_rpc(0,"fctr",x^10-y^10);
     0
     [225] P=[0,1,2];
     [0,1,2]
     [226] map(ox_push_cmd,P,258);
     [0,0,0]
     [227] ox_select(P);
     [0]
     [228] ox_get(0);
     [[1,1],[x^4+y*x^3+y^2*x^2+y^3*x+y^4,1],
     [x^4-y*x^3+y^2*x^2-y^3*x+y^4,1],[x-y,1],[x+y,1]]

$B;2>H(B
     *Note `ox_pop_cmo ox_pop_local': ox_pop_cmo ox_pop_local, *Note
     `ox_push_cmd ox_sync': ox_push_cmd ox_sync, *Note `ox_get': ox_get

