Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Talk to a software developer and it means something like "as fast as we can, without any purposeful delays or buffers"

No, "real time" in a software context means having a persistent stateful TCP/UDP connection open between a client and a server (or two clients in case of WebRTC and the like) to exchange data, skipping over paradigms like having to establish new HTTP connections or being blocked on database fetches. This is a well-established definition, and has nothing to do with any specific millisecond threshold.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: