Serving the Quantitative Finance Community

Search found 2 matches

by calle987
March 13th, 2014, 8:25 am
Forum: Programming and Software Forum
Topic: Real-time updating framework
Replies: 6
Views: 5858

Real-time updating framework

<t>Thanks for your hints!@outrun: Your framework sounds pretty much like what I would need - how much effort (in years) went into your project, and how many programmers were working on it?@Cuchulainn: Our project will have around 10 programmers, and last several years, but the framework is only the ...
by calle987
March 11th, 2014, 1:19 pm
Forum: Programming and Software Forum
Topic: Real-time updating framework
Replies: 6
Views: 5858

Real-time updating framework

<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...