[EMAIL PROTECTED] said:
> Appreciate the help. I was able to get things working, for the most
> part, by setting the following environment variables:
> THREADS_FLAG=GREEN JAVA_COMPILER=NONE
Yeah, that seems to be the most stable configuration for a lot of tasks.
> I am, in fact, using native threads under Solaris.
That's what I meant: if you have stuff hanging under Linux and not under
Solaris, and you're using green threads under Linux but native threads under
Solaris, you cannot really start with blaming the Linux port (even though
chances are high you're right with the current 1.2 prerelease ;-)). Native and
green threads make a difference on the Java code level (native threads allow
for sloppy thread coding, green threads don't), so any comparisons must have
these options set the same.
Regards,
Cees
--
Cees de Groot http://www.cdegroot.com <[EMAIL PROTECTED]>
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]