377 books
—
26 voters
“The sched_setscheduler() system call changes both the scheduling policy and the priority of the process whose process ID is specified in pid. If pid is specified as 0, the attributes of the calling process are changed.”
― The Linux Programming Interface: A Linux and UNIX System Programming Handbook
― The Linux Programming Interface: A Linux and UNIX System Programming Handbook
“Logically, I know divinity's just an illusion, but sometimes it seems the divine does manifest itself through art. Maybe there's a spark of the divine in all artists?”
― Palpasa Café
― Palpasa Café
“Assembly programmers are the only programmers who can truly claim to be the masters, and that's a truth worth meditating on.”
― Assembly Language Step-by-Step: Programming with DOS and Linux
― Assembly Language Step-by-Step: Programming with DOS and Linux
“I felt exactly as you did - that we reflect each other - but i didn't have the words to express it. That's the difference between and artist and a viewer, between a writer and reader.”
― Palpasa Café
― Palpasa Café
“When a process is rescheduled to run on a multiprocessor system, it doesn’t necessarily run on the same CPU on which it last executed. The usual reason it may run on another CPU is that the original CPU is already busy. When a process changes CPUs, there is a performance impact: in order for a line of the process’s data to be loaded into the cache of the new CPU, it must first be invalidated (i.e., either discarded if it is unmodified, or flushed to main memory if it was modified), if present in the cache of the old CPU. (To prevent cache inconsistencies, multiprocessor architectures allow data to be kept in only one CPU cache at a time.) This invalidation costs execution time. Because of this performance impact, the Linux (2.6) kernel tries to ensure soft CPU affinity for a process — wherever possible, the process is rescheduled to run on the same CPU.”
― The Linux Programming Interface: A Linux and UNIX System Programming Handbook
― The Linux Programming Interface: A Linux and UNIX System Programming Handbook
Suraj’s 2025 Year in Books
Take a look at Suraj’s Year in Books, including some fun facts about their reading.
Suraj hasn't connected with his friends on Goodreads, yet.
Polls voted on by Suraj
Lists liked by Suraj








































