Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

It should be something very natural to have, I was wondering if there is a ready implementation of Prioritized BufferBlock from TPL DataFlow library?

share|improve this question
How would you expect it to behave with regards to BoundedCapacity? Or is that a feature you don't need? – svick Jun 3 '12 at 10:37
@svick I'd expect that if BoundedCapacity was reached, then it would drop the item at the end of the list. Not exactly optimal, but it's one approach. Another would be to always set BoundedCapacity to DataflowBlockOptions to Unbounded. – casperOne Nov 16 '12 at 21:16
I'd be cautious about such a block. All existing dataflow blocks have a guarantee that message ordering is preserved. This would violate that apparent guarantee. – Andrew Arnott Dec 31 '12 at 17:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.