1
vote
3answers
45 views
what’s the cheapest way to setup cluster of low latency, low bandwidth servers, like for network game? [closed]
I want to have groups of 2-4 users playing a game that will require each user send to the others about 10-20 bytes of info every 1-3 seconds. So basically, low bandwidth usage, but …
4
votes
3answers
96 views
Allocation latency seems high, why?
I have a (java) application that runs in a low latency environment, it typically processes initial instructions in ~600micros (+/- 100). Naturally as we've moved further into the m …
0
votes
3answers
43 views
Launching an online app: do I use CDN, Amazon Services or a dedicated server?
My web application requires as little lag as possible. I have tried hosting it on a dedicated server, but users on the other side of world have complained about latency issues.
So …
5
votes
3answers
225 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 …
3
votes
3answers
116 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.
Th …
2
votes
4answers
110 views
How to check the cause for a HTTP request latency/waiting time?
I issue a simple GET request to my server, and it's coming back after ~1.2 seconds on average (using firebug NET tab, the "waiting for reqponse" part- not even the whole reponse ti …
1
vote
4answers
371 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, …
2
votes
4answers
168 views
How to deal with nfs latency in shell scripts
Hi all,
I'm writing shell scripts where quite regularly some stuff is written to a file, after which a n application is executed that reads that file. I find that through our comp …
0
votes
6answers
241 views
ssh hangs with high latency connection (connecting internationally)
This is been making my programming really frustrating lately.
I´m in Argentina right now connecting to a U.S. server via SSH. Understandably, the pings are a bit higher here (aro …
0
votes
0answers
69 views
What are the average network settings (bandwidth, latency, mtu, etc.)? [closed]
I know this is going to vary by region, time of day, etc. Still it would be great if someone could cite resources to statistics that break it down and are frequently updated.
For …
2
votes
2answers
51 views
latency orders of magnitude for app architecture considerations
Is there a reference which lists approximately how long it takes (in relative or absolute terms) to transfer information over network (udp vs tcp/ip), disk, memory (sequential/rand …
14
votes
7answers
2k 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 …
1
vote
2answers
85 views
Fastest way to share a connection and data from it with multiple processes?
I have multiple app processes that each connect to servers and receive data from them. Often the servers being connected to and the data being retrieved overlaps between processes. …
1
vote
3answers
169 views
Do good multiplayer/mmo client<>server games use latency within movement calculations?
There's a couple of questions here.
Image I have client A who's going to send the following message to Server: "START MOVEMENT FORWARD".
The server will not receive this message …
0
votes
1answer
71 views
First time adhoc app load onto iPhone
Hey I've got an adhoc distribution of an app I'm attempting to put on the clients phone. On the initial load after sync to our test phones with iTunes I'm seeing a 30 second load t …
