Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 6
    Case in point for being careful with the term "real-time": In my work, real-time means that there is a deadline on how fast the software must respond to an event. In some cases, that response time is measured in seconds, but failing to meet the deadline means that the product is considered defective/broken. A hard real-time requirement. Commented Apr 19, 2024 at 7:13
  • @BartvanIngenSchenau fair point, I've updated the answer. Commented Apr 19, 2024 at 7:23
  • 2
    en.wikipedia.org/wiki/Real-time_computing Commented Apr 19, 2024 at 9:19
  • Probably I was confusing these terms also because I heard many times about Kafka Streams real-time processing.. Commented Apr 20, 2024 at 6:11
  • 1
    I second @BartvanIngenSchenau 's comment. Real-time means whatever that individual thinks it means at that particular time. I've seen realtime mean exactly what you say, I've seen realtime mean "roughly runs as fast as the inputs come in" and anything inbetween. Commented Apr 21, 2024 at 4:33