A task is real-time when the timeliness of the activities' completion is a functional requirement and correctness condition, rather than merely a performance metric.
I am trying to implement a real-time application which involves IPC across different modules. The modules are doing some data …
sockets ipc real-time shared-memory pipeAre there any open source Lisp compilers suitable for real-time embedded applications? I.e. with incremental garbage collection, customisable memory …
embedded lisp real-timeI am plotting data in MATLAB in real time. I want to use a handle. My problem is I do …
matlab real-time handle lineseriesI'm wondering what is the recommended audio library to use? I'm attempting to make a small program that will aid …
linux audio real-time signal-processing alsaI need help understanding what the advantage of using an asynch framework is. Suppose I want to develop a simple …
python django asynchronous twisted real-timeI want to track users that are online at the moment. The definition of being online is when they are …
session real-timeI'm building an iOS app which needs real-time updates from the server, and I'd like to accomplish this without polling. …
ios real-time push