Powered by Apache

CVS log for OpenXM/src/kan96xx/Doc/oxd.sm1

[BACK] 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 (21 years, 6 months 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 (21 years, 7 months 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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>