It seems that all the major investment banks use C++ in Unix (Linux, Solaris) for their low latency/high frequency server applications. How do people achieve low latency in trading high frequency 开发
I am trying to solve a network flow problem by C++ multithreading. Given a network (all nodes are connected by arcs, each arc is connected to 2 and only 2 ending nodes, one is input node and another
We have a high-speed, high-volume application, which is using log4j. Typically we have been using the SyslogAppender, thinking that it\'s the lightest weight, fastest appender. But we are seeing high
I have an ultra-low latency program and n开发者_高级运维eed to interface with a Windows COM component. What would be the fastest way to do this? Using a COM bridge like JACOB or write a native COM lib
Does anyone know where you can find performance de开发者_如何学JAVAtails on ZeroMQ latency vs. competitors like 29 West LBM?
I am about to begin development of a web app in New Zealand for a NZ market for which scalability is a key requirement. I am contemplating using Google Apps Engine which I have used in the past for sm
Databases are required for almost every business application to store data and the transactions done on that data. The transactions typically take a time of the order of milliseconds. At the same time
I\'m working on a GPGPU application that transfers data between the cpu and gpu using PBOs. One requirement in my application is that the OpenGL rendering thread should be blocking as little as possib
I\'ve been looking at various languages (mostly functional) that offer some great potential for throughput and concurrency. However, for latency sensitive applications (by which I mean the potential t
I\'ve got a delay of 10 seconds, I need real-time or at least 1second. It doesn\'t go through the Internet. Is it possible to reduce buffer time in WPF?