performance question
-
I'm trying to figure out if there's something wrong with my system or if it's normal. I don't remember it being this slow before. I made a very small console app that opens a text file, writes one line to it and then reads that line back and prints it to the screen. It takes 22 seconds to run. The system is a pIII 700 with 256 megs of ram running win2K. I'm pretty sure that with the beta framework's small console apps ran at a reasonable speed. Is this normal or is there something wrong with my installation?
-
I'm trying to figure out if there's something wrong with my system or if it's normal. I don't remember it being this slow before. I made a very small console app that opens a text file, writes one line to it and then reads that line back and prints it to the screen. It takes 22 seconds to run. The system is a pIII 700 with 256 megs of ram running win2K. I'm pretty sure that with the beta framework's small console apps ran at a reasonable speed. Is this normal or is there something wrong with my installation?
that certainly sounds like its way too long; even with the JITing. Just to be sure though run ngen on your exe, then time it again. ngen will pre-JIT so the only startup time will be loading the framework. HTH, James Sonork ID: 100.11138 - Hasaki "My words but a whisper -- your deafness a SHOUT. I may make you feel but I can't make you think." - Thick as a Brick, Jethro Tull 1972
-
that certainly sounds like its way too long; even with the JITing. Just to be sure though run ngen on your exe, then time it again. ngen will pre-JIT so the only startup time will be loading the framework. HTH, James Sonork ID: 100.11138 - Hasaki "My words but a whisper -- your deafness a SHOUT. I may make you feel but I can't make you think." - Thick as a Brick, Jethro Tull 1972