Data access pattern, combining push and pull?
- by andlju
I need some advice on what kind of pattern(s) I should use for pushing/pulling data into my application.
I'm writing a rule-engine that needs to hold quite a large amount of data in-memory in order to be efficient enough. I have some rather conflicting requirements;
It is not acceptable for the engine to always have to wait for a full pre-load…