home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4714 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  2.3 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!nuscc!eletanjm
  2. From: eletanjm@nuscc.nus.sg (TAN JIN MENG)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: realtime application
  5. Message-ID: <1992Sep3.161405.4623@nuscc.nus.sg>
  6. Date: 3 Sep 92 16:14:05 GMT
  7. Article-I.D.: nuscc.1992Sep3.161405.4623
  8. References: <seant.63.0@sunfish.ratsys.com>
  9. Organization: National University of Singapore
  10. Lines: 38
  11.  
  12. seant@sunfish.ratsys.com (Sean D. True) writes:
  13. : In article <Btyt27.JqD@world.std.com> fred@world.std.com (Fred A Putnam) writes:
  14. : >If you think you can take a data acq app that is currently running on DOS
  15. : >with a 250 Hz interrupt rate, and get two of those to run in real time in
  16. : >two OS/2 "DOS boxes", you're mistaken.  The DOS boxes won't run in real
  17. : >time at all because they are being time-sliced with each other and with the
  18. : >rest of OS/2.  The timer ticks are virtualized, and do not track in real time.
  19. : >Sorry, but I don't think this plan will fly..
  20. : Unfortunately, Fred is clearly right. A more effective solution might
  21. : be to run DOS on a bunch of PC's (even SBCs) and use them to double buffer
  22. : into a network file server. A simple semaphore system using the file system
  23. : could be implemented without much trouble. The data rate into the network
  24. : file server will probably be the limiting step, although you could probably
  25. : saturate your available network bandwidth pretty quickly.
  26. : Tools to make this easy should be common. They aren't. If you can settle
  27. : for programs-in-a-can, LabTech Notebook is pretty darn good.
  28. : ================================================================
  29. : Sean D. True
  30. : Rational Systems, Inc.
  31. : seant@ratsys.com -- uunet!rational!seant
  32.  
  33. I'm asking for details of LabTech Notebook now. In the meantime, the 2
  34. Dos apps are ver much a temporary solution - more like a prototype than
  35. anything else. Only one of the DOS programs is really realtime and its
  36. not operating off the timer tick in any case - its operating off the
  37. irq. The samples are taken in strict time by the data acquisition
  38. hardware and the DOS program can take up to 25ms worth of jitter in
  39. downloading the data without error so long as we don't miss an
  40. interrupt.
  41.  
  42. As I said, very much temporary - unless the port into OS/2 proves to be
  43. very easy
  44.  
  45. jin meng
  46.