View Single Post
  #3  
Old 05-22-2006, 05:29 PM
SpaceAce SpaceAce is offline
Senior Member
 
Join Date: Dec 2003
Posts: 3,017
Default Re: Memory Leak and Poker Sites.

[ QUOTE ]
If it grinds your computer to a halt while you are playing, it doesn't neccesarily have a memory leak. It is probably just a memory hog for some reason. If, when you stop playing, your computer returns to normal speed, they correctly deallocated the memory they were using (though, they probably did a bad job of memory management if this is the case).

[/ QUOTE ]

If it causes the computer to gradually perform worse and worse, it probably IS a memory leak. Most likely, poorly programmed socket functions or creating non-automatic variables and never deleting them. I think poor socket code is more likely.

If the program instantly causes a performance decrease, the computer probably just isn't beefy enough to handle the standard wasteful coding practices employed by lazy programmers.

To the original poster: what are your computer's stats, especially RAM?

SpaceAce
Reply With Quote