Using BufferedThreadedInputStream for Interruptible IO

Chapter 18 - First-In-First-Out (FIFO) Queue

Java Thread Programming
Paul Hyde
  Copyright 1999 Sams Publishing

Chapter 18: First-In-First-Out (FIFO) Queue
Overview
The First-In-First-Out (FIFO) queue is a data structure that has many applications in systems development. In this chapter, Ill show you a version of a FIFO queue that supports simultaneous access by multiple threads. In particular, Ill present two versions that are usable in the real world, as they are, and extendable:
  ObjectFIFO , which holds references to objects
  ByteFIFO , which holds byte values directly

Toc


Java Thread Programming
Java Thread Programming
ISBN: 0672315858
EAN: 2147483647
Year: 2005
Pages: 149
Authors: Paul Hyde

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net