Up to [local] / OpenXM / src / kan96xx / Doc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 28 00:38:33 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: +4 -3
lines
Diff to previous 1.1 (colored)
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 20 13:13:36 2002 UTC (22 years ago) by takayama
Branch: MAIN
The first version of OpenXM super server oxd. Example of a session with oxd: nobuki@yama2:$ telnet localhost 8089 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. ?<login method="file"/> <challenge file="/home/nobuki/.oxd12174"/> ?<done/> ?<launch> ox -ox ox_asir </launch> <bye/> Connection closed by foreign host.