home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / cbm / 3665 < prev    next >
Encoding:
Text File  |  1992-09-12  |  2.2 KB  |  41 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: sparky!uunet!wupost!darwin.sura.net!jhunix.hcf.jhu.edu!golds_ss
  3. From: golds_ss@jhunix.hcf.jhu.edu (Stuart S Goldstone)
  4. Subject: Re: 16 bit CRC source?
  5. Message-ID: <1992Sep12.234219.22101@jhunix.hcf.jhu.edu>
  6. Organization: HAC - Johns Hopkins University, Baltimore
  7. References: <1992Sep9.094328.16978@ccu.umanitoba.ca> <9209101596@zone4.ocunix.on.ca> <wzwnzyr.fuzzy@netcom.com>
  8. Date: Sat, 12 Sep 1992 23:42:19 GMT
  9. Lines: 30
  10.  
  11. In article <wzwnzyr.fuzzy@netcom.com> fuzzy@netcom.com (Fuzzy Fox) writes:
  12. >
  13. >One of the problems with writing a Zmodem module for the 64 is that it
  14. >is a streaming protocol, meaning that the bytes never stop coming over
  15. >the modem.  Since disk access usually interferes with modem activity,
  16. >Zmodem would tend to really screw up on the C64.  I think a good
  17. >solution to this would be to code a custom DOS transfer method which
  18. >is asynchronous, allowing full interrupting of the protocol.  I've seen
  19. >this done in some programs, so it is certainly possible.  Also, it would
  20. >probably still be much faster than the stock DOS routines, which would
  21. >be the next bottleneck.
  22. >
  23. >Of course, a lot of this can be avoided by simply putting Zmodem into
  24. >stop-and-wait mode, which makes it almost no better than Ymodem.
  25. >However, Zmodem's other features (such as XON/XOFF transparency, no file
  26. >padding, and crash recovery) could still be used.
  27.  
  28.     Well, just remember that some programs (like DesTerm, which I use)
  29. allow downloading directly to a RAMdisk, which is of course a lot faster
  30. than a regular 15xx.  Right now I always download to my RAMdisk and then
  31. copy the files to floppy disks when I log off.  If disk speed is the
  32. problem, using a RAMdisk could be one solution.  Personally, I'd like to see
  33. someone try to do it, if it wouldn't be THAT much trouble.  If I could I
  34. would, but I hate to see people giving up because they don't =think= it can
  35. be done.  Where would we be if everyone thought that way?
  36. -- 
  37.          Stuart S. Goldstone          |      "Christianity is like a shoe;
  38. Internet: golds_ss@jhunix.hcf.jhu.edu |           if you don't fit into it,
  39.        BITNET: golds_ss@jhuvms          |            we cut your toes off!"
  40.          GEnie: S.GOLDSTONE1          |
  41.