----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Zach Bagnall wrote:
> I've been developing a servlet system over the past 9 months. One part
> of it involves receiving a jpeg file via http upload and processing it.
> The system is running on Apache JServ with Apache on Redhat linux 6.0 on a
> PIII-450/512mb RAM. JVM is Blackdown's 1.2 JDK.
> 
> If you've got any great ideas I'd love to hear them. This really sucks
> and I will think carefully about using java for the next big project if
> it has such showstopping limitations as this.

Did you look at the README that comes with the Blackdown JDK 1.2 about there
being a memory leak in the JIT compiler?  If that is still an issue (I
dropped the blackdown JDK a while ago for the IBM JDK), make sure you
disable the JIT or use the IBM JDK v1.1.8 which faster and more stable.

Mike



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to