Windows NT Parallel Ports Do Not Use InterruptsID: Q103411
|
In Windows NT, parallel ports do not use any hardware interrupt request
lines (IRQs).
The Windows NT parallel port driver is thread-based, and the port is
polled at background priority. This eliminates a number of potential
hardware conflicts with other devices that might want to use IRQ 7 or 5,
that used to be the parallel port interrupts.
If you have applications that run very slow due to large print jobs, you
can reduce the thread priority of the port print function by adding the
following registry entry:
WARNING: Using the Registry Editor incorrectly can cause serious problems
that may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry
Editor
can be solved. Use Registry Editor at your own risk.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print
Key: PortThreadPriority
Type: REG_DWORD
Value: Thread_Priority_Below_normal
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print
Key: PortThreadPriority
Type: REG_DWORD
Value: -1
Keywords : kbprint ntprint NTSrvWkst
Version : WinNT:3.1,3.5,4.0
Platform : winnt
Issue type :
Last Reviewed: January 15, 1999