Re: [gentoo-user] Which java-sdk?

2003-06-14 Thread Richard Kilgore
On Sat, Jun 14, 2003 at 11:43:37PM +0100, bryn wrote: Actually, those are native threads, unless you have an old JVM. Linux lists all threads in the output of ps aux. The only way I know to tell when they are actually threads in the same process is that a lot of the stats reported (memory

RE: [gentoo-user] Which java-sdk?

2003-06-06 Thread Gwendolyn van der Linden
Which java sdk should i use? What do you want to use it for? Gwendolyn. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Which java-sdk?

2003-06-06 Thread Mark Foster
I've found the sun j2sdk1.4.1_02 to be good. The 1.3 jdk doesn't include JSSE (aka SSL and HTTPS) so if you need that feature go with 1.4. IBM seems to have stopped with 1.3. I believe IBM was going for speed and did pretty good with that aspect (also check out jikes for compile speed). Can't

Re: [gentoo-user] Which java-sdk?

2003-06-06 Thread Richard Kilgore
On Thu, Jun 05, 2003 at 05:35:47PM +0200, Gwendolyn van der Linden wrote: Which java sdk should i use? What do you want to use it for? Gwendolyn. IBM's JVMs for Linux have always outperformed the Sun ones on Linux (and Blackdown, I think). They have provide both a 1.3.x and 1.4.x JVM,

Re: [gentoo-user] Which java-sdk?

2003-06-06 Thread Ing. Bernardo Lopez O.
Its a kind of chat server (not ircd... but kind of) its for a server whit 1.4ghz 256ram On Thursday 05 June 2003 15:35, Gwendolyn van der Linden wrote: Which java sdk should i use? What do you want to use it for? Gwendolyn. -- [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED]

Re: [gentoo-user] Which java-sdk?

2003-06-06 Thread Ben Ricker
On Thu, 2003-06-05 at 11:32, Ing. Bernardo Lopez O. wrote: Its a kind of chat server (not ircd... but kind of) its for a server whit 1.4ghz 256ram Check out http://www.volano.com/benchmarks.html for benchmarks on different platforms. Ben Ricker Wellinx.com On Thursday 05 June 2003 15:35,

Re: [gentoo-user] Which java-sdk?

2003-06-06 Thread Richard Kilgore
On Fri, Jun 06, 2003 at 09:13:12AM -0500, Ben Ricker wrote: On Thu, 2003-06-05 at 11:32, Ing. Bernardo Lopez O. wrote: Its a kind of chat server (not ircd... but kind of) its for a server whit 1.4ghz 256ram Check out http://www.volano.com/benchmarks.html for benchmarks on different

RE: [gentoo-user] Which java-sdk?

2003-06-06 Thread Gwendolyn van der Linden
Has anyone ever heard why the JVMs out there always lose to their Windows counterparts in performance figures? The latest study at this site shows all the Linux JVMs failing the number of concurrent connections test miserably, except for the Blackdown 1.3.1 JVM which otherwise sucks in terms

Re: [gentoo-user] Which java-sdk?

2003-06-06 Thread Richard Kilgore
On Fri, Jun 06, 2003 at 05:32:19PM +0200, Gwendolyn van der Linden wrote: Has anyone ever heard why the JVMs out there always lose to their Windows counterparts in performance figures? The latest study at this site shows all the Linux JVMs failing the number of concurrent connections test

Re: [gentoo-user] Which java-sdk?

2003-06-06 Thread Larry Meadors
Back to the topic, I wanted to make it easier to switch between them because I could not decide either. I created a file named /etc/env.d/java/20symlink-usr-java that contains this: --- VERSION=Whatever /usr/java/jdk points to... JAVA_HOME=/usr/java/jdk

Re: [gentoo-user] Which java-sdk?

2003-06-06 Thread Ben Ricker
Richard is correct here. The listings in Top are inter-process threads, not processes. The memory trick is a way to tell; or the knowledge that Java is threaded tells you all you need to know. On the question: I wonder if there is something going on with Volano's app. For instance, there are a

Re: [gentoo-user] Which java-sdk?

2003-06-05 Thread Dhruba Bandopadhyay
On Thu, 2003-06-05 at 01:53, Ing. Bernardo Lopez O. wrote: Which java sdk should i use? emerge sun-jdk It's good with browsers and for compilation. -- [EMAIL PROTECTED] mailing list