Re: Multi-Threading: Preemptive?

1999-02-25 Thread Robert Kosara
On Wed, 24 Feb 1999, Robert McConnell wrote: > Ok, what happens if the point moves again before the sort is complete? > Do you complete that one, or terminate and start over? If you terminate > and start over, what happens if the sort never gets out to some points? Interesting question ... bu

Re: Multi-Threading: Preemptive?

1999-02-24 Thread Robert Kosara
>Any sugestions are welcome, and are greatly appreciated. Well, my suggestion would be to have the array-sorting class listen for changes of the point, and only start the thread that does the sorting when that point moves (or a new element is inserted into the array). This way, you wil

JDK 1.2??

1999-01-08 Thread Robert Kosara
Hi, I just wanted to ask if you already know when the Linux/Intel port of JDK1.2 will be available. I would prefer to continue working under Linux than get all the tools I need for NT ... Regards, Robert *** What this c