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.

using C# for real time applications

Can C# be used for developing a real-time application that involves taking input from web cam continuously and processing the …

c# windows real-time
What are the Netty alternatives for high-performance networking?

I am in the process of choosing a networking library to implement a client/server system that cannot spare any …

java networking real-time netty nio
Periodically execute function in thread in real time, every N seconds

I have a threaded class whose loop needs to execute 4 times every second. I know that I can do something …

python multithreading real-time
Real-time operating via Python

So I am an inexperienced Python coder, with what I have gathered might be a rather complicated need. I am …

python real-time
Real-time graphing in Java

I have an application which updates a variable about between 5 to 50 times a second and I am looking for some …

java graph real-time jfreechart
Playing back sound coming from microphone in real-time

I've been trying to get my application recording the sound coming from the microphone and playing it back in (approximately) …

android audio real-time record audio-recording
SignalR WebSockets on IIS 7.5

On my IIS 7.5, my SignalR application always used long polling. As per my search, IIS 7.5 does not support WebSockets yet. …

websocket iis-7.5 real-time signalr
Real Time Streaming to HTML5 (with out webrtc) just using video tag

I would like to wrap real time encoded data to webm or ogv and send it to an html5 browser. …

html real-time mp4 ogg webm
How to sleep for a few microseconds

Consider the following code: #include <stdio.h> #include <time.h> #include <math.h> // Compile …

c linux real-time glibc libc
Xmpp Vs Websocket

I'm about to develop a website that has near real time chat. I know that it can be implemented using …

java websocket xmpp real-time near-real-time