we have 3 instances on the same hardware we did this due to a memory/thread constraint correct me if i'm mistaken, but i've read that the more memory you allocate for you Heap, the less thread you have, we want a lot of memory and a lot of threads so we opted to do 3 instances on the same hardware
On 7/10/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Prt, Please do not post more than once. We forgive spelling and grammar mistakes. There is no reason to re-post your question with trivial changes. prt wrote: > I have Dell PE 2950 with tow Intel xeon dual core 5130 processors. > I have three tomcat work in balance in mod_jk, and one Apache in front on > port 80. Three instances on the same piece of hardware? Why not just run a single instance? Load balancing doesn't get you anything when it's all on the same hardware. > The JVM and the tomcat that i have on the server are 32 bit architecture. :( Note that Tomcat is architecture-less. Tomcat is neither 32-bit nor 64-bit. Only the JVM makes these distinctions. > Is it good to do so or will be better to install 64 bit architecture JVM and > compile tomcat on the server ? You should definitely use a 64-bit JVM on your server. You will have access to much more memory and overall performance should improve significantly. You do not have to recompile anything. Tomcat should work exactly as it does today. > Thank you all for help and sorry about my English. No problem. My Hebrew would probably be horrible. ;) - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGkmQU9CaO5/Lv0PARAn5hAKCt5+aOHDnHF64o5Ft1V8bEt2ZNxwCfbJr0 rR3sVgqhGYbIVgUJOmkTF98= =V1oW -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]