home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / gopher / gopher1.01 / doc / mindexd.doc < prev    next >
Text File  |  1991-10-04  |  578b  |  27 lines

  1. mindexd is the fanout gopher index server.  It takes an index query
  2. and sends it to other index servers.  This allows one to split indexes
  3. into smaller pieces, and take advantage of a sort of fine-grain
  4. parallelism. 
  5.  
  6. Usage
  7. -----
  8.  
  9. mindexd -p <port> -c <configuration file>
  10.  
  11. The configuration file specifies the index servers to fan out to.
  12.  
  13. Here is an example:
  14.  
  15. #
  16. # a sample mindexd config file
  17. #
  18. # each line contains a host and port number for
  19. # slave gopher index servers
  20. #
  21. #########
  22. # the recipes
  23. ashpool.micro.umn.edu 153
  24. ########
  25. # the rfc index
  26. ashpool.micro.umn.edu 155 
  27.