home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / CNEWS / _CNEWS.TAR / usr / doc / cnews / docs / flow < prev    next >
Encoding:
Text File  |  1994-09-02  |  843 b   |  43 lines

  1. .Ch "News Flow"
  2. .Ix news flow
  3. .Ix flow
  4. .PP
  5. The flow of news articles through C news is as follows:
  6. a batch is received by some network service and passed to
  7. .I rnews ,
  8. .Ix rnews
  9. which invokes
  10. .I $NEWSBIN/input/newsspool
  11. .Ix newsspool
  12. to queue the batch in
  13. .B $NEWSARTS/in.coming ;
  14. .Ix in.coming
  15. .Ix files in.coming
  16. eventually
  17. .I $NEWSBIN/input/newsrun
  18. .Ix newsrun
  19. will be run by
  20. .I cron ,
  21. .Ix cron
  22. .I newsrun
  23. uncompresses any files in
  24. .B in.coming
  25. and
  26. either hands the batch to
  27. .I $NEWBIN/relay/relaynews
  28. .Ix relaynews
  29. locally or invokes
  30. .I relaynews
  31. over a network connection on its file server.
  32. .PP
  33. .I relaynews
  34. writes the name of each spool file onto the ends of batch files
  35. for neighbours.
  36. Eventually
  37. .I cron
  38. runs
  39. .I $NEWSBIN/batch/sendbatches ,
  40. .Ix sendbatches
  41. which
  42. batches up the outgoing articles and transmits them over some network.
  43.