sched_4BSD
From: Ashwin Chandra (ashcs_at_ucla.edu)
Date: 02/28/05
- Previous message: Julian Elischer: "Re: intercepting RSVP packets with netgraph"
- Next in thread: Julian Elischer: "Re: sched_4BSD"
- Reply: Julian Elischer: "Re: sched_4BSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <freebsd-hackers@freebsd.org> Date: Mon, 28 Feb 2005 00:16:41 -0800
I wanted to get some clarification about the 4BSD scheduler. I am sort of confused why there are two forms of scheduling, one done between processes and another done between threads in a process. The priority calculations seem to be done only with processes and I assume that the global run queue holds processes, not threads. Also why is there only 1 run queue for 1 CPU. What happens to blocked processes and ready to be runned processes?
Ash
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Julian Elischer: "Re: intercepting RSVP packets with netgraph"
- Next in thread: Julian Elischer: "Re: sched_4BSD"
- Reply: Julian Elischer: "Re: sched_4BSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]