Subj : while(1); in a thread To : comp.programming.threads From : James Date : Fri Apr 08 2005 02:05 pm Hi, I've made my own user level thread package using setjmp/longjmp mechanism. However the problem in them is that if an infinite while loop is present in any thread then the other thread/s never gets a chance to run. I've seen the same problem in some other thread packages also. So can somebody please tell me that is this problem a loophole in my package(as well as other packages ) or it is a part of the user level thread properties. Thanks .