Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How long can a FIFO thread run with AP Scheduling?

AP FIFO run scheduling thread
0
Posted

How long can a FIFO thread run with AP Scheduling?

0

First non_AP (i.e. classic Neutrino) scheduling: • If not preemepted by a higher priority thread, a SS thread will run until it voluntarily gives up control. With AP scheduling, an FIFO thread will: • If not preempted by a higher priority thread in the same patrition, an SS thread will run until it voluntarily gives up control, or it’s partition runs out of budget. In other words, FIFO behavior is unchanged as long as your partition has budget. On a loaded system it is best to assume that an FIFO thread may be timesliced every millisecond with threads in other partitions. However, relative to all other threads in the same partition, FIFO behavior is the same as in classic Neutrino scheduling.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123