home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / system / 10472 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.5 KB  |  32 lines

  1. Newsgroups: comp.sys.mac.system
  2. Path: sparky!uunet!mcsun!sunic!psinntp!psinntp!python!raven!short
  3. From: short@microcom.com (Todd Short)
  4. Subject: Re: How to increase the download speed in Kermi
  5. Message-ID: <1992Jul27.163624.16551@python.microcom.com>
  6. Sender: dan@python.microcom.com (Dan Bishop)
  7. Nntp-Posting-Host: raven
  8. Reply-To: short@microcom.com
  9. Organization: Microcom, Inc.
  10. References: <neilg.703384628@sfu.ca>
  11. Date: Mon, 27 Jul 1992 16:36:24 GMT
  12. Lines: 18
  13.  
  14. Kermit is SLOW!
  15. According to my sources, kermit maps all of the 256 possible charcter combinations
  16. into the 32-126 range. This adds extra data bytes to the packet, so the net speed
  17. is less. In addition, I beleive that Kermit requires an acknowledgement of correct
  18. receipt of packet. So, even if there aren't any errors, data still has to be sent
  19. back to the mainframe. This also causes problems, because most high-speed modems
  20. are half-duplex, so they can fit more info per transition. So, your computer has
  21. to wait until the mainframe has given up the line, for your computer to say: "Hey!
  22. I have an error!"
  23. Suggestion: use Xmodem, my speed has doubled when I use it. Ymodem, and Zmodem
  24. especially, are even faster. You'll see improvement greatly. Your mainframe may
  25. already have these protocols; they are often called rx or rz (for Receive Xmodem
  26. or Zmodem) and sx, sz. I beleive they are public, so you may be able to find them
  27. somewhere. Your communication package ought to have Xmodem, maybe Zmodem.
  28. ---
  29. -Todd Short
  30. /* short@python.eng.microcom.com */
  31.  
  32.