Console-mode Apps May Run Slowly on Multiprocessor ComputersLast reviewed: February 27, 1998Article ID: Q176211 |
The information in this article applies to:
SYMPTOMSA series of MS-DOS-based console applications may take a long time (perhaps several minutes) to complete on a multiprocessor computer. The console windows may remain blank and appear to stop responding (hang). All the applications do eventually finish, but this may take an unusual amount of time. The same series of applications will finish in a few seconds on a single processor computer.
CAUSEA console handle table lock is being held too long during the freeing of a console. Processing for other console-related activities is delayed while the lock is held. The problem is not usually seen on single processor computers as a context switch to another console process is unlikely during console cleanup. On a multiprocessor computer, however, multiple console-mode processes may be executing simultaneously, which greatly increases the chance of encountering this problem.
RESOLUTIONTo work around this problem, use either of the following methods: Specify the /NUMCPU=1 option in the Boot.ini file and then restart Windows NT. This effectively downgrades the system to a single processor computer, which does not normally experience this problem.
-or-Obtain the following fix or wait for the next Windows NT service pack. This fix should have the following time stamp:
10/13/97 05:01p 175,376 winsrv.dll (Intel) 10/13/97 04:59p 315,152 winsrv.dll (Alpha)This fix modifies console handling so that the handle table lock is released during noncritical sections of console cleanup. This allows other simultaneously executing console processes to continue and finish in a reasonable time frame.
STATUSMicrosoft has confirmed this to be a problem in Windows NT version 4.0. A supported fix is now available, but has not been fully regression tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Technical Support for more information.
MORE INFORMATIONAll MS-DOS console-mode applications are affected by this problem on multiprocessor computers under Windows NT 4.0. Windows applications are not affected. This problem has been seen when attempting to start multiple PERL scripts as CGI applications run in console-mode on multiprocessor intranet web servers.
|
Additional query words: wedge msdos dos box cmd command multi-processor
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |