Scott Stirling wrote:
>
> I would recommend upgrading the JVM. There's no reason in the world to use
> green threads anymore. And on a multi-CPU Solaris box it will kill
> performance because the JVM with green threads is single-threaded as far as
> the kernel is concerned.
>
> The 1.3 JVMs for Solaris are incredibly fast and powerful. That's probably
> your best solution unless you have a really good reason for staying with a
> 1.1 JVM. Even if, you should upgrade to the latest 1.1.8 production release
> and not use the green threads option nor any reference implementation JVMs
> (the RI JVMs are not released for production use).
>
> Sun will say the same thing.
>
You didn't say so explicitly, but it may also be true that
such an old JVM will not do any JIT compilation like 1.2
or the hotspot stuff of 1.3. So bad threading + no compilation
would be realllly slow.
ch
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists