Tagged 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. A real-time system is one where some (though perhaps not all) of the tasks are real-time tasks.

learn more… | top users | synonyms (1)

31
votes
26answers
10k views

Real Time LaTeX?

I'm looking for an application in which I can write pure LaTeX in one half of the screen and on the other half to see the compiled document in real time. This seems really like an obvious way to do ...
29
votes
5answers
473 views

Software patching at a billion miles

Could someone here shed some light about how NASA goes about designing their spacecraft architecture to ensure that they are able to patch bugs in the deployed code? I have never built any “real ...
26
votes
7answers
793 views

Are Exceptions still undesirable in Realtime environment?

A couple of years ago I was tought, that in real-time applications such as Embedded Systems or (Non-Linux-)Kernel-development C++-Exceptions are undesirable. (Maybe that lesson was from before ...
21
votes
5answers
2k views

Using Haskell for sizable real-time systems: how (if?)?

I've been curious to understand if it is possible to apply the power of Haskell to embedded realtime world, and in googling have found the Atom package. I'd assume that in the complex case the code ...
20
votes
30answers
7k views

What's the best alternative to C++ for real-time graphics programming?

C++ just sucks too much of my time by making me micro-manage my own memory, making me type far too much (hello std::vector<Thingy>::const_iterator it = lotsOfThingys.begin()), and boring me with ...
18
votes
15answers
1k views

Performance of C++ vs Virtual Machine languages in high frequency finance

I thought the C/C++ vs C#/Java performance question was well trodden, meaning that I'd read enough evidence to suggest that the VM languages are not necessarily any slower than the "close-to-silicon" ...
17
votes
3answers
662 views

How about Haskell's GC performance for soft realtime application like games?

Because I realized game rule logic should handle huge complexity, I'm considering using of non-trivial language in game field as in-game logic script language. The reason of in-game script is ...
16
votes
4answers
1k views

How “Real-Time” is Linux 2.6?

I am looking at moving my product from an RTOS to embedded Linux. I don't have many real-time requirements, and the few RT requirements I have are on the order of 10s of milliseconds. Can someone ...
14
votes
4answers
418 views

iOS / C: Algorithm to detect phonemes

I am searching for an algorithm to determine whether realtime audio input matches one of 144 given (and comfortably distinct) phoneme-pairs. Preferably the lowest level that does the job. I'm ...
14
votes
6answers
710 views

is a garbage collector (.net/java) a problem for real-time systems?

When building a system which needs to respond very consistently and fast, is having a garbage collector a potential problem? I remember horror stories from years ago where the typical example always ...
13
votes
1answer
276 views

How to reduce jitter for Java?

To resolve this issue I have created an open source Java Thread Affinity library When I have a number of thread interacting closely it can reduce latency and increase throughput. For single threaded ...
13
votes
3answers
913 views

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 appreciated. I guess the main loop would have a world state which would be advanced a ...
12
votes
2answers
329 views

Is this algorithm an existing real-time system algorithm?

I have developed a scheduling algorithm that provides probabilistic soft real-time guarantees, but it seems too obvious and simple to be novel. I have had a hard time though relating it to published ...
11
votes
5answers
291 views

monitoring for changes in file(s) in real time

I have a program that monitors certain files for change. As soon as the file gets updated, the file is processed. So far I've come up with this general approach of handing "real time analysis" in R. I ...
11
votes
9answers
3k views

Java for Audio Processing is it Practical?

Is Java a suitable alternative to C / C++ for realtime audio processing? I am considering an app with ~100 (at max) tracks of audio with delay lines (30s @ 48khz), filtering (512 point FIR?), and ...
10
votes
7answers
490 views

Choosing between Node.js and Erlang (when you know neither)

I've been programming desktop applications using C++ and Python for the last 10 years. For a side project, I now want to branch into web development. Aside from HTML and CSS, I don't know any of the ...
10
votes
4answers
2k views

Real time ruby apps: CRAMP vs NODE.JS

i was wondering if any of you had insights about which one is better, and what factors should be taken into consideration when using one of these
10
votes
3answers
775 views

Scala and Java Real-Time System

Just wondering if anybody has run Scala app or web-app on Java Real-Time system? I assume because scala is bytecode compatible with regular JVM, then it should not take much effort to run it on a ...
10
votes
2answers
6k views

Real-time audio processing in Android

I'm trying to figure out how to write an app that can decode audio morse code on the fly. I found this document which explains how to record audio from the microphone in Android. What I'd like to know ...
10
votes
10answers
3k views

Available Game network protocol definition languages and code generation

I've been looking for a good general purpose binary network protocol definition framework to provide a way to write real-time game servers and clients (think World Of Warcraft or Quake III) in ...
10
votes
5answers
563 views

Recommendations for embedded+realtime development training

I am currently studying for a career in embedded real time engineering. But find it somewhat difficult to find good training material. Especially because you cannot experience embedded development as ...
9
votes
6answers
407 views

Linux rt- patch for android anyone?

Is it possible to apply the rt-patch for linux kernel to android kernel ? WHY? This is purely a research project. Can I have a dashboard on my car that runs Android yet is also controlling safety ...
9
votes
6answers
708 views

Real-time ASP.NET MVC Web Application

I need to add a "real-time" element to my web application. Basically, I need to detect "changes" which are stored in a SQL Server table, and update various parts of the UI when a change has occured. ...
9
votes
6answers
412 views

Is there a better C?

I want a better C. Let me explain: I do a lot of programming in C, which is required for applications that have real-time needs such as audio programming, robotics, device drivers, etc. While I ...
9
votes
3answers
460 views

Programming on Lift on Realtime - Is it possible?

I have been programming Rails and Lift for a while. Rails, said, a joy to work on. But Lift performance is too awesome to be ignored. However, I find building stuff inside Lift is way slower compare ...
9
votes
4answers
170 views

What on earth is ReverseHTTP and why would it be useful?

reversehttp.net offers little immediate insight into what reversehttp truly is and how this can be best utilized, it makes it seem that this tool is too difficult to realistically implement. In what ...
9
votes
3answers
1k views

PHP: Pubsubhubbub and realtime information (for Subscriber)

I started now with Pubsubhubbub (and all about realtime things), but I having trouble with the Subscriber option. I'm trying to develop a webapp in PHP to: Subscribe a RSS (previously Published) to ...
9
votes
9answers
12k views

Real-time Java graph / chart library?

There was an earlier thread on Java graph or chart library, where JFreeChart was found to be quite good, but, as stated in its FAQ, it's not meant for real-time rendering. Can anyone recommend a ...
9
votes
5answers
4k views

How frequent is DateTime.Now updated ? or is there a more precise API to get the current time?

I have code running in a loop and it's saving state based on the current time. Sometimes this can be just milliseconds apart, but for some reason it seems that DateTime.Now will always return values ...
8
votes
2answers
1k views

What is the most efficient way to draw voxels (cubes) in opengl?

I would like to draw voxels by using opengl but it doesn't seem like it is supported. I made a cube drawing function that had 24 vertices (4 vertices per face) but it drops the frame rate when you ...
8
votes
5answers
257 views

For real time programming, does reference counting have an advantage over garbage collection in terms of determinism?

If you were designing a programming language that features automatic memory management, would using reference counting allow for determinism guarantees that are not possible with a garbage collector? ...
8
votes
4answers
743 views

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 I last looked at it. However, does anybody know of any real world uses, commercial or ...
8
votes
8answers
659 views

Java Realtime Performance

I'm working with Java project that requires very advanced manipulations of images. In fact, I'm doing most of the manipulation using OpenCV, and I'm using JNI to wrap around the OpenCV functions that ...
8
votes
12answers
6k views

What can I use for real-time plotting/graphing in C++?

I am looking for a C++ library or component which would ideally be cross-platform, but will first only be needed for Win32. The requirements are: one to 10 updates per second good documentation and ...
8
votes
8answers
1k views

What deterministic garbage collection algorithms are out there?

What deterministic garbage collection algorithms are out there? By deterministic I vaguely mean that can be used in critical real-time software like aerospace flight software. Garbage collectors ...
8
votes
10answers
999 views

Bursty writes to SD/USB stalling my time-critical apps on embedded Linux

I'm working on an embedded Linux project that interfaces an ARM9 to a hardware video encoder chip, and writes the video out to SD card or USB stick. The software architecture involves a kernel driver ...
7
votes
3answers
259 views

Realtime web libraries - replace hookbox with socket.io or what?

I've got a couple projects that were built using hookbox to manage real-time message passing between web clients and servers. Hookbox was great -- it totally abstracted the transport layer, exposing ...
7
votes
3answers
527 views

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 handling, small footprint, etc. Edit: To clarify, ...
7
votes
6answers
351 views

References to java programs coded using primitives only

I've heard of Java programs with strict latency requirements where "new" instructions are never -or very rarely- used (because no new=>no objects->no GC=>improved latency)... instead all business ...
7
votes
2answers
1k views

WPF Real Time Multithreaded Stock Trading Application

I am building a real-time multi-threaded application in WPF, but i am having difficulties in updating the UI. I have a background worker thread that contains logic which determines what trades to ...
7
votes
3answers
378 views

Safe c++ in mission critical realtime apps

I'd want to hear various opinions how to safely use c++ in mission critical realtime applications. More precisely, it is probably possible to create some macros/templates/class library for safe data ...
7
votes
8answers
356 views

Can games be considered real-time systems?

I've been reading up on real-time systems and how they work etc. I was looking at the wikipedia article as well that said a game of Chess with a timer per move can be considered a real-time system ...
7
votes
3answers
153 views

What exactly is RTSJ, the Real-Time Specification for Java?

What exactly is the Java Real Time Specification? That is, how does it differ from the "regular" JSE or JEE specifications?
7
votes
2answers
892 views

WPF charting/visualization of realtime data

I've been trying to figure out what is the appropriate way to render real-time data as a line graph in WPF. And by real-time I actually mean, data that is being collected from a USB device that ...
7
votes
4answers
838 views

What makes Erlang suitable for soft real-time applications?

Some background I'm working on building a programming language for digital media programming, which should support concurrency using no-sharing message passing and soft real-time (i.e. do your best ...
7
votes
8answers
7k views

Microsecond accurate (or better) process timing in Linux

I need a very accurate way to time parts of my program. I could use the regular high-resolution clock for this, but that will return wallclock time, which is not what I need: I needthe time spent ...
6
votes
3answers
63 views

Is there a way to see what Javascript functions (the name of the functions) execute in real time in Chrome's Inspector?

For example, pretend there is Javascript code that will execute someFunction() when a button is clicked and I click that button. I wonder if there is some way to see that someFunction() was just ...
6
votes
2answers
148 views

Synchronization and time keeping of multiple applications

How would I implement a system that will keep 20 applications running on a closed network to stay synchronized whilst performing various tasks? Each application will be identical, on an identical ...
6
votes
0answers
229 views

FB Realtime API not/inconsistently notifying for certain connections (music, movies, books, tv)

I'm currently running into an issue with Facebook's realtime API. I wish to subscribe to a number of things on a users profile, including their "Likes" in the Music, Books, TV and Movies categories. ...
6
votes
3answers
352 views

Implementing a real-time, run-time compiler on an FPGA

I'm curious to hear people's opinions on how hard it would be to implement a compiler on an FPGA. This could just be a compiler backend, LLVM for example, and the implementation would just take in ...

1 2 3 4 5 17