Up to [local] / OpenXM / src / OpenMath / ORG / openxm / tam
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 28 00:38:32 2002 UTC (22 years ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.1: +10 -2
lines
Diff to previous 1.1 (unified)
Made the following change for the oxd starting protocol: 1. ox itself has to finish. ( ox -finish ) 2. oxd waits the termination of ox and gets the result code. 3. if the result code is 0, then oxd returns <suceeded/>, else oxd returns <failed code=xxyy/> 4. The client of oxd receives the result (<suceeded/> or <failed/>) and sends <login/> and close the session.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 27 10:39:32 2002 UTC (22 years ago) by takayama
Branch: MAIN
New constructor OpenXM(String ox_server) starts ox_server by calling oxd super server (broker). As for a sample client code, see textclientr.java