Re: Is their any tutorial for optimizing tomcat performance?

2004-11-08 Thread Peter Lin
would get that information first. peter On Mon, 8 Nov 2004 10:19:46 +0530, Amit Gupta [EMAIL PROTECTED] wrote: Hi, Is their any tutorial for optimizing tomcat performance? I run it on 64 MB RAM and 64 SWAP Space. is it Ok or not? Amit Gupta Email: [EMAIL PROTECTED

Is their any tutorial for optimizing tomcat performance?

2004-11-07 Thread Amit Gupta
Hi, Is their any tutorial for optimizing tomcat performance? I run it on 64 MB RAM and 64 SWAP Space. is it Ok or not? Amit Gupta Email: [EMAIL PROTECTED]

RE: tomcat performance/GC with JVMStat's visualgc

2004-08-13 Thread Dale, Matt
name to jvmps and visualgc. Read the instructions for jvmstat and all will become clear. -Original Message- From: Rajesh [mailto:[EMAIL PROTECTED] Sent: 13 August 2004 06:08 To: [EMAIL PROTECTED] Subject: tomcat performance/GC with JVMStat's visualgc Hai all how to check Tomcat's garbage

RE: tomcat performance/GC with JVMStat's visualgc

2004-08-13 Thread Nandish Rudra
JProbe is also a nice tool for tracking JVM behaviour. You may want to look into it. Nandish Rudra ECI Conference Call Services, LLC -Original Message- From: Rajesh [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 1:08 AM To: [EMAIL PROTECTED] Subject: tomcat performance/GC

Re: tomcat performance/GC with JVMStat's visualgc

2004-08-13 Thread Peter Lin
Conference Call Services, LLC -Original Message- From: Rajesh [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 1:08 AM To: [EMAIL PROTECTED] Subject: tomcat performance/GC with JVMStat's visualgc Hai all how to check Tomcat's garbage collectioin with JVMStat's visualgc

tomcat performance/GC with JVMStat's visualgc

2004-08-12 Thread Rajesh
Hai all how to check Tomcat's garbage collectioin with JVMStat's visualgc Rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SunONE versus Tomcat performance

2004-08-03 Thread Nikola Milutinovic
Jérôme Duval wrote: Why would you compare Apache and Tomcat vs. SunONE? Isn't there a lot of overhead in using the connector and all that? Seems to me a more logical test would be Tomcat vs SunONE and the most recent version of both, which Tomcat 4.1.30 is not. I smell bogus test results! When I

Re: SunONE versus Tomcat performance

2004-08-03 Thread Peter Lin
having used SunOne in the past, I would agree 2-5x faster is not likely or even possible. SunOne is a combination of the old Netscape code, jvm and the reference implementation of the servlet spec. In practice, it is no different than servlet containers that use native library for handling

RE: SunONE versus Tomcat performance

2004-08-02 Thread Jérôme Duval
- From: V D [mailto:[EMAIL PROTECTED] Sent: Saturday, July 31, 2004 11:24 PM To: Tomcat Users List Subject: Re: SunONE versus Tomcat performance I used it for webservice before, and it is faster than Tomcat, but I wouldn't say that was 2 to 5 times for that particular case. You can get it for free

Re: SunONE versus Tomcat performance

2004-08-02 Thread Vy Ho
and the most recent version of both, which Tomcat 4.1.30 is not. I smell bogus test results! -Original Message- From: V D [mailto:[EMAIL PROTECTED] Sent: Saturday, July 31, 2004 11:24 PM To: Tomcat Users List Subject: Re: SunONE versus Tomcat performance I used it for webservice before

RE: SunONE versus Tomcat performance

2004-08-02 Thread Jérôme Duval
, August 02, 2004 10:07 AM To: Tomcat Users List Subject: Re: SunONE versus Tomcat performance I am sorry for not being clear enough. The test did not run with both Apache and Tomcat, only Tomcat 5.0. Please understand that I do not try to create a flame war here. This is only a particular case

Re: SunONE versus Tomcat performance

2004-08-02 Thread Vy Ho
! -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 10:07 AM To: Tomcat Users List Subject: Re: SunONE versus Tomcat performance I am sorry for not being clear enough. The test did not run with both Apache and Tomcat, only Tomcat 5.0. Please understand that I do

Re: SunONE versus Tomcat performance

2004-08-02 Thread Robert Bateman
I've just finished reading the report and can find no where in the report that Tomcat failed It *does* indicate that the combination of Apache httpd and Apache Tomcat had problems - but the report does not indicate, as far as I can tell, which component reported the failure. Without

Re: SunONE versus Tomcat performance

2004-08-02 Thread Vic Cekvenich
http://news.netcraft.com/archives/2003/04/10/java_servlet_engines.html Above is Sun's market share of production sites. So... .V On Friday 30 July 2004 05:40 pm, David Wall wrote: It is worth noting that Sun Java Web Server has better performance than Apache Tomcat; you can learn more about this

Re: SunONE versus Tomcat performance

2004-07-31 Thread V D
I used it for webservice before, and it is faster than Tomcat, but I wouldn't say that was 2 to 5 times for that particular case. You can get it for free because it's bundled with the Application Server platform which is free. Julian wrote: Just downloaded it to give it a try. There's a trial

SunONE versus Tomcat performance

2004-07-30 Thread David Wall
Sun's update on the WSDP 1.4 (http://java.sun.com/developer/technicalArticles/WebServices/JWSDP_1.4/) includes this note about web containers: It is worth noting that Sun Java Web Server has better performance than Apache Tomcat; you can learn more about this from Sun Java Web Server vs.

Re: SunONE versus Tomcat performance

2004-07-30 Thread David Rees
David Wall wrote: It is worth noting that Sun Java Web Server has better performance than Apache Tomcat; you can learn more about this from Sun Java Web Server vs. Apache/Tomcat Benchmarks. The link to the KeyLabs report is at

Re: SunONE versus Tomcat performance

2004-07-30 Thread Julian
Just downloaded it to give it a try. There's a trial version but nevertheless it costs only $75. David Rees wrote: David Wall wrote: It is worth noting that Sun Java Web Server has better performance than Apache Tomcat; you can learn more about this from Sun Java Web Server vs. Apache/Tomcat

Re: Tomcat performance issue?

2004-04-19 Thread Daniel Gibby
I'm sending my JVM stack trace to see if any of you are better at reading it than I am. ;-) I'm guessing that you can somehow tell by looking at the stack trace whether the connections between apache and tomcat are somehow being held onto or locked waiting for something and not released.

RE: Tomcat performance issue?

2004-04-13 Thread Shapira, Yoav
: Tomcat performance issue? glad the suggestion helps. I firmly believe in profiling code to make sure simple little mistakes that appear harmless aren't killing performance. I'm constantly amazed at how little things improve performance. the benefit of using OptimizeIt or any other good profiling

Re: Tomcat performance issue?

2004-04-12 Thread Daniel Gibby
I have this same problem. It creeped up without any configuration changes on 4.1.27 It doesn't always print this error message out, but the effect is the same. SEVERE: All threads (75) are currently busy, waiting. Increase maxThreads (75) or check the servlet status My apache config:

Re: Tomcat performance issue?

2004-04-12 Thread Daniel Gibby
I forgot to mention that I have All threads (255) are currently busy, not (75) which makes sense. Daniel Gibby wrote: I have this same problem. It creeped up without any configuration changes on 4.1.27 It doesn't always print this error message out, but the effect is the same. SEVERE: All

RE: Tomcat performance issue?

2004-04-12 Thread Trieu, Jason T - CNF
(Xmx parm) to handle it or you will run into OutOfMemory error which is worse than out-of-connections. Jason -Original Message- From: Daniel Gibby [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 9:43 AM To: Tomcat Users List Subject: Re: Tomcat performance issue? I have this same

Re: Tomcat performance issue?

2004-04-12 Thread Daniel Gibby
Message- From: Daniel Gibby [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 9:43 AM To: Tomcat Users List Subject: Re: Tomcat performance issue? I have this same problem. It creeped up without any configuration changes on 4.1.27 It doesn't always print this error message out

Re: Tomcat performance issue?

2004-04-12 Thread David Rees
Daniel Gibby wrote: Tomcat config: Connector className=org.apache.catalina.connector.http.HttpConnector port=8080 minProcessors=5 maxProcessors=255 enableLookups=true redirectPort=8443 acceptCount=100 debug=0 connectionTimeout=6/ Hey, I

Re: Tomcat performance issue?

2004-04-12 Thread Peter Lin
From my own experience, this kind of behavior appears when a session isn't getting timed out for one reason or another. For example, say you get data from some remote site using your own Http client libraries that is multi-threaded. If that thread sits around and the socket it has isn't

Re: Tomcat performance issue?

2004-04-12 Thread Matt Woodings
- From: Peter Lin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, April 12, 2004 1:07 PM Subject: Re: Tomcat performance issue? From my own experience, this kind of behavior appears when a session isn't getting timed out for one reason or another. For example, say

RE: Tomcat performance issue?

2004-04-12 Thread Shapira, Yoav
Hi, Once you have noticed you have a memory leak, how do you go about locating it? You don't just notice it out of the blue: you typically notice it because a profiler shows it. The same profiler shows you where it is. Noticing and locating is typically one and the same for memory leaks. It's

Re: Tomcat performance issue?

2004-04-12 Thread Peter Lin
luckily I have a license of Borland OptimizeIt. What I do is I start tomcat using OptimizeIt. Then I create a test plan in JMeter. Once tomcat is running, I warm it up by sending it a couple hundred requests to make sure all the pages are compiled. before the test starts, use OptimizeIt to

RE: Tomcat performance issue?

2004-04-12 Thread Allistair Crossley
] Sent: Mon 12/04/2004 19:53 To: Tomcat Users List Cc: Subject: Re: Tomcat performance issue? luckily I have a license of Borland OptimizeIt. What I do is I start tomcat using OptimizeIt. Then I create a test plan

RE: Tomcat performance issue?

2004-04-12 Thread Peter Lin
!!! ADC -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Mon 12/04/2004 19:53 To: Tomcat Users List Cc: Subject: Re: Tomcat performance issue? luckily I have a license of Borland OptimizeIt

Re: Tomcat performance issue?

2004-04-10 Thread David Rees
Denise Mangano wrote, On 4/9/2004 10:05 PM: I've tried searching the archives but have come up empty-handed. A few days ago I received a few complaints that my users hit a certain point in the application and could go no further. This point was when Apache gives control to Tomcat. I checked

Re: Tomcat performance issue?

2004-04-10 Thread Bill Barker
David Rees [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Denise Mangano wrote, On 4/9/2004 10:05 PM: I've tried searching the archives but have come up empty-handed. A few days ago I received a few complaints that my users hit a certain point in the application and could go

Autoreply: Re: Tomcat performance issue?

2004-04-10 Thread DirectXtras
by lsanca1-ar19-4-46-072-212.lsanca1.dsl-verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for [EMAIL PROTECTED]; Sat, 10 Apr 2004 21:45:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: [EMAIL PROTECTED] From: Bill Barker [EMAIL PROTECTED] Subject: Re: Tomcat

Tomcat performance issue?

2004-04-09 Thread Denise Mangano
Hi all, I've tried searching the archives but have come up empty-handed. A few days ago I received a few complaints that my users hit a certain point in the application and could go no further. This point was when Apache gives control to Tomcat. I checked the log and found this. Apr 4, 2004

RE: Can AccessLogValve Cause Tomcat Performance Hit?

2004-04-08 Thread Shapira, Yoav
List Subject: Re: Can AccessLogValve Cause Tomcat Performance Hit? You can try to use ExtendedAccessLogValve. It parses the pattern on initialization and uses and array and switch statement to determine what to print. (In the hope that it would be faster) OTOH - the problem could be the writing

Can AccessLogValve Cause Tomcat Performance Hit?

2004-04-07 Thread Dan Barron
Hello, We are seeing a performance hit to our server whenever we turn on AccessLogValve for a virtual host in tomcat. Is this common or has anyone else experienced this? Any suggestions on how to configure for optimal performance? Below is the virtual host entry in server.xml - tomcat is

Re: Can AccessLogValve Cause Tomcat Performance Hit?

2004-04-07 Thread Tim Funk
Yes I can believe there is a performance hit. The valve reparses the string on every request. Since the Valve also uses a SimpleDateFormtatter - I think it is also restricted by the sync block imposed by that class. -Tim Dan Barron wrote: Hello, We are seeing a performance hit to our server

Re: Can AccessLogValve Cause Tomcat Performance Hit?

2004-04-07 Thread Remy Maucherat
Tim Funk wrote: Yes I can believe there is a performance hit. The valve reparses the string on every request. Since the Valve also uses a SimpleDateFormtatter - I think it is also restricted by the sync block imposed by that class. Another thing: If you enabled host lookup on the connector, it

RE: Can AccessLogValve Cause Tomcat Performance Hit?

2004-04-07 Thread Shapira, Yoav
Shapira Millennium Research Informatics -Original Message- From: Dan Barron [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 2:09 AM To: Tomcat Users List Cc: Dan Anderson Subject: Can AccessLogValve Cause Tomcat Performance Hit? Hello, We are seeing a performance hit to our

RE: Can AccessLogValve Cause Tomcat Performance Hit?

2004-04-07 Thread Dan Barron
Certainly one understands the costs of adding processing in the pipeline, but AccessLogValve seems to come with a large price to performance even with DNS lookups turned off and minimal fields being saved in the output. We have turned it off for now and tomcat performance is significantly

Re: Can AccessLogValve Cause Tomcat Performance Hit?

2004-04-07 Thread Tim Funk
understands the costs of adding processing in the pipeline, but AccessLogValve seems to come with a large price to performance even with DNS lookups turned off and minimal fields being saved in the output. We have turned it off for now and tomcat performance is significantly improved. Any other

tomcat performance with 100 webapps

2004-03-30 Thread Niki Ivanchev
Have some one tested Tomcat with more than 100 webapps. For example e-commrece solution, without many bells and whistles - jsut shopbuilder and sopiing cart Each webapp is based on trubine/velocity/torque. Each webapp using it's own firebird database. Can I expect smooth performance on dual

RE: tomcat performance with 100 webapps

2004-03-30 Thread Shapira, Yoav
leak would be multiplied by 100. Yoav Shapira Millennium Research Informatics -Original Message- From: Niki Ivanchev [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 9:43 AM To: Tomcat User Subject: tomcat performance with 100 webapps Have some one tested Tomcat with more than 100

Re: tomcat performance with 100 webapps

2004-03-30 Thread Niki Ivanchev
-Original Message- From: Niki Ivanchev [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 9:43 AM To: Tomcat User Subject: tomcat performance with 100 webapps Have some one tested Tomcat with more than 100 webapps. For example e-commrece solution, without many bells and whistles - jsut

Re: tomcat performance with 100 webapps

2004-03-30 Thread Remy Maucherat
Niki Ivanchev wrote: Have some one tested Tomcat with more than 100 webapps. For example e-commrece solution, without many bells and whistles - jsut shopbuilder and sopiing cart Each webapp is based on trubine/velocity/torque. Each webapp using it's own firebird database. Can I expect smooth

Re: tomcat performance with 100 webapps

2004-03-30 Thread Peter Lin
the only way you will know is to stress test it. I would recommend doing a small test with 10 webapps and a fair amount of load. I can tell you right now if you're not using SSL/TSL hardware acceleration, that's going to be your bottleneck. 20-25 concurrent https requests will max out a 2ghz

Re: tomcat performance with 100 webapps

2004-03-30 Thread Reynir Þór Hübner
Shapira Millennium Research Informatics -Original Message- From: Niki Ivanchev [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 9:43 AM To: Tomcat User Subject: tomcat performance with 100 webapps Have some one tested Tomcat with more than 100 webapps. For example e-commrece solution

Re: tomcat performance with 100 webapps

2004-03-30 Thread Adam Hardy
-Original Message- From: Niki Ivanchev [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 9:43 AM To: Tomcat User Subject: tomcat performance with 100 webapps Have some one tested Tomcat with more than 100 webapps. For example e-commrece solution, without many bells and whistles - jsut shopbuilder

Re: how to increase tomcat performance

2004-02-15 Thread Antonio Fiol Bonnín
Hanik (lists) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Deepak Hegde [EMAIL PROTECTED] Sent: Saturday, February 14, 2004 11:12 PM Subject: RE: how to increase tomcat performance first go over your configurations, make sure you have enabled enough threads

Re: Re: how to increase tomcat performance

2004-02-15 Thread Deepak Hegde
[EMAIL PROTECTED] Sent: Saturday, February 14, 2004 11:12 PM Subject: RE: how to increase tomcat performance first go over your configurations, make sure you have enabled enough threads for the connectors (read docs) then get a performance profiler and go to work :) tomcat is pretty

how to increase tomcat performance

2004-02-14 Thread Deepak Hegde
Hi All, I am running Tomcat 4 and Apache 1.3 and Struts Framework on Sun Sparc machine having O.S 5.8 version. Web application is developed to use Postgres Database also. I am facing lots of performance issues with Tomcat i.e sometimes when user connection increases tomcat process hangs and

RE: how to increase tomcat performance

2004-02-14 Thread Filip Hanik \(lists\)
PROTECTED] Sent: Saturday, February 14, 2004 8:03 PM To: [EMAIL PROTECTED] Subject: how to increase tomcat performance Hi All, I am running Tomcat 4 and Apache 1.3 and Struts Framework on Sun Sparc machine having O.S 5.8 version. Web application is developed to use Postgres Database also. I am

Re: how to increase tomcat performance

2004-02-14 Thread Parsons Technical Services
tomcat performance first go over your configurations, make sure you have enabled enough threads for the connectors (read docs) then get a performance profiler and go to work :) tomcat is pretty optimized, so it could be something in your code Filip -Original Message- From

Tomcat performance

2004-01-30 Thread Pete Stokes
Hi all. I am wondering about Tomcat performance on different platforms. Any 1 know which is best / figures, running a standard Java webapp, nothing fancy (with JTOpen to an iSeries DB if this makes any difference - looking for 1200 users) ??? Tomcat 5.0.18 on Win2k, Linux (Intel desktop

RE: Tomcat performance

2004-01-30 Thread FRANCOIS Dufour
PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Tomcat performance Date: Fri, 30 Jan 2004 14:33:40 + Hi all. I am wondering about Tomcat performance on different platforms. Any 1 know which is best / figures, running a standard Java webapp

RE: Tomcat performance

2004-01-30 Thread Shapira, Yoav
Millennium ChemInformatics -Original Message- From: Pete Stokes [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 9:34 AM To: Tomcat Users List Subject: Tomcat performance Hi all. I am wondering about Tomcat performance on different platforms. Any 1 know which is best / figures

Re: Tomcat performance

2004-01-30 Thread Peter Lin
about Tomcat performance on different platforms. Any 1 know which is best / figures, running a standard Java webapp, nothing fancy (with JTOpen to an iSeries DB if this makes any difference - looking for 1200 users) ??? Tomcat 5.0.18 on Win2k, Linux (Intel desktop / Xeon / AMD64) Sun (Linux

Re: Tomcat performance

2004-01-30 Thread Philipp Taprogge
Hi all! Peter Lin wrote: then I will throw major load at it for 48hrs generating a couple million page views. Just out of curiosity: what is the best way to generate page views for such a benchmark? What tools do you use? Thanks Phil

RE: Tomcat performance

2004-01-30 Thread Shapira, Yoav
Howdy, Peter Lin wrote: then I will throw major load at it for 48hrs generating a couple million page views. Just out of curiosity: what is the best way to generate page views for such a benchmark? What tools do you use? JMeter, as he mentioned. He's also its main developer, and it's a great

Re: Tomcat performance

2004-01-30 Thread Pete Stokes
, 2004 9:34 AM To: Tomcat Users List Subject: Tomcat performance Hi all. I am wondering about Tomcat performance on different platforms. Any 1 know which is best / figures, running a standard Java webapp, nothing fancy (with JTOpen to an iSeries DB if this makes any difference - looking for 1200 users

RE: Tomcat performance

2004-01-30 Thread Peter Lin
well I'm really the main developer. right now sebastian and jordi are far more active than I am. I'm responsible for the webservice and accesslog samplers. I wrote the accesslog sampler to do simulation testing using production access logs. it parses common log format and generates requests.

Re: Tomcat performance

2004-01-30 Thread Peter Lin
PROTECTED] Sent: Friday, January 30, 2004 9:34 AM To: Tomcat Users List Subject: Tomcat performance Hi all. I am wondering about Tomcat performance on different platforms. Any 1 know which is best / figures, running a standard Java webapp, nothing fancy (with JTOpen to an iSeries DB if this makes any

RE: Tomcat performance

2004-01-30 Thread Peter Lin
doh! typo. that should a big fat NOT. as in I'm NOT the main developer. peter lin Peter Lin [EMAIL PROTECTED] wrote: well I'm really the main developer. right now sebastian and jordi are far more active than I am. I'm responsible for the webservice and accesslog samplers. I wrote the

Re: Tomcat performance

2004-01-30 Thread Peter Lin
well I'm biased, since I'm a commiter on JMeter. JMeter is a jakarta project and it has quite a few features in the latest version. JMeter now supports proxies, cookie management, header management, default parameters, ftp protocol, jdbc protocol, java sampler, webservice, soap/xml-rpc, and

Re: Tomcat performance on Windows versus Linux

2003-12-16 Thread Sean Dockery
David Rees [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Not enough difference to make it a deciding factor between the two platforms. IMO, Tim's criteria are spot on when deciding what platform to deploy on. Personally, I prefer Unix as I find it easier to setup and administer.

Re: Tomcat performance on Windows versus Linux

2003-12-16 Thread Oscar Carrillo
behaviour dependent upon OS services (TCP/IP stacks, threads, file I/O, etc...) should be tuned for the platform on which the application will live. PS: I was sad to learn that the Tomcat Performance Handbook publishing date would be postponed. I would be thrilled if either you or Peter could tell

Tomcat performance on Windows versus Linux

2003-12-15 Thread Sean Dockery
I am planning to profile a web application on Windows XP (my development platform). I am curious as to whether or not different components in Tomcat and the JVM will behave differently (in a relative comparison) on Linux (production platform) than Windows. For example, I have had a person tell

Re: Tomcat performance on Windows versus Linux

2003-12-15 Thread Tim Funk
[I hate saying this since its rather very much like flambait but...] If its worth anything, I haven't had enough load on any of our apps to know whether Linux or Windows is better. Instead, look at: *** - Maintenance - If your a windows shop - stay windows *** - Debugging - I think

Re: Tomcat performance on Windows versus Linux

2003-12-15 Thread Sean Dockery
that the Tomcat Performance Handbook publishing date would be postponed. I would be thrilled if either you or Peter could tell me that the book will see a printer's press anytime soon. PPS: Is there a wiki for this stuff anywhere? Tim Funk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [I hate

Re: Tomcat performance on Windows versus Linux

2003-12-15 Thread David Rees
On Mon, December 15, 2003 at 9:42 am, Sean Dockery wrote: Tim Funk [EMAIL PROTECTED] wrote in message: [I hate saying this since its rather very much like flambait but...] If its worth anything, I haven't had enough load on any of our apps to know whether Linux or Windows is better. Instead,

Glen: One more item to include in Tomcat performance presentations

2003-11-25 Thread Jeff Tulley
I have been looking through the ApacheCon Tomcat performance presentation while simultaneously working on a performance / memory problem with Tomcat 4.x, and I have one more item that I would add to the presentation: Make sure JSP pages that do not deal with the session have %@ page session=false

RE: Tomcat performance issues with W2k - SP4

2003-10-08 Thread Shapira, Yoav
Howdy, Ask Microsoft. Yoav Shapira Millennium ChemInformatics -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 8:37 AM To: 'Tomcat Users List' Subject: RE: Tomcat performance issues with W2k - SP4 Tomcat isn't the only application. IIS

Tomcat performance issues with W2k - SP4

2003-10-06 Thread Benito Garcia
Hello. I have Tomcat 4.0.4 in a Windows 2000 SP3 ( and a Oracle DataBase ) working fine and with good performance. When installing the Service Pack 4 in the Windows 2000, all continue working OK, but wit a great loss of performance. If I uninstall the SP4, the performance

Re: Tomcat performance issues with W2k - SP4

2003-10-06 Thread Antony Paul
My machine too have this problem. Any solutions. I am using JDK 1.4.1 , Tomcat 4.1.27 and Oracle 8i. - Original Message - From: Benito Garcia [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, October 06, 2003 5:33 PM Subject: Tomcat performance issues with W2k - SP4

RE: Tomcat performance issues with W2k - SP4

2003-10-06 Thread Wade Chandler
in IIS that have suffered as well. We are working with MS currently to try and figure this out. Wade -Original Message- From: Benito Garcia [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 8:03 AM To: Subject: Tomcat performance issues with W2k - SP4 Hello. I have Tomcat

Re: article on tomcat performance

2003-09-22 Thread Jan Agermose
on tomcat performance Here is a quick update. I plan to release the finished article thursday or friday. tim and mike were kind enough to review it. I'm still waiting for the other reviewers. My question is what format would people like? word openoffice pdf peter Peter Lin [EMAIL

Re: article on tomcat performance

2003-09-22 Thread Tim Funk
PDF. Then its one document which will look the same everywhere. I prefer not to use Office documents for cross company transmission since I can't trust the other party sending me a virus free document. (Even if my security settings are high) -Tim Peter Lin wrote: Here is a quick update. I

Re: article on tomcat performance

2003-09-22 Thread Eric MacAdie
--- Peter Lin [EMAIL PROTECTED] wrote: Here is a quick update. I plan to release the finished article thursday or friday. tim and mike were kind enough to review it. I'm still waiting for the other reviewers. My question is what format would people like? word openoffice pdf

Re: article on tomcat performance

2003-09-21 Thread Peter Lin
: It looks like the tomcat performance book probably won't happen, so I am writing a short article based on some of the benchmark results. I should have a draft done in a week. Anyone interested in reviewing it? peter lin - Do you Yahoo!? Yahoo! SiteBuilder - Free

RE: article on tomcat performance

2003-09-21 Thread Prabhakar, Achal
PDF -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2003 8:44 PM To: Tomcat Users List Subject: Re: article on tomcat performance Here is a quick update. I plan to release the finished article thursday or friday. tim and mike were kind enough

RE: article on tomcat performance

2003-09-19 Thread Euan Guttridge
Seconded, otherwise please include me in review distribution. -Original Message- From: srinath narasimhan [mailto:[EMAIL PROTECTED] Sent: 17 September 2003 18:47 To: Tomcat Users List Subject: RE: article on tomcat performance Please post it to the list with a link or how to get

Re: article on tomcat performance

2003-09-17 Thread Jan Agermose
YES - Original Message - From: Peter Lin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 5:17 AM Subject: article on tomcat performance It looks like the tomcat performance book probably won't happen, so I am writing a short article

RE: article on tomcat performance

2003-09-17 Thread Mike Curwen
As long as you send us all the link to the finished article, I'm sure I won't mind missing the 'beta'. ;) -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 10:17 PM To: Tomcat Users List Subject: article on tomcat performance

Re: article on tomcat performance

2003-09-17 Thread Micael
Also, YES At 08:59 AM 9/17/2003 +0200, you wrote: YES - Original Message - From: Peter Lin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 5:17 AM Subject: article on tomcat performance It looks like the tomcat performance book probably

RE: article on tomcat performance

2003-09-17 Thread srinath narasimhan
Please post it to the list with a link or how to get it. Thanks. -Original Message- From: Micael [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 10:57 To: Tomcat Users List Subject: Re: article on tomcat performance Also, YES At 08:59 AM 9/17/2003 +0200, you wrote: YES

article on tomcat performance

2003-09-16 Thread Peter Lin
It looks like the tomcat performance book probably won't happen, so I am writing a short article based on some of the benchmark results. I should have a draft done in a week. Anyone interested in reviewing it? peter lin - Do you Yahoo!? Yahoo

Re: Apache Tomcat Performance Handbook

2003-09-05 Thread John Turner
That's why...they're no longer being printed. Anything you see on shelves or in stores is backstock. Peer Information Services, which owned Wrox and several other publishing houses (like Friends of Ed) liquidated in March, 2003. Apress and Wiley picked up most of the assetsthe books that

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread John Turner
the new release. John Flat Juas wrote: Hi! I'm looking for the Apache Tomcat Performance Handbook, but in every shop I check it's out of print. There are no used copies in ebay neither. Where can I get a copy of this book (I don't mind if it's a used one) or buy a pdf version of it ? Can you

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread Matt Fury
book is undecided, though that could change at any moment. I for one think there is a need for such a book, but with Tomcat 5 coming out, it might need to be rewritten to address the new release. John Flat Juas wrote: Hi! I'm looking for the Apache Tomcat Performance

RE: Apache Tomcat Performance Handbook

2003-09-04 Thread Shapira, Yoav
: Apache Tomcat Performance Handbook How could Wrox go out of business? That doesn't sound right. They have 1001 titles and write great books! Are you sure? --- John Turner [EMAIL PROTECTED] wrote: The book was never published. The original publisher (Wrox) went out of business

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread John Turner
need to be rewritten to address the new release. John Flat Juas wrote: Hi! I'm looking for the Apache Tomcat Performance Handbook, but in every shop I check it's out of print. There are no used copies in ebay neither. Where can I get a copy of this book (I don't mind if it's a used one) or buy

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread John Turner
to address the new release. John Flat Juas wrote: Hi! I'm looking for the Apache Tomcat Performance Handbook, but in every shop I check it's out of print. There are no used copies in ebay neither. Where can I get a copy of this book (I don't mind if it's a used one) or buy a pdf version

RE: Apache Tomcat Performance Handbook

2003-09-04 Thread Duncan Strang
Jeez, the stuff you learn on this list... -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: 04 September 2003 15:02 To: Tomcat Users List Subject: Re: Apache Tomcat Performance Handbook Well, I guess we have to be more clear. Wrox did not go out of business. Peer

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread Remy Maucherat
John Turner wrote: The book was never published. The original publisher (Wrox) went out of business and liquidated assets. The rights to the performance handbook (and many other former Wrox titles including the security handbook) were picked up by Apress. The rights to the rest were picked

Re: Apache Tomcat Performance Handbook

2003-09-04 Thread Peter Lin
If the book never gets out, I plan to write a 30-50 page paper based on the results of our benchmarks and give it to the TC community. Hopefully it won't go down the drain, since Remy and I spend over 2 months doing a ton of benchmarks with all sorts of variations and tuning options. peter ---

Apache Tomcat Performance Handbook

2003-09-03 Thread Flat Juas
Hi! I'm looking for the Apache Tomcat Performance Handbook, but in every shop I check it's out of print. There are no used copies in ebay neither. Where can I get a copy of this book (I don't mind if it's a used one) or buy a pdf version of it ? Can you recommend me other books about tomcat

Re: Apache Tomcat Performance Handbook

2003-09-03 Thread Christopher Williams
The book was never published and Wrox have gone bust, I believe. - Original Message - From: Flat Juas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:49 PM Subject: Apache Tomcat Performance Handbook Hi! I'm looking for the Apache Tomcat

RE: Tomcat Performance Questions

2003-02-14 Thread Shapira, Yoav
Howdy, Just wanted to find out what the list's experience is with Tomcat versus Apache ? Why is one preferred over the other ? Depends on your situation. People with lots of static files frequently put Apache in front to handle the static files and delegate servlet/JSP requests to tomcat. I

RE: Tomcat Performance Questions

2003-02-14 Thread Laxmikanth M.S.
Hi Shapira, Is there way to host multiple sites in Tomcat without using apache thanks Laxmikanth -Original Message- From: Shapira, Yoav [SMTP:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 7:53 PM To: Tomcat Users List Subject: RE: Tomcat Performance Questions Howdy

  1   2   3   >