Re: Tomcat Repsonse question...

2009-10-08 Thread Tony Anecito
Tomcat Repsonse question... > To: "Tomcat Users List" > Date: Wednesday, October 7, 2009, 3:14 PM > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tony, > > On 10/6/2009 1:32 PM, Tony Anecito wrote: > > I am running JBoss and Apache on the same box so not

Re: Tomcat Repsonse question...

2009-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 10/7/2009 8:16 PM, Tony Anecito wrote: > I am using Apache Web server for the front end to serve my html > requests. Why? Tomcat can serve those requests quite well. > I have thought about using JBoss with it's Tomcat as the > front end Apa

RE: Tomcat Repsonse question...

2009-10-07 Thread Caldarale, Charles R
> From: Tony Anecito [mailto:adanec...@yahoo.com] > Subject: Re: Tomcat Repsonse question... > > I am using Apache Web server for the front end to serve my html > requests. I have thought about using JBoss with it's Tomcat as the > front end Apache as the back end for

Re: Tomcat Repsonse question...

2009-10-07 Thread Tony Anecito
tches (1Gbps) are not noticable from response time perspective right now. I hope this helps answer your question. Best Regards, -Tony --- On Wed, 10/7/09, Christopher Schultz wrote: > From: Christopher Schultz > Subject: Re: Tomcat Repsonse question... > To: "Tomcat Users List&

Re: Tomcat Repsonse question...

2009-10-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 10/6/2009 1:32 PM, Tony Anecito wrote: > I am running JBoss and Apache on the same box so not sure if the > TCP/IP stack is bypassed in that case. It's not bypassed, but it skips a lot of steps and does sneaky things like sharing send and r

Re: Tomcat Repsonse question...

2009-10-06 Thread Tony Anecito
Regards, -Tony --- On Tue, 10/6/09, Christopher Schultz wrote: > From: Christopher Schultz > Subject: Re: Tomcat Repsonse question... > To: "Tomcat Users List" > Date: Tuesday, October 6, 2009, 10:24 AM > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tony

Re: Tomcat Repsonse question...

2009-10-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 10/4/2009 10:13 PM, Tony Anecito wrote: > What class method for Tomcat would show the response time? I am using > the jvirtualvm to profile the code (simplest and easy to use) but I > need to know the name/method that would be closest to the

Tomcat Repsonse question...

2009-10-04 Thread Tony Anecito
Hi All, What class method for Tomcat would show the response time? I am using the jvirtualvm to profile the code (simplest and easy to use) but I need to know the name/method that would be closest to the socket to get an idea how fast the container/app is. Thanks, -Tony