RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Fenlason, Josh
Thanks a lot.  I appriciate your help.  Have a nice day.
,
Josh.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Craig R. McClanahan


On Wed, 27 Nov 2002, Fenlason, Josh wrote:

> Date: Wed, 27 Nov 2002 13:25:30 -0500
> From: "Fenlason, Josh" <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x
>
> Thanks for the advice.  I was reading the Tomcat 4.x release notes and
> the javac memory leak concerns me because we use a lot of jsp pages.
> Is that not a problem in Tomcat 3.3.1?  I didn't see it mentioned, but
> maybe I just missed it.
>

The memory leak issues aren't an issue with 4.1 any longer.  I don't
believe 3.3 is susceptible to this problem either, but don't know for
sure.

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Fenlason, Josh
Thanks for the advice.  I was reading the Tomcat 4.x release notes and the javac 
memory leak concerns me because we use a lot of jsp pages.  Is that not a problem in 
Tomcat 3.3.1?  I didn't see it mentioned, but maybe I just missed it.

> Simple advice #3 -- if you need features defined in servlet 2.3 and JSP
> 1.2, you'll need to use Tomcat 4.0.x or 4.1.x to get them.  If your app
> runs on servlet 2.2 / JSP 1.1, it will run on any of the servers you
> propose to look at.
The features are not a huge factor.  We have to support other servlet engines besides 
Tomcat, not all of which support the new specs yet.  As a result, we can't take full 
advantage of those features until all the servlet engines we support comply.  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Craig R. McClanahan


On Wed, 27 Nov 2002, Fenlason, Josh wrote:

> Date: Wed, 27 Nov 2002 11:22:03 -0500
> From: "Fenlason, Josh" <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x
>
> I'm investigating the different versions of Tomcat to see which will
> better suit our needs.  Which ever version we go with, we will be
> committed to for a while, so I want to make an educated decision.
> Since we will make a long term commitment to the version, I would be
> inclined to go with the latest Tomcat possible.  I had heard that Tomcat
> 4.x is not as quick as 3.3.1.  Does anyone know if that is the case?  I
> have used all three versions in my single user environment and not
> noticed a performance difference.  Has anyone used any in a multi user
> environment?  Any input on the pluses and/or minuses of various Tomcat
> versions would be greatly appreciated.  Thanks in advance. , Josh.
>

Simple advice #1 -- try them all and see which runs fastest for *your*
application.  Nobody else's benchmark, no matter what it says, will help
you much.  (I would tend to compare just the latest 3.3 and 4.1 if you're
in a hurry, but that's more because these are the branches getting
actively maintained.)

Simple advice #2 -- "fastest possible" is not always the right goal.
Sometimes "fast enough' is just fine, especially if there are other
compensating features that make your development easier and more
productive.

Simple advice #3 -- if you need features defined in servlet 2.3 and JSP
1.2, you'll need to use Tomcat 4.0.x or 4.1.x to get them.  If your app
runs on servlet 2.2 / JSP 1.1, it will run on any of the servers you
propose to look at.

Craig


--
To unsubscribe, e-mail:   
For additional commands, e-mail: