Hi there
I am working on Solaris 2.5.1 and I have some problem in scheduling
kernel thread with priority 60..
That is, a kernel thread is not switched by any other threads if it
sleep and wait for event itby itself. This means that a kernel thread
has nonpreempt scheduling.
I read the book '' unix internal'' and they said kernel thread is
preempted by kernel scheduler.
Please let me know how to schedule a kernel thread without sleeping or
waiting by itself.
Best Regards
Seunghwan, Lee