RE: [JBoss-user] Best JDK for Linux

2001-11-12 Thread John \EvilJohn\ Carney
I'm convinced the Sun JVM is 'better' then the IBM JVM. This doesn't mean faster, but speed isn't everything. IBM runs faster and seems to use less memory. How the hell they get their stack use so efficient and the Array bounds check elimination so good, I don't know. However, to be honest I'm

RE: [JBoss-user] using hostname other than localhost

2001-11-12 Thread John \EvilJohn\ Carney
Does 'linux1' exist in /etc/hosts? Just to add here: Make sure you don't have this in your /etc/hosts: 127.0.0.1 localhost localhost.localdomain linux1 RedHat will do this by default, and it's very annoying. This will cause your IP to published to as 127.0.0.1 . This can cause very odd

RE: [JBoss-user] JBOSS, ECPerf, JMeter

2001-11-02 Thread John \EvilJohn\ Carney
ECPerf comes with its own driver/client side application. To run a valid test you must that driver/client application. Good Luck. John M. Carney - [EMAIL PROTECTED] Sr. Software Engineer TowerJ Corporation - http://www.towerj.com -Original Message- From: [EMAIL PROTECTED]

RE: [JBoss-user] JBoss/Linux thread probs

2001-09-27 Thread John \EvilJohn\ Carney
Removing Server is just going to change the way HotSpot works. I don't think this is going to affect your problem directly. Check your ulimit's. Sometimes running out of open file descriptors will mask it self as a process limit problem. Note, this is a java issue, not a JBoss problem. Also,