Good books on threading/processes?

  • Thread starter Thread starter SlurrerOfSpeech
  • Start date Start date
  • Tags Tags
    Books
AI Thread Summary
The discussion focuses on seeking resources to understand the hardware and OS-level workings of threads and processes, specifically in the context of Windows operating systems. Recommended readings include "Advanced Windows" by Jeffrey Richter and "Windows Internals" by Yosifivitch and Ionescu, as well as the two-part series by Russinovich and Solomon. These texts are noted for their depth and relevance to the architecture of Windows, providing insights into the intricacies of threading and process management.
SlurrerOfSpeech
Messages
141
Reaction score
11
I want to learn more about the hardware and OS-level details about how threads and processes work. Can anyone here direct me to some good reads?
 
Technology news on Phys.org
SlurrerOfSpeech said:
I want to learn more about the hardware and OS-level details about how threads and processes work. Can anyone here direct me to some good reads?
You didn't specify which OS. From your previous posts, I think you are using Windows. Here are some links to more advanced books on that architecture.

Advanced Windows, Jeffrey Richter - https://www.amazon.com/dp/1572315482/?tag=pfamazon01-20
Windows Internals, 7th Ed., Yosifivitch and Ionescu, https://www.amazon.com/dp/0735684189/?tag=pfamazon01-20

Windows Internals, Russinovich and Solomon, Part I - https://www.amazon.com/dp/0735648735/?tag=pfamazon01-20
Ditto, Part II - https://www.amazon.com/dp/0735665877/?tag=pfamazon01-20
 
Last edited by a moderator:
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top