| Author |
General tomcat APR question
|
Derek Murphy
Greenhorn
Joined: Mar 26, 2010
Posts: 25
|
|
Hiya,
I've never actually compiled/installed the APR libraries for tomcat.
What exactly do they improve? I've read that it increases performance in certain situations for production. Tomcat never has it included by default...
so my questions are..
1) When should I compile/install apr?
2) What does it actually change within tomcat regarding performance
3) Is there ever a time when I wouldn't want to install apr?
Cheers,
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 12513
|
|
I looked into it myself. It's such a pain in the that I decided not to go that route.
If you're running a high-performance, high-throughput production server, it's worth considering, but for development servers and production servers that can stand the lower efficiency of the generic Tomcat system, it's more trouble than it's worth to build and install the accelerator.
|
One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
|
 |
Derek Murphy
Greenhorn
Joined: Mar 26, 2010
Posts: 25
|
|
That's kind of what I always suspected. Thanks
|
 |
 |
|
|
subject: General tomcat APR question
|
|
|