On Wed, 23 Jan 2002 [EMAIL PROTECTED] wrote: > I have two threads with the same priority running from the same module > and I'd like to share CPU time between the two threads equally, is it > possible?
Probably not. Thread runs to completion if it is cpu-bound. If not a it reschedules when it issues a service request. Suspend/wakeup can work if if thread suspends/wakes up after correct interval. The solution will be based on the nature of threads. -ishwar -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
