according to threads, in some operating systems a thread run to
completion before other thread of equal prioraty have the chance to
run.
so how should I program an applet to run in such systems.
1- leave it as it is.
2- arrange it applet to run as if it is in windows where every
thread of equal priorty run for an equal amount of time & when this
time expires it yeld itself to other thread of same priority?
or what should I do ?