I have two threads.
   
     Thread 1 having Highest= priority
   
     Thread 2 having Low priority
   

   = 
From thread2, i post messages continuously
   
From thread1, the messa= ge is processed.
   

   
As the priority of thread1 is greater, as soo= n as the first
   message is posted, the control should go to thread1.
   
= But thread2 gets the CPU completely.
   

   
Isn't this a bug in pthre= ad. My scheduling policy is RR.
   

   
Thanks in advance,
   
Saran= ya

   

   
[1] [ads=] 


References

   1. 3D"http://clients.rediff.c=/
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to