home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / wCNews_1.0.30.lha / notebook / flow.man < prev   
Encoding:
Text File  |  1994-01-04  |  847 b   |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.           The  flow  of news articles through C news is as follows: a batch
  8.           is received by some network service and passed  to  rnews,  which
  9.           invokes   $NEWSBIN/input/newsspool   to   queue   the   batch  in
  10.           $NEWSARTS/in.coming; eventually  $NEWSBIN/input/newsrun  will  be
  11.           run by cron, it uncompresses any files in.coming and either hands
  12.           the article to $NEWBIN/relay/relaynews  locally  or  invokes  re¡
  13.           laynews over a network connection on its file server.
  14.  
  15.           relaynews  writes  the  name  of each spool file onto the ends of
  16.           batch  files  for  neighbours.   Eventually  cron   runs   $NEWS¡
  17.           BIN/batch/sendbatches, which batches up the outgoing articles and
  18.           transmits them over some network.
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.