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.

Get Real Time - Not Device Set Time in android

How to find out the Real Geographical Time, as in my application I want to attach the real time with …

android datetime real-time time-format
How do the protocols of real time strategy games such as Starcraft and Age of Empires look?

I'm interested in how the protocols (and game loop) work for these type of games; any pointers or insights are …

language-agnostic protocols real-time
How to plot two real-time data in one single plot in PyQtGraph?

I am willing to get 2 random data and plot it in the same Widget using PyQtGraph in a real-time way. …

python real-time pyqtgraph
Creating a realtime push notification system for desktop/mobile/web apps using kafka as message broker

I have a use case where there needs to be a real-time communication between servers and clients following a pub/…

rabbitmq real-time scalability apache-kafka publish-subscribe
Realtime Face-tracking on Iphone

Does anybody know which,currently,is the best library for realizing a real time face-tracking solution for iPhone? I've done …

iphone opencv real-time tracking face-recognition
Show current time WPF

The only way to show current time updating regularly I found is to use timer. Of course, I can implement …

c# wpf xaml real-time current-time
Ideas for scaling chat in AWS?

I'm trying to come up with the best solution for scaling a chat service in AWS. I've come up with …

amazon-web-services redis real-time scalability amazon-sqs
Who Uses Real Time Java?

I noticed that Real Time Java 2.2 was released back in September, seems to have come a long way from when …

java real-time rtsj real-time-java
OpenCL GPU Audio

There's not much on this subject, perhaps because it isn't a good idea in the first place. I want to …

audio opencl real-time
Fast Append Text to text box

I have a BackgroundWorker thread that is posting messages, using BeginInvoke on a textbox in the GUI. The method, write_…

c# logging textbox real-time appendtext