Re: Party Lobby is CPU hogging beyond control - help plz
[ QUOTE ]
I wonder if this has something to do with the problem. Party continually and repeatedly does disk accesses of the files containing the scrolling ads in the lobby – like a few hundred times per second.
[/ QUOTE ]
Since the file is static and its being accessed that frequently your computer will cache the file so that it isnt doing a disk read everytime its accessed. In fact the read should take nanoseconds and use no cpu; therefore this shouldnt be the problem. Even if the file wasnt cached, the system would be hung up on the disk I/O which is not CPU intensive...
|