answersLogoWhite

0

lord bhudda shakyamuni

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Performing Arts

Who is the author of The Story of Spiders?

The author of The Story of Spiders is Dorothy Edwards Shuttlesworth.


The system allows developers to use real time threadsIs it necessary to bind a real time thread to an LWP?

Yes. Timing is crucial to real-time applications. If a thread is marked as real-time but is not bound to an LWP, the thread may have to wait to be attached to an LWP before running. Consider if a real-time thread is running (is attached to an LWP) and then proceeds to block (i.e. must perform I/O, has been preempted by a higher-priority real-time thread, is waiting for a mutual exclusion lock, etc.) While the real-time thread is blocked, the LWP itwas attached to has been assigned to another thread. When the real-time thread has been scheduled to run again, it must first wait to be attached to an LWP.Bybindingan LWP to a real- time thread you are ensuring the threadwill be able to runwithminimal delay once it is scheduled.


What are 4 good halloween jokes?

There are many of jokes about spiders. The most popular joke told about spiders is "what is a spiders favorite TV show", the answer to this joke is "the newly web show".


What are user level threads?

•No special support needed from the kernel (use any Unix) •Thread creation and context switch are fast (no syscall) •Defines its own thread model and scheduling policies


What is multi thread operating system?

Basically a thread means a process which CPU is executing at particular time, if you want to run many processes (applications) in the same time, you need to have multithread OS.