> Why are the waits polling. No need for it, just using up clock cycles. > Add awaken() to the end of returnThread. > active & available should be volatile. (and with synchronized access if > there is code reading both)
I think that this is a workaround for a Linux-only missing nofication bug (the theory was that is was a JVM bug). I am not sure wheter or not it applies anymore though. /N _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
