Top "Real-time" questions

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.

IPC speed and compare

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 pipe
Lisp on embedded platforms

Are there any open source Lisp compilers suitable for real-time embedded applications? I.e. with incremental garbage collection, customisable memory …

embedded lisp real-time
How to plot several curves in MATLAB using handles

I am plotting data in MATLAB in real time. I want to use a handle. My problem is I do …

matlab real-time handle lineseries
Real Time Audio Analysis In Linux

I'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 alsa
How do I install Ratchet WebSockets for PHP on MAMP or XAMPP?

I'm trying to integrate a real time chat into my php / backbone app and I thought I would use ratchet? …

php websocket socket.io real-time ratchet
Twisted(asynch server) vs Django(or any other framework)

I need help understanding what the advantage of using an asynch framework is. Suppose I want to develop a simple …

python django asynchronous twisted real-time
Python: Real-Time Streaming Data

I am trying to capture real-time streaming financial time data via Python. I want to initially store the information in …

python database real-time bitcoin trading
How to Track the Online Status of Users of my WebSite?

I want to track users that are online at the moment. The definition of being online is when they are …

session real-time
Real-time data push from server to iOS device WITHOUT APNS

I'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
How to find average intensity of OpenCV contour in realtime

I have a image with about 50 to 100 small contours. I wish to find the average intensity[1] of each of these …

c++ opencv real-time average contour