Re: IIS7/isapi/tomcat performance

2011-03-24 Thread Bilal S
Folks: I might be a little to this discussion. I have taken upon myself; (don't ask why I asked for that kind of pain ;o) to review how IIS and tomcat inter operate and just released in beta a new connector specifically for IIS7 / tomcat (though this works in IIS6 as well). You can download

Re: IIS7/isapi/tomcat performance

2011-03-05 Thread Michael Ludwig
Christopher Schultz schrieb am 01.03.2011 um 16:56 (-0500): I find *NIX smaller, cleaner, simpler, more scriptable and remotely administratable (is that a word? maybe administerable?) than Windows. The word is: administrable http://en.wiktionary.org/wiki/-abilis

Re: IIS7/isapi/tomcat performance

2011-03-02 Thread Tony Anecito
As stated in my message I was using the -server option for the server jvm. -Tony - Original Message From: David kerber dcker...@verizon.net To: Tomcat Users List users@tomcat.apache.org Sent: Tue, March 1, 2011 2:23:45 PM Subject: Re: IIS7/isapi/tomcat performance On 3/1/2011 4:07 PM

Re: IIS7/isapi/tomcat performance

2011-03-02 Thread David kerber
On 3/2/2011 12:03 PM, Tony Anecito wrote: As stated in my message I was using the -server option for the server jvm. -Tony My bad; I missed that. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: IIS7/isapi/tomcat performance

2011-03-02 Thread Tony Anecito
I do not know what the My bad limit per day is but I am sure you are fine. :] -Tony - Original Message From: David kerber dcker...@verizon.net To: Tomcat Users List users@tomcat.apache.org Sent: Wed, March 2, 2011 10:20:57 AM Subject: Re: IIS7/isapi/tomcat performance On 3/2/2011 12

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 2/28/2011 4:21 PM, Tony Anecito wrote: I also use Native APR with Tomcat 7 which eliminates AJP and supposedly is faster than Apache Web Server It's probably the same as AWS, as the code is the same :)

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread Tony Anecito
? Thanks, -Tony - Original Message From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Sent: Tue, March 1, 2011 8:31:54 AM Subject: Re: IIS7/isapi/tomcat performance -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 2/28/2011 4:21

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread Mladen Turk
On 02/28/2011 07:15 PM, Caldarale, Charles R wrote: From: Bruce Pease [mailto:bpe...@wth.com] Subject: IIS7/isapi/tomcat performance In performance tests I have found the configuration runs dramatically slower than it's corresponding server in 32 bit Windows on 2000 Server and Tomcat 6.

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 3/1/2011 2:49 PM, Tony Anecito wrote: I understand it is from the core AWS but the important thing for me was to eliminate AJP because in a AWS standalone I had used to communicate AJP. When I enabled ARP I did not have to do anything

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread Tony Anecito
Users List users@tomcat.apache.org Sent: Tue, March 1, 2011 1:42:37 PM Subject: Re: IIS7/isapi/tomcat performance -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 3/1/2011 2:49 PM, Tony Anecito wrote: I understand it is from the core AWS but the important thing for me was to eliminate

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, Good thing these are marked as [OT]... we have totally hijacked Bruce's thread. Maybe we should start another. On 3/1/2011 4:07 PM, Tony Anecito wrote: I am just trying to figure out what is the fastest was to handle my app. I was

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread David kerber
On 3/1/2011 4:07 PM, Tony Anecito wrote: Thanks Chris I will take a look at it. I am just trying to figure out what is the fastest was to handle my app. I was shooting for less than 1msec at Tomcat which I not have done. Now I want to get to 100 microseconds. Years ago from an logical

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread Tony Anecito
program. Regards, -Tony - Original Message From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Sent: Tue, March 1, 2011 2:17:46 PM Subject: Re: IIS7/isapi/tomcat performance -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, Good thing

RE: IIS7/isapi/tomcat performance

2011-03-01 Thread Bruce Pease
Users List Subject: Re: IIS7/isapi/tomcat performance Hi Chris, I used Tomcat separately because JBoss was always somewhat behind the current production version of Tomcat. Eventually I will remove JBoss and use JDBC from Tomcat to my database to reduce memory footprint and improve performance. I am

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 3/1/2011 4:33 PM, Tony Anecito wrote: I used Tomcat separately because JBoss was always somewhat behind the current production version of Tomcat. Eventually I will remove JBoss and use JDBC from Tomcat to my database to reduce memory

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruce, On 3/1/2011 4:42 PM, Bruce Pease wrote: I'm just curious if anyone is using a 64 bit version of Linux, and has seen performance degradation. We are looking to move off the Windows platform eventually anyway. I'm not using 64-bit, but I am

