Do you have an OS that supports native threads and a Java JIT (just in time compiler e.g. Sun's hotspot)? I had serious perfomance problems (about the same as you have) using "green threads" without JIT on a BSD OS. Switching to an OS with native threads and a JIT (e.g. W2000 or Linux) solved my problems (at least three times as fast). If you already are using one of these OS'es, make sure your JIT is enabled
Hugo > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 14, 2002 10:31 AM > To: [EMAIL PROTECTED] > Subject: C2 too slow > > > Hi everybody. > I am a newbie. My problem is compiling and executing time. > Compiling takes 30 min for the first time , and executing also > takes 7-9 min for first time. > What is the prob.? > My system is p3 750 64 mb ram > Thanks in advance > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>
