I have a project that would benefit greatly by using aCircular Buffer. Seems 
the only good example I can find is the one at CodeProject.

However, I cant see me to make it do what I want it to do. Withoutreally 
getting into the issues im having, because its a lot, Do any of you

Know where I can get another example on a Circular Buffer inC#?



Basically what im wanting to do is fill a buffer withobject[]’s.



Right now I have the circular buffer writing 10 object[]’sto the buffer.

Once 10 is reached it starts the consumer thread which takesthe 
object[]’s out of the buffer and processes it.

As its reading and emptying, the producer writes new datain.



If only it was that simple..but in theory that’s whatI need. Any 
idea’s?



Thanks,

     Steve




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to