Hi,
> I know I have seen this here before. What does it typically mean if my
> java app runs with native threads, but not in green threads (117_v3)?
Green threads follow the java threading specifications. In particular,
they don't guarantee time-slicing, which a lot of threaded code
incorrectly depends on. Your threading might be broken. What happens
when you run your app? Is the JVM crashing, or is your app breaking?
dstn.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]