Tagged Questions

0
votes
2answers
30 views

Real time ‘price x quantity’ calculator

Hi, I'm using ASP.NET and a Repeater control to display my data. The data I have is in stored in a List. How would I implement a simple calculator that is affected in real time? …
0
votes
4answers
44 views

Updating on screen count as javascript code runs.

Hey, I've just started learning JavaScript and I'm making a little script that generates two numbers, the first number stays the same but the second number gets regenerated if it d …
0
votes
1answer
31 views

Real time collaborative use interface on the web

I'm wondering what the technologies and best practices are behind real time collaboration in web interfaces. An example of this is of course Google Wave. Another is PivotalTracke …
1
vote
6answers
129 views

Garbage Collector in Real-Time System

I'm new to C#/Java and plan to prototype it for soft real-time system. If I wrote C#/Java app just like how I do in C++ in terms of memory management, that is, I explicitly "delet …
0
votes
3answers
66 views

Real-time graphs

Do you know of a graphing library similar to Google's Annotated Timeline( http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html) that can be update …
0
votes
2answers
52 views

Realtime Web Search (in .Net)

Hi, How would you guys go about creating a "real-time" search engine on .Net platform. Near real-time search of the web is so popular nowadays and I was hoping you guys would hel …
0
votes
2answers
65 views

Real time with Rails

Hi, I'm looking for a good way to implement real time feed for my users on a Rails app (Phusion passenger server). Each feed can be different depending on the user and I expect to …
2
votes
5answers
109 views

Using TCP for real-time commands: Nagle arithmetic causes huge delays, what should I do?

I'm writing a socket server and flash game client. The game requires real-time commands such as movement and turning. It is important for these commands to be sent by the server to …
1
vote
2answers
45 views

controlling program execution

I am writing small debugging program for multithread apps. My idea is to run the target, that is being debuged for for example 100 nanosecs, then pause and examine its memory. Howe …
1
vote
1answer
70 views

Is it possible to create an IM chatting service on the cloud?

Is it possible to Google App Engine or Amazon EC2 to create a chatting tool that is (obviously) real-time? The motivation is avoiding setting up servers, and dealing with spikes in …
4
votes
3answers
207 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 …
1
vote
2answers
88 views

Good real-time programming books for beginner’s questions

I find myself in a situation where I need to work on a embedded, real-time system at work without much prior knowledge. I've done a fair amount of research online, but found nothin …
0
votes
4answers
48 views

Displaying data in real-time on web page

I'm not sure how to phrase it the best way, but what I'm looking for is a way to display data on a web page as it becomes available. Examples: Displaying IRC channel messages on a …
1
vote
0answers
39 views

Real-time game networking libraries for games in Java and Objective-C

I'm looking to build real-time games built using a dedicated Java server and iphone clients as well as Java desktop clients. What available high-performance network transport libra …
0
votes
1answer
31 views

WPF Drill-down GridView to display live data

I'm writing a monitoring system that displays real-time sensor data. The sensors are arranged in a hierarchy. Sensor 1 could, for instance, have S1.1 and S1.2 as children, which c …

1 2 3 4 5 7 next
15 30 50 per page