Monday, September 21, 2009

Back to work

I had a good lecture a while ago on Threads. It feels good because I feel like it's been a while that I really haven't been "teaching". Anyway, I'll try my best to do better. Research, research, research..

Zen asked me about hyperthreading. I don't know much about the subject but I found this nice article that explains the topic quite well.

I also found a good article about multithreading in Java, which would be very beneficial to you, dear student, if you only take time to read it. =)

Saturday, August 29, 2009

Software Freedom Day 09

Hey guys,

OS Chapter 4 Discussion Questions

1. Provide 2 programming examples in which multithreading provides better performance than a single-threaded solution.

2. What are the 2 differences between user-level threads and kernel-level threads? Under what circumstances is one type better than the other?

3. Describe the actions taken by the kernel to context switch between kernel-level threads.

4. What resources are used when a thread is created? How do they differ from those used when a process is created?

Please read your book and write your answers on your notebook. Be prepared for the oral quiz on Sept. 8, 2009 (Tuesday)

About Me