View Single Post
  #33  
Old 09-15-2006, 04:10 PM
APerfect10 APerfect10 is offline
Senior Member
 
Join Date: Jan 2005
Location: PokerTracker 3
Posts: 979
Default 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...
Reply With Quote