<t>Hi guys,I am trying to implement a real-time updating framework for a risk-management system, where changing input data automatically leads to recalculating all dependent results. So I need a kind of subscription mechanism, but a clever one, as I have to handle enormous amounts of data. I like to...