This tag implies latency is a significant consideration

learn more… | top users | synonyms

0
votes
0answers
21 views

How can I formulate the communication latency in TCP/IP? [closed]

I have difficulty in deriving a mathematical model/equation to estimate the round trip latency between two nodes communicating using TCP/IP. The nodes are exchanging data based on HTTP protocol. In ...
0
votes
0answers
28 views

Connection failure during production database synchronization with internal database

I am sure this is a routine issue. We are facing latency and connection failure issues when database sync is in progress. In Synchronization process, we first delete all data from our production ...
0
votes
0answers
6 views

How to reduce network latency during mirroring? [migrated]

We are using SQL Server 2008 R2 Standard edition for mirroring. But we found out that network latency is too high. It takes nearly four times time to complete a transaction while mirroring is active. ...
2
votes
0answers
14 views

Internet latency: what do PENDING and FROM CACHE mean in Chrome Developer Tools Network tab

I would like to confirm whether I'm understanding this correctly or not. I'm having severe latency issues when I type "google.com" into the Chrome address bar, but not when I do the same thing in ...
0
votes
0answers
18 views

Improving response of X Window by reimplementing X server as a shared library?

As far as I know: Both the X server and X clients are implemented as processes in X Window. Data need to be passed between them (via IPCs) to make things work. Because at least one context switch is ...
1
vote
1answer
40 views

How to speeden up SWF load time?

I'm optimizing a Flash website in order to load as quickly as possible, and in certain edge cases the SWF takes upto 10 seconds to load. There are no external assets except for the SWF file, and the ...
1
vote
1answer
45 views

How to know the exact time a user submitted a form

We're building an online test with individually timed questions. The questions are a series of forms which the users must complete within a pre-determined number of seconds. Although the users will ...
1
vote
1answer
157 views

MIDI Over Bluetooth

I'm starting a project featuring a wireless MIDI connection over Bluetooth. As far as I know, there is no MIDI profile defined in the BT specification. I was wondering if some of you would be ...
0
votes
1answer
73 views

Using Socket and Threads Why Is my Chat Server so Slow and CPU Usage so High?

So my code works fine except for when iterating through arrays and sending a response to multiple chat clients the latency between each client's reception of the response is nearly a second. I'm ...
1
vote
0answers
37 views

Database geo-replication with low latency [closed]

I have a website which I am currently hosting on a single server in Europe. To improve the latency for non-European users I would like to add local servers in the US and Asia. Keeping static files in ...
1
vote
1answer
51 views

Windows Azure Websites Latency

for a client a run a website on Windows Azure (Websites). I run in reserved mode and have two medium insances. I run these PHP sites on Windows and I have a separate MySQL server (running on Windows). ...
1
vote
1answer
86 views

Profiling underlying Linux OS functions/code like select() and poll()?

If I was to write a tiny C or C++ application (on Linux) and call "native" Linux functions, such as select() and poll() when profiling, would I be able to see the assembler being used for these ...
1
vote
2answers
61 views

Notifying user-mode as soon as a packet arrives

(This is for a low latency system) Assuming I have some code which transfers received UDP packets to a region of shared memory, how can I then notify the application (in user mode) that it is now ...
4
votes
1answer
153 views

Low latency packet processing with shared memory on Linux?

If I was to receive UDP packets on Linux (and I didn't mind changing some of the source code) what would be the fastest way for my application to read the packets? Would I want to modify the network ...
0
votes
1answer
140 views

how to calculate WebRtc-AECM-msInSndCardBuf parameter correctly on android?

I'm using WebRtc AECM on android(Samsung GT-i9100g) and gotten the mobile echo cancelled "almost" successfully but am having a hard time calculating a good value of "msInSndCardBuf" programmatically. ...
1
vote
0answers
27 views

Latency in a multiplayer game (with client-server model)

I have a question regarding client-server based games, i.e. games where one player is the "server", who is simulating the whole logic of the game, and the other players receive the momentary state of ...
0
votes
1answer
157 views

Definition of Round Trip Time by using Ping ICMP messages

How is the RTT defined by the use of a "simple" ping command? Example (Win7): ping -l 600 www.google.de My understanding is: There will be send a ICMP message to google with the size of 600 bytes ...
0
votes
0answers
8 views

major outlier timings when calling a function

I have been looking at timings in a binary and have come to isolate large outlier timings (from say 50 microseconds to several hundred) every now and then when calling a particular function foo. If I ...
6
votes
1answer
209 views

How To Compute HTTP request processing time without network latency?

Because of geographic distance between server and client network latency can vary a lot. So I want to get "pure" req. processing time of service without network latency. I want to get network latency ...
1
vote
1answer
49 views

Azure- Substantial performance degradation when moving CreateTableIfNotExist()code from Run() to OnStart()

I have a worker role which does some processing involving Azure storage. The overall performance gets degraded if I move CreateTableIfNotExist() code from workerrole’s Run() method to OnStart() ...
3
votes
1answer
125 views

How to can I implement one way latency measurment using C#?

I need to measure a one direction latency measurement between two applications that communicate thru a LAN and report the result to a data collection server. The client application sends the data ...
0
votes
2answers
98 views

Would handling each TCP connection in a separate thread improve latency?

I have an FTP server, implemented on top of QTcpServer and QTcpSocket. I take advantage of the signals and slots mechanism to support multiple TCP connections simultaneously, even though I have a ...
0
votes
0answers
68 views

iOS AVCam record with latency

I am using AVCam to record audio/video. The system make a recording start with AVCaptureMovieFileOutput object. AVCaptureMovieFileOutput *movieFileOutput; ... [[self movieFileOutput] ...
1
vote
2answers
78 views

Alignment of data members and member functions for performance

Is it true aligning data members of a struct/class no longer yields the benefits it used to, especially on nehalem because of hardware improvements? If so, is it still the case that alignment will ...
1
vote
2answers
139 views

Where are AWS EC2 availability zones exactly?

I am trying to create a server with the lowest possible latency for my target audience. I get the difference between regions and availability zones (I think). It sounds like the availability zones are ...
-1
votes
2answers
51 views

Network Throughput vs Delay [closed]

I was reading a book on Computer Networking and I am confused about something that I read (This is not a homework question): Consider a server and a client connected by a single router. There is no ...
1
vote
1answer
86 views

Chess Rails app with low latency possible? [closed]

Is a low latency chess app possible with Rails? The Rails framework is mainly geared towards being stateless afaik. One approach to implementing chess in Rails would be given a move (the "request"), ...
1
vote
0answers
105 views

What falls under “Data Oriented Design”?

Data Oriented Design is most formally introduced by this Sony Research document and this document. Beyond the obvious, however, I was wondering what other aspects of programming fall under "Data ...
1
vote
0answers
136 views

Adding some latency to windows localhost

Ok, it's been almost 2 days since I started to look for the solution, no hope yet. We are developing a real-time action game using flash. Different players connect to each other with peer-to-peer ...
0
votes
1answer
74 views

Check latency if server denies ping requests

the server I need to check the latency of is denying PING requests, is there another way to check my latency to the server? Thanks in advance.
4
votes
2answers
308 views

Is low OSC/Midi (no audio) latency possible on Android?

I want to do a concept for a real-time interface for audio interaction, so real low latency is essential. I have read a lot about this topic in the last week, but it's impossible to get a real ...
1
vote
2answers
81 views

Websockets: what to do about lost Pings?

I'm trying to implement a protocol to match-up the received Pongs with the corresponding Pings. But what do I do about the Pings I send but don't receive a Pong? Could this happen? Or is it ...
2
votes
1answer
130 views

Use of pthread increases execution time, suggestions for improvements

I had a piece of code, which looked like this, for(i=0;i<NumberOfSteps;i++) { for(k=0;k<NumOfNodes;k++) { mark[crawler[k]]++; r = rand() % ...
0
votes
0answers
84 views

Android: Why is there a different latency between different input sources?

I want to test the latency of different input devices on a custom android. I made an app and added these functions to it. public boolean dispatchGenericMotionEvent(MotionEvent event) { long ...
1
vote
2answers
67 views

Single big cache-able CSS vs page-specific small CSS snippets

Right now my CSS files look like this: Then I have a php snippet that looks like this: <?php $Compress->folder(Configuration::get('Public').'/style/', '.css', ...
1
vote
1answer
109 views

20-second response when using G-WAN /?noheaders.c

When I enter the URL http://localhost:8080/?noheaders.c in a Web browser, G-WAN seems to be blocking during 20 seconds before responding, whatever the browser (IE, Chrome, or Firefox). What is ...
1
vote
2answers
74 views

x86: latency and throughput of transcendental functions

Intel® 64 and IA-32 Architectures Optimization Reference Manual lists latency and throughput figures for various CPU instructions. For transcendental functions (FSIN etc) some of the figures are ...
5
votes
2answers
329 views

How can I reduce Google App Engine datastore latency?

Through appstats, I can see that my datastore queries are taking about 125ms (api and cpu combined), but often there are long latencies (e.g. upto 12000ms) before the queries are executed. I can see ...
4
votes
1answer
85 views

Separating service and front-end in AppEngine causes latency

I have a set of Java AppEngine apps structured as follows: REST service Web Frontend These two components are hosted on 2 separate AppEngine instances (paid), this is a standard way to design you ...
0
votes
1answer
171 views

Efficient lookup in MySQL table with millions of rows

I have a CSV file with about 20 million rows that I'd like to use in my web application. The data is a mapping of postal/zip codes to actual street addresses in the following format: ...
2
votes
2answers
230 views

High Latency 4-6s on WordPress sites

I have a few sites which are exhibiting a slow load time. All are WordPress 3.5. All are hosted through BlueHost. All are developed by me (built as child-themes of existing WP themes). Using Safari ...
2
votes
5answers
795 views

Fastest technique to pass messages between processes on Linux?

What is the fastest technology to send messages between C++ application processes, on Linux? I am vaguely aware that the following techniques are on the table: TCP UDP Sockets Pipes Named pipes ...
0
votes
1answer
55 views

when Updating & selecting from huge table where the id start from 30000 timing more than 2min

Kindly i have a database containing 2 tables: first one with more than 2 million records and the second a history table of the first one. when we are trying to do a select or update and the ID ...
0
votes
1answer
78 views

CUDA: optimize latency due to iterative process

I have an iterative computation that involves a Fourier transform in each iteration. in high level it looks like this: // executed in host , calling functions that run on the device B = image L = ...
0
votes
1answer
38 views

Does running an application in different zones cause slowness while accessin

Does the latency increase substantially if the applications are running on different zones. My rails app is running on us-east-1a and my MySQL RDS database is on us-east-1d. My application access ...
-1
votes
1answer
77 views

Calculate latency using WinSock

As the title says, how can I calculate the latency between a client and a server in ms using WinSock 2.2 ?
2
votes
5answers
140 views

How do jump-tables work?

In the following document, pages 4-5: http://www.open-std.org/jtc1/sc22/wg21/docs/ESC_Boston_01_304_paper.pdf typedef int (* jumpfnct)(void * param); static int CaseError(void * param) { return ...
3
votes
1answer
51 views

Mobile: Mobile App makes one vs. two parallel requests?

We use GooglePlaces in our Mobile Android / iPhone App to donwload nearby stores. In addition we have stores in our database that we want to show to the user. Right now, as soon as our mobile app has ...
0
votes
3answers
58 views

Is this the fastest way to get records in MySQL

I have this query: SELECT * FROM tablename WHERE ((samaccountname_s='".$sender."' AND samaccountname_r='".$contact."') OR (samaccountname_s='".$contact."' AND samaccountname_r='".$sender."')) ORDER ...
0
votes
2answers
85 views

Can we have any other way to access c++ code in Android instead using JNI

I am writing a test application to measure the latency can I have anyway I can access the network data frame's (video/audio) time stamp and tag in application layer ? To make sure I don't add any ...

1 2 3 4 5 7