DCSIMG
Rx Contrib - Bnaya Eshet

Bnaya Eshet

Disclaimer

Rx Contrib

Rx ContribRxContrib release V1


Rx Contrib is ongoing effort of community extensions for Rx.

 

you can can find the project at http://rxcontrib.codeplex.com/

 

Current features are:

ReactiveQueue: is ISubject that does not loose values if there are no subscribers.

The reactive queue is using the IQueueAdapter for injecting concrete

queue adapters (which mean that it can be extend to support other queues).

the out of the box implementation is using ConcurrentQueue which have extreme throughput.

(up to 2,000,000 messages of 500 byte per second on basic quad server).

It is also support Weak Subscribe option which holds the subscriber using week reference,

(those subscription will be removed after it been collected by the GC).

 

Add contribution

If you want to contribute to this efforts, you can contact bnayae@sela.co.il

 

Credits

The Reactive Queue, Weak Subscription, Unsubscribe Disposable are join effort of Bnaya Eshet and Yuval Mazor.

Yuval Mazor blog: http://blogs.microsoft.co.il/blogs/yuvmaz/

 

Read more about Rx

http://blogs.microsoft.co.il/blogs/bnaya/archive/2010/02/25/rx-for-beginners-toc.aspx

 

Shout it kick it on DotNetKicks.com


Comments

No Comments