> It doesn't need to be done on a process level at all. Just dropping the > thread priority to as low as it can go should work just as well under any > modern system with threads. Threads should be implemented outside of the > java VM, and will instead let the OS or a usermode threading under the OS > take care of it. Threads under this system will be run with threads from > other processes which are running.
That would require a native implementation of threads, which I suppose is an okay requirements as it's pretty ubiquitous now. It used to be uncommon except on Solaris and Windows. _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