Re: IIS7/isapi/tomcat performance

2011-03-01 Thread Tony Anecito
Message From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Sent: Tue, March 1, 2011 2:45:39 PM Subject: Re: IIS7/isapi/tomcat performance -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 3/1/2011 4:33 PM, Tony Anecito wrote: I used

RE: IIS7/isapi/tomcat performance

2011-02-28 Thread Caldarale, Charles R
From: Bruce Pease [mailto:bpe...@wth.com] Subject: IIS7/isapi/tomcat performance In performance tests I have found the configuration runs dramatically slower than it's corresponding server in 32 bit Windows on 2000 Server and Tomcat 6. Until you quantify dramatically, better describe your

Re: IIS7/isapi/tomcat performance

2011-02-28 Thread Tony Anecito
/isapi/tomcat performance From: Bruce Pease [mailto:bpe...@wth.com] Subject: IIS7/isapi/tomcat performance In performance tests I have found the configuration runs dramatically slower than it's corresponding server in 32 bit Windows on 2000 Server and Tomcat 6. Until you quantify dramatically

RE: IIS7/isapi/tomcat performance

2011-02-28 Thread Bruce Pease
is using a similar setup, and has been able to get it to perform well. -Original Message- From: Tony Anecito [mailto:adanec...@yahoo.com] Sent: Monday, February 28, 2011 1:40 PM To: Tomcat Users List Subject: Re: IIS7/isapi/tomcat performance I agree with Charles. I run a performance

Re: IIS7/isapi/tomcat performance

2011-02-28 Thread Tony Anecito
JVM settings should not be the same. Regards, -Tony - Original Message From: Bruce Pease bpe...@wth.com To: Tomcat Users List users@tomcat.apache.org Sent: Mon, February 28, 2011 11:46:35 AM Subject: RE: IIS7/isapi/tomcat performance Perhaps my point is being missed here.  The issue

Re: IIS7/isapi/tomcat performance

2011-02-28 Thread Tony Anecito
Sent: Mon, February 28, 2011 12:40:43 PM Subject: Re: IIS7/isapi/tomcat performance JVM settings should not be the same. Regards, -Tony - Original Message From: Bruce Pease bpe...@wth.com To: Tomcat Users List users@tomcat.apache.org Sent: Mon, February 28, 2011 11:46:35 AM Subject

Re: IIS7/isapi/tomcat performance

2011-02-28 Thread Tony Anecito
Anecito adanec...@yahoo.com To: Tomcat Users List users@tomcat.apache.org Sent: Mon, February 28, 2011 12:57:03 PM Subject: Re: IIS7/isapi/tomcat performance Since the memory pointers are larger you may need to increase your heap size but you can compress the address pointers. Also, if you use

RE: IIS7/isapi/tomcat performance

2011-02-28 Thread Bruce Pease
To: Tomcat Users List Subject: Re: IIS7/isapi/tomcat performance I forgot to mention new versions of Windows are slower than XP. So that would contribute to your issues. Windows 7 got better but not as fast as 32-bit. Also, you might want to measure from tomcat perspective so you have a new baseline

Re: IIS7/isapi/tomcat performance

2011-02-28 Thread הילה
[mailto:adanec...@yahoo.com] Sent: Monday, February 28, 2011 3:01 PM To: Tomcat Users List Subject: Re: IIS7/isapi/tomcat performance I forgot to mention new versions of Windows are slower than XP. So that would contribute to your issues. Windows 7 got better but not as fast as 32-bit. Also

Re: IIS7/isapi/tomcat performance

2011-02-28 Thread Tony Anecito
To: Tomcat Users List users@tomcat.apache.org Sent: Mon, February 28, 2011 1:08:19 PM Subject: RE: IIS7/isapi/tomcat performance Thanks for the insight.  It looks like we are going to go with server 2003 32 bit.  I found some references that suggest ajp 1.3 has a performance issue in 64 bit server 2008