Is there a computing notion of "thread explosion" where you start more threads to use idle processor capacity because existing threads are in wait state but then they all unpredictably go active and the pre-emption logic is bad so everything crashes?
Conversation
I have in mind something that would be like "pre-emption hierarchy illegibility" where you can only impose a weak partial order on the priorities of a number of threads, all of which have execution constraints (deadlines, varying memory load, etc)
