home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / xenix / sco / 2913 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  3.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!gumby!destroyer!mudos!mju
  2. From: mju@mudos.ann-arbor.mi.us (Marc Unangst)
  3. Newsgroups: comp.unix.xenix.sco
  4. Subject: Re: Xenix considered harmful (was Re: SCO support - a success story)
  5. Message-ID: <BuHxLu.217@mudos.ann-arbor.mi.us>
  6. Date: 13 Sep 92 02:58:40 GMT
  7. References: <9209061050.AA05570@dynamix.com> <Bu6Bpp.AG8@mudos.ann-arbor.mi.us> <1992Sep12.053117.4299@ksmith.uucp>
  8. Organization: The Programmer's Pit Stop, Ann Arbor MI
  9. Lines: 52
  10.  
  11. In article <1992Sep12.053117.4299@ksmith.uucp> keith@ksmith.uucp (Keith Smith) writes:
  12. >Hmm,  During my experience with over 20 Xenix-286 sites running apps
  13. >from Uniplex Office Automation, to Open Systems accounting to Point of
  14. >Sale over the last 5 years I can't recall 1 system lock-up.  Of course
  15. >they were all running "shrink wrap" applications on standard hardware.
  16.  
  17. Right.  And the programmers knew they were writing for the 286's
  18. strange architecture, so they could be careful to not do things like
  19. assume sizeof(int) == sizeof(int *).  But people writing software for
  20. other machines with a flat memory model (i.e., the VAX) frequently
  21. *did* make assumptions like these -- assumptions that did not hold
  22. true on the 286.
  23.  
  24. >is this:  If the 2400 baud modem was adequate why would they "need" a
  25. >9600 baud modem, and why would you assume you could not use one?  It
  26. >runs 9600 baud terminals OK, why not a modem?  With an intelligent I/O
  27. >card you could even push a DTE rate Higher than 9600.
  28.  
  29. Terminals are different from modems.  (But I suppose you knew that.)
  30. When you have a terminal connected to a serial port, most of the I/O
  31. is in the output direction -- from the computer to the terminal.  By
  32. contrast, with a modem most of the I/O is usually in the inupt
  33. direction -- from the modem to the computer.  And this is where the
  34. problem comes in; if you have a modem that is able to pump data at the
  35. computer faster than the computer can handle it, you will have
  36. problems.  These sort of problems don't crop up with terminals because
  37. most of the time it's the computer doing the data-pumping, and you
  38. just have to worry about making the terminal fast enough to handle the
  39. data rate.
  40.  
  41. Why would they need a 9600bps modem?  Most of their modem use was for
  42. remote tech support from their application vendor; if their vendor had
  43. 9600bps modems, they could reduce their long-distance bill by getting
  44. a 9600bps modem.  It turned out that either their vendor didn't have
  45. 9600bps modems, or they didn't want to spend the money for a Telebit
  46. T1600 or T3000 (which is what we would have sold them if they wanted a
  47. 9600bps or 14.4Kbps modem); I forget which.  But at any rate we didn't
  48. sell them a high-speed modem, so we'll never know if it would have
  49. been a problem.
  50.  
  51. >Oh,  BTW,  9 of the 286's above were running USR Dual Standards and the
  52. >286's were 286/12's.  They were POS systems pushing a lot of transaction
  53. >data to a home office at night via modem.
  54.  
  55. Well, that explains it then.  Most of the traffic was from the 286 to
  56. the modem, instead of the other way 'round.  As long as you don't try
  57. to pump data *into* the 286 at high speeds you won't have problems.
  58.  
  59. -- 
  60. Marc Unangst                | Real men don't use Windows.  Real men use X. 
  61. mju@mudos.ann-arbor.mi.us   | Only a real man would use a GUI where the
  62.                             | shift keys after "Alt" are "Super" and "Hyper."
  63.