kasykserverxml - description of the Kasyk server info XML (<kasyk:server>)
The Kasyk server info XML specifies the information that is returned by Kasyk server (kasykd) and Kasyk caching query server (kasykcqd) when invoked with the --info option. Internally, the server info XML is used to be able to restart and shutdown a running Kasyk (caching query) server.
The <kasyk:server> container has the following attributes:
<kasyk:server xmlns:kasyk="http://www.kasyk.org/1.0" program="kasykd" configuration="index/10index" location="127.0.0.1:3333" pid="29601"/>
An example from the test-suite, beautified for easier reading.
This is an attempt at a Document Type Definition for the Kasyk server info XML.
<!DOCTYPE kasyk:server [
<!ELEMENT kasyk:server EMPTY>
<!ATTLIST kasyk:server program CDATA #REQQUIRED,
id CDATA #IMPLIED,
configuration CDATA #REQUIRED,
location CDATA #REQUIRED,
pid CDATA #REQUIRED>
]>
Kasyk home, Kasyk server (kasykd), Kasyk caching query server (kasykcqd).
See http://www.kasyk.nl/xml/kasykserverxml.html for the most up-to-date version of this information.
Copyright © 2003 Dijkmat BV
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Kasyk XML Information: Kasyk version 1.0.0, XML version http://www.kasyk.org/1.0, generated on Tue Nov 25 12:09:47 2003.