home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / ibmpc / 4389 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!darwin.sura.net!blaze.cs.jhu.edu!newton.cs.jhu.edu!silano
  3. From: silano@newton.cs.jhu.edu (Mike Silano)
  4. Subject: DV/X and NCSA Telnet WORKS!
  5. Message-ID: <1992Jul23.175757.1607@blaze.cs.jhu.edu>
  6. Sender: news@blaze.cs.jhu.edu (Usenet news system)
  7. Organization: Johns Hopkins Computer Science Department, Baltimore, MD
  8. X-Newsreader: Tin 1.1 PL4
  9. Date: Thu, 23 Jul 1992 17:57:57 GMT
  10. Lines: 27
  11.  
  12. My company just received DV/X last week.  A few problems here and
  13. there, but overall, very stable.  One problem though was that
  14. none of my TCP/IP software would run.  This is the same problem I have
  15. seen using any telnet program and a task swapper.  
  16.  
  17. The reasons for this are clear - when the task is swapped out, 
  18. the ISR(Interrupt Service Routine) is swapped as well.  All I/O 
  19. with the packet drivers is interrupt driven.  Hence, the task is
  20. swapped and the machine goes boom..  (Please correct me if I'm off
  21. on this...)
  22.  
  23. The solution to this is pktmux - the packet driver multiplexor.
  24. I FTP'd this from omnigate.clakrson.edu, in the 
  25. /pub/gw/pktmux directory.  There were no docs.  Apparently, pktmux
  26. implements a protocol stack or at least a buffer around the 
  27. drivers.  Bottom line - CUTCP/NCSA telnet works from DV/X.  
  28.  
  29. One note - NCSA, ver 2.3.05 (the latest, I think) fails to properly 
  30. reset the multiplexed packet driver.  After exiting NCSA, the command
  31. pktdrv <int num> /r must be used to reset the driver.  
  32.  
  33. Enjoy.
  34.  
  35. -Mike Silano
  36.  
  37.  
  38. Replies, comments, flames, or other to silano@cs.jhu.edu.
  39.