home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4709 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.6 KB  |  35 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!ratsys.com!sunfish.ratsys.com!seant
  3. From: seant@sunfish.ratsys.com (Sean D. True)
  4. Subject: Re: realtime application
  5. Message-ID: <seant.63.0@sunfish.ratsys.com>
  6. Sender: usenet@uunet!rational (Network News Desk)
  7. Organization: Rational Systems, Inc.
  8. References: <1992Sep2.064726.6351@nuscc.nus.sg> <Btyt27.JqD@world.std.com>
  9. Date: Thu, 3 Sep 1992 16:15:18 GMT
  10. Lines: 23
  11.  
  12. In article <Btyt27.JqD@world.std.com> fred@world.std.com (Fred A Putnam) writes:
  13.  
  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.  
  20. >Sorry, but I don't think this plan will fly..
  21.  
  22. Unfortunately, Fred is clearly right. A more effective solution might
  23. be to run DOS on a bunch of PC's (even SBCs) and use them to double buffer
  24. into a network file server. A simple semaphore system using the file system
  25. could be implemented without much trouble. The data rate into the network
  26. file server will probably be the limiting step, although you could probably
  27. saturate your available network bandwidth pretty quickly.
  28.  
  29. Tools to make this easy should be common. They aren't. If you can settle
  30. for programs-in-a-can, LabTech Notebook is pretty darn good.
  31. ================================================================
  32. Sean D. True
  33. Rational Systems, Inc.
  34. seant@ratsys.com -- uunet!rational!seant
  35.