Click here to Skip to main content
Licence 
First Posted 15 Jun 2001
Views 50,061
Bookmarked 27 times

Circular Buffer

By | 15 Jun 2001 | Article
A multi-threaded circular buffer program

Sample Image - circbuf.gif

Overview

I recently needed a class that performed both a read and write operation to a queue. I started searching for such a class, and I found one here at Code Project. I made several changes to the application. First, I converted the program from console application to an MFC SDI application using a CListView for displaying the data (see screenshot). Next, I simplified the thread synchronization process by sending a user defined window message. And finally, I added a performance timer (also found here at Code Project) which measures the time required to execute the program using different queue sizes. For specific details on how the queue portion of the program works reference David Hubbard's Circular Buffer article. I have included a small demonstration application in a project called Circbuf. It is multithreaded MFC SDI application using VC6.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Jacques Cooper



United States United States

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Generalincrease the queue size ,then not work queSz = 500; PinmemberJimmy Zhao16:52 24 Jul '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 16 Jun 2001
Article Copyright 2001 by Jacques Cooper
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid