Re: JavaOne - no green threads for Linux

2000-06-08 Thread Levente Farkas
Quoting Nelson Minar <[EMAIL PROTECTED]>: > Newer Sun releases will be native threads only, not green threads. I > asked why, and got two answers: > Hotspot assumes native threads, so a green threads version would be hard. > Thread management is the OS' job, not the application's. > > We talke

JavaOne - no green threads for Linux

2000-06-08 Thread Nelson Minar
Not much new news from JavaOne for Linux (or for anything, really). I did stop by Sun's booth for J2SE on Linux and talked a bit with Hong Zhang, their Hotspot guy for Linux. Newer Sun releases will be native threads only, not green threads. I asked why, and got two answers: Hotspot assumes nat

Re: jini

2000-06-08 Thread Alexander V. Konstantinou
You must set up your network interface (e.g. eth0) for multicast and add a route to that interface (replace INTERFACE with eth0 for example) : ifconfig INTERFACE multicast route add -net 224.0.0.0 netmask 240.0.0.0 dev INTERFACE On Wed, Jun 07, 2000 at 09:56:13PM -0400, David Blankley wrote: > H

Re: JRE 1.1.8 Native Threads support missing for linux/Intel

2000-06-08 Thread Urban Widmark
On Wed, 7 Jun 2000, Andrew Majercik wrote: > And there-in lies the rub, because I am trying to find a viable JRE for > shipping a product. :) Sorry, I need to read $subject more carefully. > Does anyone know who to contact? The blackdown people are on this list, they probably already know.

Re: compiler optimization

2000-06-08 Thread Chris Abbey
At 23:37 6/7/00 -0400, Joseph Shraibman <[EMAIL PROTECTED]> wrote: >Sez who? Maybe your jre happens to run that way, but IIRC the behavior >is undefined. If I wasn't so lazy I would look it up. sez the JLS, section 4.5.5. Yes I have it infront of me. No it's not there because of this thread. And