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 want to do the FFT of an audio signal in real time, meaning while the person is speaking in …
c real-time signal-processing fftI have a bit of a problem. I want to learn about Hadoop and how I might use it to …
hadoop real-time bigdata hadoop-streamingI'm writting a financial C# application which receive messages from the network, translate them into different object according to the …
c# .net garbage-collection real-time financeIt is possible to use sched_setaffinity to pin a thread to a cpu, increasing performance (in some situations) From …
linux performance real-time schedulingMy program is using the Linux system call setpriority() to change the priorities of the threads it creates. It needs …
linux real-timeI need to work out the best way to read data that is being written to a file, using node.…
javascript node.js real-time fifo unix-socket