Quote:
Originally Posted by Rhodan
Now I just have to figure out how to NOT have a dos window open for every zone or, if thats not possible, have the zone not output its debug information to the dos window (it goes like mad with sense-heading checks etc at times).
|
Maybe try redirecting stderr/stdout to an error log file or something of the like. This is actually something I should try when I get home...
If you are looking to minimize performance hit on spam like that, just minimize the window(s). Data I/O is super fast on any machine <6 years old, its just getting that data down through the video pipeline to your monitor that sucks up time/CPU cycles.