I have this application written in PHP, I\'m considering on using eAccelerator for optimizing the application. My dilemma is that, this application works with real-time data (daily there are around 6
I am building a real-time multi-threaded application in WPF, but i am having difficulties in updating the UI.
I need to create a C++ add-in to Matlab where add-in will listen to packet coming from network and notify Matlab to draw an packet analysis graph. I开发者_运维技巧 understood that using a MEX file I c
In Swing, the GUI is supposed to be updated by the EDT only, since the GUI components are not thread safe.
When building a system which needs to respond very co开发者_StackOverflownsistently and fast, is having a garbage collector a potential problem?
I have a process that feeds a piece of hardware (data transmission device) with a specific buffer size. What can I reasonable expect from the windows scheduler windows to ensure I do not get a buffer
For my project, I need to add and update real-time data to my dual y-axis graph. The Y and Y2 values share the same X value, and I created it already. Now I have a function that adds the new point pai
In my game, I would like to spawn N items, not necessarily at the same time. Some of the items are dependent on what was spawned before (Markov chain-esque), so the probability of spawning two rocket
I have been programming Rails and Lift for a while. Rails, said, a joy to wo开发者_开发问答rk on.
I would like to be able to prioritize the outgoing data/messages from a WCF service. Here\'s the basic scenario: