Skip to content

WorkerPool Design Patterns

jtriley edited this page Jun 2, 2011 · 1 revision

Interesting and useful multi-threaded programming design patterns facilitated by the workerpool module.

Introduction

This wiki page will talk about various multi-threaded design patterns in respect to the workerpool module. It will contain examples and discussion.

In progress

Topics that will be covered:

  • Implementing Google's Map/Reduce using workerpool
  • Chaining multiple pools for stage-based procedures
  • Extending workerpool
    • Jobs
    • Workers
    • Pools
  • ...

Clone this wiki locally