start to write dispatchers document in wiki

I finally started to write a document about dispatchers. http://ap4r.rubyforge.org/wiki/wiki.pl?Dispatchers

AP4R Wiki: Dispatchers

  1. Default configuration
  2. List of dispatchers
    1. HTTP
    2. SOAP
    3. XML-RPC
    4. druby
  3. Message modification
    1. URL rewrite
  4. Multiple dispatchers
  5. How to add a custom dispatcher
  6. References

http://ap4r.rubyforge.org/wiki/wiki.pl?Dispatchers

Now I've done to the point of 3-1. Done to the end. Fix typo, thanks to id:teahut.(2007/10/19)

I hope that the page will be helpful to those who have looked over AP4R. Dispatchers is one of the key points, which

  • enables load-balancing (HTTP with reverse-proxy or URL rewrite more lightly) and
  • eliminates the need for subscribers (need "ordinaly" services such as httpd).

TODO: SAF doc needed