home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / programm / win32 / 3114 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.9 KB  |  40 lines

  1. Newsgroups: comp.windows.ms.programmer,comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!UB.com!pacbell.com!decwrl!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!natinst.com!radian!jlange
  3. From: jlange%radian@natinst.com (John Lange)
  4. Subject: Hardware Interrupts in enhanced mode, win32, and NT
  5. Sender: usenet@radian.uucp (Usenet login for mail routing)
  6. Message-ID: <1993Jan27.022315.13504@radian.uucp>
  7. Date: Wed, 27 Jan 1993 02:23:15 GMT
  8. Nntp-Posting-Host: zippy.radian.com
  9. Organization: Radian Corporation, Austin, Texas
  10. Lines: 28
  11.  
  12. I haven't tried to solve the Windows interrupt latency problem in 
  13. a while, and I'm curious if anyone has found a solution to the 
  14. problem that they would be willing to share with the rest of us.
  15. The problem is that 386 enhanced mode has pathetic HW interrupt 
  16. latencies because of the virtualization of hardware.  Standard mode
  17. has reasonable interrupt latencies because hardware is not 
  18. virtualized.  The above is certainly a simplification of the problem.
  19. At any rate, I've heard rumors it can be done with a VxD, although
  20. I was never successful (that's not saying much :-)).
  21.  
  22. Has anyone figured out how to get around the hardware interrupt 
  23. latency problem in Windows enhanced mode?  Is anyone other than
  24. me afraid that there won't be a standard mode in NT to provide 
  25. any mechanism at all for reasonable hardware interrupt times?
  26. From what I've heard of NT, all hardware access is virtualized
  27. similar to 386 enhanced mode.  Is this correct??
  28.  
  29. Ideally, I'd like to find source code (even if it's assembler or
  30. if it is for a VxD) that will accomplish this disabling of hardware
  31. virtualization in Windows 3.0 and/or 3.1, but I'd settle for a 
  32. shareware driver or a reference to a commercial package that will 
  33. support this.
  34.  
  35. Any and all help will be greatly appreciated.
  36.  
  37. John Lange (jlange@zippy.radian.com)
  38. Radian Corp. (512)454-4797      Box 201088      Austin, TX 78720-1088
  39.  
  40.