Hacker News new | ask | show | jobs
by fludlight 3725 days ago
What's the range of latencies here? What types of projects really need the lowest latencies?
1 comments

Financial trading algos where low latency is important were the initial big market for stream processing/cep. As another example, imagine you're trying to do real-time fraud detection based on click stream analysis. If your latency is low enough you can potentially prevent suspicious transactions ever happening instead of having to allow them and then recover them somehow later.