Click here to Skip to main content
15,886,639 members
Articles / Programming Languages / C#

PipeStream, a Memory Efficient and Thread-Safe Stream

Rate me:
Please Sign up or sign in to vote.
4.72/5 (23 votes)
10 Nov 2008CPOL4 min read 180.8K   2.6K   80  
PipeStream is a thread-safe read/write data stream for use between two threads in a single-producer/single-consumer type problem.

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available No 16-Dec-14 0:18 Available Deeksha Shenoy
Updates in content. Changes: 10
2 No 15-Dec-14 7:33 Pending James Kolpack
Bug fix.
1 No 10-Nov-08 5:16 Available Deeksha Shenoy

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions