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

  1. .Ch "C News vs. VMS"
  2. .PP
  3. .Ix VMS
  4. To run C News at all,
  5. you need a fairly good emulation of Unix.
  6. There are several such for VMS.
  7. They have various minor imperfections.
  8. The only one we specifically \fIknow\fR of that is a real problem for
  9. C News is the inability to make real links for cross-postings.
  10. .Ix cross-posting
  11. There is some half-hearted code in various places that tries to deal
  12. with this situation.
  13. It has \fInot\fR been tested too thoroughly.
  14. .PP
  15. .Ix relaynews
  16. \fIRelaynews\fR normally files an article under its first group and then
  17. makes hard links into further groups.
  18. If \fIrelaynews\fR finds itself unable to make a hard link,
  19. it will try making a symbolic link instead.
  20. The one situation where this will fall down is if a news article's header
  21. is enormous,
  22. too big to fit in core.
  23. In this case,
  24. \fIrelaynews\fR stores the article in a temporary file,
  25. makes links to it under all the appropriate names,
  26. and then unlinks the
  27. temporary name.
  28. This obviously isn't going to work if the appropriate-name links are symbolic.
  29. We believe this case essentially never happens on large-address-space
  30. machines,
  31. and is quite rare even for small address spaces.
  32. .PP
  33. .Ix expire
  34. \fIExpire\fR has a \fB\-l\fR option that tells it to consider the first
  35. name of an article as the ``leader'',
  36. not to be deleted until all others
  37. have been deleted.
  38. .PP
  39. The one place where extra work would be necessary would be \fImkhistory\fR,
  40. .Ix mkhistory
  41. which has no notion that some links are different from others.
  42. .PP
  43. So far as we know, we don't get into any of the other trouble areas of
  44. Unix emulation on VMS,
  45. at least with the Eunice emulator.
  46. .Ix Eunice
  47. We don't have a VMS handy for testing,
  48. so we make no guarantees.
  49.