Tagged Questions
The latency tag has no wiki summary.
43
votes
12answers
13k views
How do I simulate a low bandwidth, high latency environment?
I need to simulate a low bandwidth, high latency connection to a server in order to emulate the conditions of a VPN at a remote site. The bandwidth and latency should be tweakable so I can discover ...
29
votes
3answers
5k views
How does LMAX's disruptor pattern work?
http://code.google.com/p/disruptor/
I am trying to understand the disruptor pattern. I have watched the infoq video and tried to read their paper. I understand there is a ring buffer involved, that ...
17
votes
4answers
2k views
Dealing with Latency in Networked Games
I'm thinking about making a networked game. I'm a little new to this, and have already run into a lot of issues trying to put together a good plan for dead reckoning and network latency, so I'd love ...
16
votes
1answer
1k views
How does Amazon RDS backup/snapshot actually work?
I am an Amazon RDS customer and am experiencing daily amazon RDS write latency spikes, corresponding roughly to the backup window. I will also see spikes at the end of a snapshot (case in point: ...
14
votes
4answers
1k views
Java BlockingQueue latency high on Linux
I am using BlockingQueue:s (trying both ArrayBlockingQueue and LinkedBlockingQueue) to pass objects between different threads in an application I’m currently working on. Performance and latency is ...
14
votes
8answers
4k views
fastest (low latency) method for Inter Process Communication between Java and C/C++
I have a Java app, connecting through TCP socket to a "server" developed in C/C++.
both app & server are running on the same machine, a Solaris box (but we're considering migrating to Linux ...
13
votes
8answers
2k views
Best OS to deploy a low latency Java application?
We have a low latency trading system (feed handlers, analytics, order entry) written in Java. It uses TCP and UDP extensively, it does not use Infiniband or other non-standard networking.
Can anyone ...
13
votes
4answers
2k views
How do you measure latency in low-latency environments?
Here's the setup... Your system is receiving a stream of data that contains discrete messages (usually between 32-128 bytes per message). As part of your processing pipeline, each message passes ...
9
votes
2answers
548 views
Theoretical minimum round-trip-time for a packet to travel over/under the North Atlantic Sea?
I'm doing some performance tuning and capacity planning for a low-latency application and have the following question:
What is the theoretical minimum round-trip time for a packet sent between a host ...
8
votes
3answers
2k views
Wait on multiple condition variables on Linux without unnecessary sleeps?
I'm writing a latency sensitive app that in effect wants to wait on multiple condition variables at once. I've read before of several ways to get this functionality on Linux (apparently this is ...
8
votes
4answers
485 views
Of these 3 methods for reading linked lists from shared memory, why is the 3rd fastest?
I have a 'server' program that updates many linked lists in shared memory in response to external events. I want client programs to notice an update on any of the lists as quickly as possible (lowest ...
7
votes
4answers
760 views
how can I simulate network latency on my developer machine?
I am upsizing an MS Access 2003 app to a SQL Server backend. On my dev machine, SQL Server is local, so the performance is quite good. I want to test the performance with a remote SQL Server so I can ...
7
votes
1answer
326 views
Finding latency issues (stalls) in embedded Linux systems
I have an embedded Linux system running on an Atmel AT91SAM9260EK board on which I have two processes running at real-time priority. A manager process periodically "pings" a worker process using POSIX ...
7
votes
5answers
310 views
Allocation latency seems high, why?
I have a (java) application that runs in a low latency environment, it typically processes instructions in ~600micros (+/- 100). Naturally as we've moved further into the microsecond space the things ...
6
votes
5answers
288 views
How to speed up slow / laggy Windows Phone 7 (WP7) TCP Socket transmit?
Recently, I started using the System.Net.Sockets class introduced in the Mango release of WP7 and have generally been enjoying it, but have noticed a disparity in the latency of transmitting data in ...
6
votes
8answers
838 views
How to deal with NFS latency in shell scripts
I'm writing shell scripts where quite regularly some stuff is written
to a file, after which an application is executed that reads that file. I find that through our company the network latency ...
6
votes
8answers
2k views
How to determine latency of a remote server through the browser
I run a couple of game tunnelling servers and would like to have a page where the client can run a ping on all the servers and find out which is the most responsive. As far as I can see there seems to ...
5
votes
1answer
357 views
How to use Android audio with low latency
Problem:
As you might have heard, Android does not provide with low latency audio API. What I mean by low latency audio is that you should be able to get audio signals from microphone and play the ...
5
votes
1answer
187 views
Low-latency read of UDP port
I am reading a single data item from a UDP port. It's essential that this read be the lowest latency possible. At present I'm reading via the boost::asio library's async_receive_from method. Does ...
5
votes
1answer
285 views
Network latency tester
Anyone know how I can test network latency in C#? I'm using the WP7.1 (Mango) CF, so the Ping class isn't available unless I dig into reflector and extract it. (blech)
5
votes
2answers
498 views
Linux thread scheduling differences on multi-core systems?
We have several latency-sensitive "pipeline"-style programs that have a measurable performance degredation when run on one Linux kernel versus another. In particular, we see better performance with ...
5
votes
2answers
172 views
How should I deal with latency in game development?
I'm working on a hobby project consisting of a multi-player web browser game.
It is my first and I have just stumbled into the latency issue.
I am trying to make user control as smooth as possible ...
5
votes
6answers
777 views
Alternatives to ApacheBench for profiling my code speed
I've done some experiments using Apache Bench to profile my code response times, and it doesn't quite generate the right kind of data for me. I hope the good people here have ideas.
Specifically, I ...
5
votes
3answers
155 views
Networking problems in games
I am looking for networking designs and tricks specific to games. I know about a few problems and I have some partial solutions to some of them but there can be problems I can't see yet. I think there ...
5
votes
4answers
310 views
synchronize clocks over internet
I am sending real-time-critical data over the internet between two dedicated computers, using my own protocol.
There is, of course, latency involved.
For debugging and optimization, I like to have ...
4
votes
1answer
58 views
High performance code on Mac OS X
I would like to know the best way to profile app code on OS X. I have a nano-second resolution timer and it seems after some baseline testing that I am hitting a kernel syscall context switch of ...
4
votes
2answers
181 views
Memory hierarchy latency information
In the "Example" section of this post, the author lists the latencies of all memory components register/L1/L2/RAM... My question is: how do you measure (find online) what the real latencies are for ...
4
votes
1answer
106 views
Estimating of interrupt latency on the x86 CPUs
I looking for the info that can help in estimating interrupt latencies on x86 CPUs. The very usefull paper was found at "datasheets.chipdb.org/Intel/x86/386/technote/2153.pdf". But this paper opened ...
4
votes
4answers
128 views
Is there a way to introduce fake latency in Java RMI calls?
In want to diagnose a bottleneck which happens when my client is talking to a server on the other side of the world. I'd like to run the server on my local machine and simulate the latency. Is there a ...
4
votes
1answer
166 views
HttpWebRequest introduces significant latency when the Expect100Continue header is disabled
On disabling the Expect100Continue header for HttpWebRequests coming out of my WCF hosted client, by adding the following to the settings section of the config file:
...
4
votes
3answers
304 views
Best way to move files of varying sizes across slow network using .NET
I'm building a .NET remoting client/server that will be transmitting thousands of files, of varying sizes (everything from a few bytes to hundreds of MB), and I'd like some feedback on the best method ...
4
votes
1answer
644 views
iPhone ARMv6 VFP asm latency, throughput and hazards
in this document:
http://infocenter.arm.com/help/topic/com.arm.doc.ddi0301g/DDI0301G_arm1176jzfs_r0p7_trm.pdf
on page 21-25 (pdf page 875) the througput and latency timings are given for the assembly ...
4
votes
3answers
404 views
Howto take latency differences into consideration when verifying location differences with timestamps (anti-cheating)?
When you have a multiplayer game where the server is receiving movement (location) information from the client, you want to verify this information as an anti-cheating measure.
This can be done like ...
4
votes
2answers
2k views
Bandwidth throttling software
I need to be able to simulate high bandwidth/high latency/high packet loss on my pc for the purpose of testing the software that I'm writing.
I've seen some software that you can install on a ...
4
votes
3answers
2k views
Latency of requesting a object from S3 to EC2
What's the latency to GET an object from S3 from an EC2 Instance.
For example, how many ms before the actual data stream for that object starts streaming back when requesting a object by it's full ...
4
votes
4answers
2k views
How do I obtain the latency between server and client in C#
I'm working on a C# Server application for a game engine I'm writing in ActionScript 3. I'm using an authoritative server model as to prevent cheating and ensure fair game. So far, everything works ...
4
votes
3answers
462 views
How to tunnel multi-player game data over HTTP with IIS to minimize latency?
I would like to create a browser-based network game. To ensure it can be used by as many people as possible, I'd like to embed all the traffic in standard HTTP packages.
Assuming I use IIS as my ...
3
votes
0answers
183 views
What can lead to stutter in the Android user interface? [closed]
A common issue raised by average people evaluating Android devices is stuttering or lag within the user interface. What technical issues can cause this within the operating system or applications ...
3
votes
2answers
186 views
Linux multicast sendto() performance degrades with local listeners
We have a "publisher" application that sends out data using multicast. The application is extremely performance sensitive (we are optimizing at the microsecond level). Applications that listen to ...
3
votes
3answers
453 views
Techniques to Reduce CPU to GPU Data Transfer Latency
I've been looking into ways to reduce the latency caused by transferring data back and forth from the CPU and GPU. When I first started using CUDA I did notice that data transfer between the CPU and ...
3
votes
4answers
791 views
Latency between different sounds in iPhone application
I’m trying to make a small iPhone application with some buttons to play WAV sounds.
My buttons works, but I have a small latency (~ 0,5 sec).
This is my .m file :
#import ...
3
votes
1answer
61 views
latency on posix reads()
we have a very latency sensitive application, in the sense that latency spikes on reads are very very bad.
i've tested xfs and ext4, and writing O_ASYNC to the file and then fdatasync() at the end ...
3
votes
2answers
2k views
How to ping IP addresses using JavaScript
I want to run a JavaScript code to ping 4 different IP addresses and then retrieve the packet loss and latency of these ping requests and display them on the page.
How do I do this?
3
votes
3answers
1k views
How can I find the response time (latency) of a client in NodeJS with sockets (socket.io)?
I'm trying to create a multiplayer game with NodeJS and I want to synchronize the action between clients.
What would be the best way to find the latency (the time that a request take to come back to ...
3
votes
1answer
181 views
Simulate AJAX latency with a wrapping closure
I'd like to wrap Prototype Ajax.Request in order to simulate AJAX latency. I mean, using a closure and Prototype's delay() facility, but apparently there is something wrong with my code
/*
* ...
3
votes
2answers
135 views
Networking with extremely high latency
Are there any protocols, systems, etc. experimental or otherwise designed for allowing normal (as normal as can be) network operations (E-mail, DNS, HTML, etc.) over very high latency links? I'm ...
3
votes
1answer
503 views
Using TCP Acks to measure latency to a server?
I am trying to measure latency to a server that I don't control. This is in a colocated environment, so the latency is on the order of 500 us (.5 ms).
I understand that Cisco gear frequently ...
3
votes
1answer
528 views
Sources of latency in sending-receiving tcp/udp packets in linux
What are sources of latency in process of sending/receiving tcp/udp packets in linux 2.6 ?
I want to know a latency sources in "ping-pong" latency tests.
There are some rather good papers of ...
3
votes
1answer
386 views
Measure mutex or futex latency
How could I measure a latency of mutex, semaphore or futex? I mean the latency between two events: unlock previously locked mutex and the locking that mutex. There are two cases: when all ...
3
votes
3answers
355 views
Pattern for designing a scalable web service
I am writing a web service in Java which needs to handle a large number of requests / second. The general flow will be:
Web service receives a request from client
Returns a 'keep polling me' ...