So I have noticed this while using a few differnt languages on Windows XP, Vista and 7. If you dump a couple thousand lines a second to the console window it generally has a negative impact on the performance of the system. Computer are fast, and always faster, and the console looks like just some text on a back ground. Where is the bottle neck?
相关问题
- How to Debug/Register a Permanent WMI Event Which
- the application was unable to start correctly 0xc0
- Windows 7: How can I get a list of all Windows use
- How to ask for Administrator privileges in Windows
- SVN+SSH checkout over VPN using tortoise SVN, Smar
相关文章
- How do I get to see DbgPrint output from my kernel
- Looking for documentation on the “right” way to in
- PHP 7 FTP extension is not loaded in Windows 7
- How can one batch file get the exit code of anothe
- Does winapi's bcrypt.h actually support bcrypt
- cscript - print output on same line on console?
- Viewing the Process Tree - tlist/tasklist [closed]
- The module “.dll” was loaded but the entry-point w
printf etc has to go from your process with some sort of IPC to the Console window process (csrss or conhost) The console can also be shared with several processes so there is also some synchronization and buffering going on.