Green threads as default

2002-04-03 Thread Jacob Vennervald Madsen
Hi List I'm using the JDK 1.3.0 on a PPC machine. I need the JRE to run Green Threads per default. How do I change this? Best regards, Jacob Vennervald -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Re: Request: green threads as default.

1999-05-24 Thread Juergen Kreileder
> swansma writes: >> Hm, rmid uses jdk1.2/jre/bin/java (which is a link to >> jdk1.2/jre/bin/.java_wrapper) by default. swansma> Yes, but rmid doesn't use .java_wrapper to start NEW VMs. It does, trust me ;-) It uses jdk1.2/jre/bin/.java_wrapper (not jdk1.2/bin/.java_wrapper).

Re: Request: green threads as default.

1999-05-24 Thread swansma
On 25 May 1999, Juergen Kreileder wrote: > > Mark Swanson writes: > > Mark> Since the green threads - no jit - passed the JCK, is it > Mark> possible to have this configuration the default? RMID spawns > Mark> new threads (reggie, txn_mgr, etc..) as native threads which > M

Re: Request: green threads as default.

1999-05-24 Thread Juergen Kreileder
> Mark Swanson writes: Mark> Since the green threads - no jit - passed the JCK, is it Mark> possible to have this configuration the default? RMID spawns Mark> new threads (reggie, txn_mgr, etc..) as native threads which Mark> crash a lot. I've modified the .java_wrapper to for

Request: green threads as default.

1999-05-24 Thread Mark Swanson
Hello, Since the green threads - no jit - passed the JCK, is it possible to have this configuration the default? RMID spawns new threads (reggie, txn_mgr, etc..) as native threads which crash a lot. I've modified the .java_wrapper to force green threads, but rmid doesn't use the .java-wrapper to