home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / softsys / andrew / 1196 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  2.2 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!athena.mit.edu!wdc
  2. From: wdc@athena.mit.edu (Bill Cattey)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: "slow networks"
  5. Message-ID: <sebesEkGf047MbiqM1@athena.mit.edu>
  6. Date: 28 Aug 92 22:52:00 GMT
  7. References: <kebZkqz0Bwwt4e=HEj@transarc.com>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Organization: The Internet
  10. Lines: 39
  11.  
  12. Craig, you're being more diplomatic than I deserve.
  13. I confess, I am ignorant about most of the AMDS stuff.
  14. I have only read some of the code, and perhaps drawn inappropriate
  15. conclusions as to the design of the whole delivery system.
  16.  
  17. It is true I've not lived with it.
  18.  
  19. My bias (and tone) come from my (frustrated) attempt to figure out how
  20. to do these things:
  21.  
  22. Make messages start up faster.
  23. Simplify my configuration.
  24. Enable netnews reading with messages.
  25.  
  26. I'd love to be able to read netnews with messages, but the prospect of
  27. plugging nntp into the message server libraries proved too daunting.
  28. I did attempt to read the code at the libms and the libcui layers, but I
  29. just couldn't get it.  Everywhere I looked were all these special cases
  30. that violated the abstraction barriers and got in the way.  Take the
  31. problem of trying to decide if one should use an nntp connection or a
  32. filesystem connection.  The library is so-structured that for every
  33. operation you would perform, you have to include all the mail path
  34. parsing code so you are able to pick either nntp or unix filesystem.
  35.  
  36. At the present time, it appears that I get to wait for one meg of
  37. amsn.do code to be loaded in to my messages with internal message
  38. server, so that I can ignore all the functionality, and read mail from
  39. Mailboxdir, save it in .MESSAGES, and post it with sendmail.
  40.  
  41. There is truly a mismatch of functionality to my needs.  I allow myself
  42. to use the user interface because I like it, but I pay in start up time
  43. and in incompatibility with the other mail archiving formats.  Every
  44. time I try to answer for myself, what the amsn.do code is doing, I get
  45. hopelessly lost.
  46.  
  47. Forgive my inaccurate critique of the design.  I have misunderstood.  I
  48. couldn't really find a client/server model in what I read.
  49.  
  50. -wdc
  51.