Overview
Event driven processing is an efficient way of dealing with high volumes of changes of underlying data in a low latency way. An example is a pricing server which receives a high number of price updates per second but not all prices are expected to change within a given short time frame.
Links
http://en.wikipedia.org/wiki/Event-driven_programming
http://en.wikipedia.org/wiki/Staged_event-driven_architecture
Add Comment