> From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] > Subject: Possibly a dumb question. > > Am I wrong in thinking that I may get better performance from > Tomcat by building it from source rather than using a binary?
Yes, you're wrong - unless you happen to have a truly miraculous optimizing Java compiler at your disposal. However, real Java performance largely depends on the quality of the JIT buried inside the JVM you're using. > My thought is that I will be able to more tightly integrate > the connector and Tomcat by doing this... ???? No idea which connector you're referring to, but your building of the relevant products can't really be any different than the developers' builds, can it? If you're referring to the AJP connector between Apache httpd and Tomcat, you might want to try just eliminating httpd - Peter Lin's recent testing shows that current versions of Tomcat are nearly the equal of httpd for delivering static content, and removing the front end eliminates that overhead for dynamic pages. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
