home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / win32 / 2649 < prev    next >
Encoding:
Text File  |  1993-01-03  |  4.3 KB  |  97 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!noc.near.net!mv!jeck!coffler
  3. From: coffler@jeck.amherst.nh.us (Jeff Coffler)
  4. Subject: Re: News/UUCP possible from Windows NT?
  5. Message-ID: <1993Jan4.001615.1522@jeck.amherst.nh.us>
  6. Lines: 79
  7. Sender: coffler@jeck.amherst.nh.us (Jeff Coffler)
  8. Reply-To: coffler@jeck.amherst.nh.us (Jeff Coffler)
  9. Organization: Private system
  10. References: <1992Dec31.174132.5412@dbased.nuo.dec.com> <C06nqz.2qx@world.std.com>
  11. Date: Mon, 4 Jan 1993 00:16:15 GMT
  12.  
  13.  
  14. In article <C06nqz.2qx@world.std.com>, digilab@world.std.com (BioRad Digilab) writes:
  15.  
  16. |>>
  17. |>>                             Does anyone know of the status of UUCP
  18. |>>access on Windows NT?
  19. |>
  20. |>Yes.  I recently completed a port of UUPC/extended, one of those MS-DOS UUCP
  21. |>packages you maligned (:-)) to Windows/NT.  We're in the process of beta
  22. |>testing it now.  If you are interested in experimenting with it, send me
  23. |>electronic mail at dmwatt@smersh.cambridge.ma.us and I will send you a copy.
  24.  
  25. Sorry about the malignment of the DOS-based UUCP program.  I admit: I've never
  26. actually used one.  I do know that I can't call DOS sites for news, though
  27. (they need to call me) due to UUCP limitations ... but I'm not even sure what
  28. they're using for UUCP, so ... ! :-)
  29.  
  30. |>However, I have had problems using NT with high-speed serial I/O.  A <lot>
  31. |>of data gets dropped on my NT system.  But your mileage may vary -- I'm running
  32. |>NT on a 33MHz 386SX with 12MB of RAM, which (for NT at least) is pretty
  33. |>underpowered.
  34.  
  35. Some (most) of this is due to hardware.  Standard UARTS will interrupt for each
  36. character received on a PC.  If you use a fast modem (say Telebit Worldblazer,
  37. which regularly transmits/receives 2000cps), that's 2000+ interrupts per second
  38. (quite a bit for ANY O/S to handle).
  39.  
  40. UNIX will have some trouble in this area as well.  There are some "patches" to
  41. this (like 16550AFN UARTS, with a 16 byte buffer), but in the end, you're
  42. always limited both in throughput and ports.
  43.  
  44. The solution to this is a "smart" serial card.  There are plenty on the market,
  45. with a variety of expandability and costs.  I already have several solutions by
  46. Digiboard (they're pretty much the industry leader in this area).  What they do
  47. is provide some number of ports (generally 8 or 16 to start with), with the
  48. ability to expand based on product (one board that I have is expandable to 32
  49. ports, the other is expandable to 224 ports).  Generally, each port can be run
  50. at very fast speeds (115K bps), and the board guarentees that no data will be
  51. lost.
  52.  
  53. I know that Digiboard drivers will be available with the next field test of
  54. Windows NT, so this will clearly work ...
  55.  
  56. In UNIX, the Digiboard ports act exactly like a standard serial port, but has
  57. a different name (like /dev/term/a01 rather than, say, /dev/tty01).
  58.  
  59. Will UUPC/extended handle "special" hardware like the Digiboard stuff?  If you
  60. try to talk to the serial port via IRQs and stuff, then there will most
  61. definitely be a problem.  If you use standard operating services, then all
  62. should be well.  Except: I don't know much about NT.  Are there standard O/S
  63. services for talking to a serial port?  One would hope so ... !
  64.  
  65. |>Work on a port of rn to UUPC/extended is in progress.
  66.  
  67. Okay, that's a great start.  Let's see, what you would need to serve as a UUCP
  68. site that sends/receives news is:
  69.  
  70.     1)    A working version of UUCP that allows both incoming and outgoing data
  71.     2)    A working version of C-news
  72.     3)    A newsreader, and
  73.     4)    possibly an NNTP server (depending on the newsreader).
  74.  
  75. It sounds like (3) is on it's way.  (1) is on it's way as well, as long as it
  76. will work with smart serial hardware like the Digiboard and will allow
  77. bi-directional telephone calls.  I have no idea about (4), but it may not
  78. be needed - does the rn port need an NNTP server?  What about the shareware
  79. version of the Windows Newsreader?
  80.  
  81. (2) sounds like the real wildcard here.  Does anyone know about a port of
  82. C-news to Windows NT?  Is anyone looking at it at all?  If I don't hear
  83. anything here, then I'll probably send MAIL to the authors and ask in one
  84. of the news-related groups ...
  85.  
  86. Any further information would be appreciated ...
  87.  
  88.     Thanks!
  89.  
  90.     -- Jeff
  91.  
  92. -- 
  93. Jeff Coffler                            UUCP:      ...{decvax,mv}!jeck!coffler
  94. Southern New Hampshire                  Internet:  coffler@jeck.amherst.nh.us
  95.  
  96.                 {Disclaimer: What I say is my personal opinion}
  97.