easiest way for push notifications
I wanted to implement real time push notification to one of the apps written in RoR. I don’t have any experience with nodejs, nowjs, express or socketio.
Floating point undesirable in highly critical code?
Question 11 in the Software Quality section of “IEEE Computer Society Real-World Software Engineering Problems”, Naveda, Seidman, lists fp computation as undesirable because “the accuracy of the computations cannot be guaranteed”.
How is time calculation performed by a computer?
I need to add a certain feature to a module in a given project regarding time calculation. For this specific case I’m using Java and reading through the documentation of the Date class I found out the time is calculated in milliseconds starting from January 1, 1970, 00:00:00 GMT. I think it’s safe to assume there is a similar “starting date” in other languages so I guess the specific implementation in Java doesn’t matter.
WCF service as a proxy for publishing real-time data to a WPF/MVVM clients
I’ve been tasked with creating a dashboard application to show real time updates for our servers. The raw data comes in from an XML file on our intranet which I need to parse and present to the user.
Multitasking in C#
I would like to use a timer in my C# program with millisecond accuracy to keep a camera in sync with some events and keep shooting a picture every 250ms (or 1/4 sec, or I might adjust it to even shorter times like 200ms or 100ms). The normal timer event can be used for this.
Implementing chat in 2013 [closed]
Closed 8 years ago.
Node.JS or Scala for mobile and web apps [closed]
Closed 9 years ago.
Atmosphere + Long Polling : No message distribution?
I’m experiencing a strange behavior with Atmosphere + Long Polling.
Except garbage collector, what else makes Java a non real time programming language
Except the garbage collector, what are some other features in Java that make it unsuitable for real time programming? On the net, whenever Java vs C++ is discussed with regards to real time programming, it is always the garbage collector that is mentioned. Is there anything else?
Except garbage collector, what else makes Java a non real time programming language
Except the garbage collector, what are some other features in Java that make it unsuitable for real time programming? On the net, whenever Java vs C++ is discussed with regards to real time programming, it is always the garbage collector that is mentioned. Is there anything else?