We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › CPU problem with my OPENGL processing program
Page Index Toggle Pages: 1
CPU problem with my OPENGL processing program (Read 527 times)
CPU problem with my OPENGL processing program
Apr 14th, 2009, 7:36pm
 
Hi amigos,

I have my final year project up and running, based in a audio-visualization,
it works ok, but my the CPU usage gets to 100% and stops working....

where is the garbage collector I need him????, lol...
if anybody can throw me some thoughts I would much appreciate,

thanks in advance to all you that make this forum working so well.

blessings,!
Re: CPU problem with my OPENGL processing program
Reply #1 - Apr 15th, 2009, 1:06am
 
Infinite recursive/do/while loop ?
that's the most common reason I can see for very high CPU usage and freeze of the render loop.
Page Index Toggle Pages: 1