RE: How can I speed up and reduce load of initialization

2008-01-17 Thread Jonadan
responsive, the initialization just takes forever... -- View this message in context: http://www.nabble.com/How-can-I-speed-up-and-reduce-load-of-initialization-tp14857523p14914576.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: How can I speed up and reduce load of initialization

2008-01-17 Thread Gavan Hood
. Once it finally gets going it is very responsive, the initialization just takes forever... -- View this message in context: http://www.nabble.com/How-can-I-speed-up-and-reduce-load-of-initialization-tp14857523p14914576.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: How can I speed up and reduce load of initialization

2008-01-17 Thread Len Popp
this message in context: http://www.nabble.com/How-can-I-speed-up-and-reduce-load-of-initialization-tp14857523p14914576.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users

Re: How can I speed up and reduce load of initialization

2008-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gavan, Gavan Hood wrote: | My web app is very simple, two servlets already installed so no war | file. Once it finally gets going it is very responsive, the | initialization just takes forever... A few quick questions: Do your servlets perform any

Re: How can I speed up and reduce load of initialization

2008-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gavin, Er, forget my ravings about SSL initialization. I forgot that you said you were seeing very high CPU utilization. Waiting for randomness would not behave that way. - -chris Christopher Schultz wrote: | Gavan, | | Gavan Hood wrote: | | My

RE: How can I speed up and reduce load of initialization

2008-01-17 Thread Jonadan
this message in context: http://www.nabble.com/How-can-I-speed-up-and-reduce-load-of-initialization-tp14857523p14934889.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users

RE: How can I speed up and reduce load of initialization

2008-01-16 Thread Peter Crowther
From: Gavan Hood [mailto:[EMAIL PROTECTED] My problem is the initialization. When I start tomcat it takes about two minutes to complete initialization and pegs my little processor at times, often it keeps it around 80% untilized... Yeah, that's not good in an embedded device! 2 minutes

Re: How can I speed up and reduce load of initialization

2008-01-16 Thread Len Popp
On Jan 16, 2008 4:21 AM, Peter Crowther [EMAIL PROTECTED] wrote: From: Gavan Hood [mailto:[EMAIL PROTECTED] My problem is the initialization. When I start tomcat it takes about two minutes to complete initialization and pegs my little processor at times, often it keeps it around 80%

RE: How can I speed up and reduce load of initialization

2008-01-16 Thread Gavan Hood
My web app is very simple, two servlets already installed so no war file. Once it finally gets going it is very responsive, the initialization just takes forever... I have some war files coming, but I figure if I cannt get this basic initialization to work theres not much point.

How can I speed up and reduce load of initialization

2008-01-15 Thread Gavan Hood
I am running embedded debian linux on an xscale processor, I am running tomcat 5.5 on java 1.4.2 as thats all that is supported. Tomcat runs fine as expected. My problem is the initialization. When I start tomcat it takes about two minutes to complete initialization and pegs my little