RE: Book recommendations for performance tuning

2007-03-22 Thread Christopher Loschen
AM To: Struts Users Mailing List Subject: Re: Book recommendations for performance tuning I'd second that book recommendation. I've read it and there's a lot of good tips in there. On 3/22/07, Karr, David <[EMAIL PROTECTED]> wrote: > One I like is "Pro Java EE 5 Perfo

Re: Book recommendations for performance tuning

2007-03-22 Thread Ed Griebel
I'd second that book recommendation. I've read it and there's a lot of good tips in there. On 3/22/07, Karr, David <[EMAIL PROTECTED]> wrote: One I like is "Pro Java EE 5 Performance Management and Optimization", by Steven Haines. Note that Steven Haines is associated with Quest Software and Jp

Re: Book recommendations for performance tuning

2007-03-22 Thread Leon Rosenberg
Christopher, I think you should just start by measuring different layers of your application and different pathes the use cases go, and then start to think how to improve things that are slow. Blind performance tuning without knowing where the problem lies is the last thing that will help you. r

RE: Book recommendations for performance tuning

2007-03-21 Thread Karr, David
looking at, and probably YourKit, although I only briefly looked at it, compared to Jprofiler and Jprobe. > -Original Message- > From: Christopher Loschen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 21, 2007 2:10 PM > To: Struts Users Mailing List > Subject: Book recommenda

RE: Book recommendations for performance tuning

2007-03-21 Thread Christopher Loschen
rofiler when we work with them. Thanks, Chris -Original Message- From: Asthana, Rahul [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 5:30 PM To: Struts Users Mailing List Subject: RE: Book recommendations for performance tuning Chris, I think before going for performance tuning

RE: Book recommendations for performance tuning

2007-03-21 Thread Asthana, Rahul
: Christopher Loschen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 5:10 PM To: Struts Users Mailing List Subject: Book recommendations for performance tuning Hi all, I guess this is partially off-topic, but I've been asked to start looking at improving the performance of our applic

Book recommendations for performance tuning

2007-03-21 Thread Christopher Loschen
Hi all, I guess this is partially off-topic, but I've been asked to start looking at improving the performance of our application, and wanted to start reading up on things I should be looking for, techniques to improve performance, and so on. Our application has a pretty standard stack of J