Re: MultiThreading

2001-02-04 Thread Nathan Meyers
Ezra Taylor wrote: > Hello everyone: >My question is quick and simple, does Linux > incorporate timeslicing. If not, please direct me to a site that show > code to that shows an alternative to performing Multithreading in a > Linux environment. Linux is a true mult

Re: Javac Hangs

2001-02-04 Thread Joi Ellis
On Sun, 4 Feb 2001, Wendy Schafer wrote: > I seem to have really messed up the JDK on my machine. When I type > "javac xxx.java" and press Enter, nothing happens. The java command > does not work either. This problem originally started when I was using > IBM's JDK 1.1.8. One day I went to use

Re: Continued support for SPARC

2001-02-04 Thread Johan Vos
On Sun, 4 Feb 2001, Dr. Simon Read wrote: > Folks, > > I have a SPARC Station 20 that I use as my Web and Mail server. I'm > currently running the Blackdown JDK 1.2.2 on it. > > I'm wondering whether Blackdown has plans to continue support for Java > on SPARC/Linux. Anyone want to comment? Y

Re: MultiThreading

2001-02-04 Thread Uli Luckas
Hi Ezra, Short answer: Java on Linux does support "timeslicing". Long answer: Java knows two threading models: Green threads and native threads. Green threads are implemented by the virtual machine (vm) and native threading uses the operating system's threading implementation. Green threads are i

Continued support for SPARC

2001-02-04 Thread Dr. Simon Read
Folks, I have a SPARC Station 20 that I use as my Web and Mail server. I'm currently running the Blackdown JDK 1.2.2 on it. I'm wondering whether Blackdown has plans to continue support for Java on SPARC/Linux. Anyone want to comment? I know that Sun will not support SPARC Linux in the ne

MultiThreading

2001-02-04 Thread Ezra Taylor
Hello everyone: My question is quick and simple, does Linux incorporate timeslicing. If not, please direct me to a site that show code to that shows an alternative to performing Multithreading in a Linux environment. Thank You Ezra Shop online without a credit ca

Javac Hangs

2001-02-04 Thread Wendy Schafer
I seem to have really messed up the JDK on my machine. When I type "javac xxx.java" and press Enter, nothing happens. The java command does not work either. This problem originally started when I was using IBM's JDK 1.1.8. One day I went to use it and nothing worked. It seems like it was after

MultiThreading

2001-02-04 Thread Ezra Taylor
Hello everyone: My question is quick and simple, does Linux incorporate timeslicing. If not, please direct me to a site that show code to that shows an alternative to performing Multithreading in a Linux environment. Thank You Ezra Shop online without a credit

Need info on jni,heap,stack to solve jni problem, Blackdown-1.3.0-FCS

2001-02-04 Thread Barnet Wagman
I'm encountering a rather serious problem using the jni with Blackdown-1.3.0-FCS (kernel 2.2.14, SuSE 6.4) . The problem is actually causing problems in my system as a whole. I suspect it has to do with memory allocation , and it would help to have some information about how memory for jni is al