initial load of upstream version 1.06.32
[xmlrpc-c] / lib / abyss / README
1 This directory contains the Abyss HTTP server component of XML-RPC For C/C++
2 (Xmlrpc-c).
3
4 This was derived from the independently developed and distributed
5 Abyss web server package in 2001.  Since that time, work has stopped
6 on package except for a non-free derivative of it that the original
7 author has done.  He uses the Abyss name for that.
8
9 So this is now strictly a piece of Xmlrpc-c.  Some day, we should change
10 the name to avoid confusion with the old code on which it was based and
11 the current non-free version.
12
13 But for Xmlrpc-c, we don't want to enhance this much.  That would
14 duplicate the vast amount of work that has gone into other HTTP (web)
15 servers such as Apache.  If someone needs fancy HTTP service for
16 XML-RPC, he should use Apache.  One can use Apache with Xmlrpc-c
17 either by using an Apache request handler plugin or by using a CGI
18 script.  Abyss is just for very simple servers, where the complexity
19 of using (or even acquiring) Apache would not be warranted.
20
21
22 Everything besides what's in the src/ directory is just historical --
23 it comes from the original Abyss in 2001.