----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I think you are probably thinking or System.gc(). But this is used to call
the garbage collector which cleans up memory. It is not going to ease up on
the processor, if anything thing it will make it worse. Maybe.

Sounds like you need to throw in some Thread yield() or sleep() calls
somewhere. That will give the processor a chance to do other stuff.

Corey

> I've got java running out of control... taking up to 90% of CPU time...
not
> good... anyhow, I don't recall the name of the garbage collection routine
> that I could run via cron to take care of this problem...
>
> please help a weary soul in need. :-)




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to