In my TCP server, which is written in Java, sometimes a random client has a 5 to 60 seconds lag. The server has plenty of free memory and cpu left when this happens. The socket is already opened when
We want to use Nagios for monitoring a Rails app. The reason is we just don\'t have a Rails app; we have Java and .Net apps and we want to use Nagios for all different apps; to have a centralized moni
We are trying to deserialize a pretty hefty object with simple nested objects.This normally takes approximately 5 - 10 ms.However, recently we are experiencing random latency up to 3000ms during this
I have the need to access a sybase database (12.5) from oversea. The high latency is definitely a problem.
The situation I seek help with is this: A business on the east coast of the US, at random intervals, posts messages via the public internet to a set of listening subcontractors who subscribe to these
I know this is a topic one can debate or argue on, but I am putting it out anyways to find out what others have found out about this.
I operate an online browser game that is very AJAX/database dependent, and the problem I am encountering is excessively high latency during peak hours.
I\'m working on developing a web site using cakephp. I\'m analyzing the website now using firebug + Yslow and Google chrome developer tools. In an Ajax request I get a large waiting time about 6s whil
Is there an advantage in using Visual Studio 2005(c++) when programing on Windows CE (32bit) to control latency issues or 开发者_开发技巧any other?I have heard 2008 and 2010 limit what you can and can
I have started an Android project utilizing socket programming. Platform is Android 3.0. Due to platform requiremen开发者_如何转开发ts I am applying the socket operations in AsyncTask.