Chapter 17. Multithreaded Programming

Chapter Topics

  • Introduction

  • Threads and Processes

  • Threads and Python

  • thread Module

  • threading Module

  • Producer-Consumer Problem and the Queue Module

In this section, we will explore the different ways you can achieve more parallelism in your code by using the multithreaded (MT) programming features found in Python. We will begin by differentiating between processes and threads in the first few of sections of this chapter. We will then introduce the notion of multithreaded programming. (Those of you already familiar with MT programming can skip directly to Section 17.3.5.) The last section of this chapter lays out some examples of how to use the threading and Queue modules to accomplish MT programming with Python.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset