README 1.1 KB

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