Annotation of OpenXM/src/kan96xx/Doc/oxpari.sm1, Revision 1.1
1.1 ! takayama 1: % $OpenXM$
! 2: [(parse) (ox.sm1) pushfile] extension
! 3:
! 4: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 5: %%%%%%%% Starting ox_pari.
! 6: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 7: /pariconnectr {
! 8: [/in-pariconnectr /pass /peer /data /control ] pushVariables
! 9: [
! 10: [(getServerEnv) (bin/ox_pari)] extension tag 0 eq {
! 11: (Server bin/ox_pari is not found.) error
! 12: }{ } ifelse
! 13: /pass ox_encrypt_104_genPass def
! 14: /peer [(oxGetPort) (localhost)] extension def
! 15: /data peer 1 get toString def
! 16: /control peer 3 get toString def
! 17: peer message-quiet
! 18: [
! 19: oxstart100
! 20: @@@.quiet { ( -quiet ) } { } ifelse
! 21: Xm_noX { ( -nox ) } { } ifelse
! 22: Xm_engineLogToStdout { ( -nox -engineLogToStdout ) } { } ifelse %bug.onlyForpari
! 23: ( -oxserver bin/ox_pari -e ) ( -reverse ) @@@.monitor
! 24: ( -data ) data ( -control ) control pass [1 2] get
! 25: ( )] cat execve
! 26: [(oxCreateClient2) peer 0 pass 0 get] extension /oxpari.ccc set
! 27: %% 0 means connect from only localhost.
! 28: (The server is binded to the variable oxpari.ccc) message-quiet
! 29: /ox.ccc oxpari.ccc def
! 30: oxpari.ccc.init
! 31: oxpari.ccc
! 32: ] pop
! 33: popVariables
! 34: } def
! 35:
! 36: /oxpari.ccc.init {
! 37: % oxpari.ccc ( ) oxsubmit
! 38: (Setting mathcap) message
! 39: oxpari.ccc oxmathcap
! 40: oxpari.ccc oxsetmathcap
! 41: (Done) message
! 42: } def
! 43:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>