home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 400-499 / ff473.lzh / CNewsSrc / cnews_src.lzh / notebook / flow < prev    next >
Text File  |  1989-10-14  |  643b  |  12 lines

  1. The flow of news articles through C news is as follows:
  2. a batch is received by some network service and passed to rnews,
  3. which invokes $NEWSBIN/input/newsspool to queue the batch in $NEWSARTS/in.coming;
  4. eventually $NEWSBIN/input/newsrun will be run by cron,
  5. it uncompresses any files in.coming and
  6. either hands the article to $NEWBIN/relay/relaynews locally or invokes
  7. relaynews over a network connection on its file server.
  8.  
  9. relaynews writes the name of each spool file onto the ends of batch files
  10. for neighbours.  Eventually cron runs $NEWSBIN/batch/sendbatches, which
  11. batches up the outgoing articles and transmits them over some network.
  12.