
On Tue, Nov 29, 2011 at 11:41 AM, aki <aki275@gmail.com> wrote: [...]
world's advancement of tech sectors. Ofcourse there will be attempts at making it. I'd like anyone on this list to recommend an equivalent free-code system that I'd be interested to look into, which can also help @Muskiv deploy better WANs.
Aki, http://www.trafficsqueezer.org/ Muskiv, I've seen several useful suggestions given before, my 2 cents is that you need to compare the performance of the app on the LAN as opposed to across the WAN. A few questions related to WAN performance: (1) Are you monitoring traffic across your WAN? In terms of traffic types, is the WAN dedicated to this app or are there other types of traffic traversing your WAN (Internet, VOIP etc)? Depending on the network equipment you have you could prioritize the app-specific traffic. (2) Also, monitoring in terms of volume - are your WAN links saturated? (3) A previous post mentioned the network characteristics of the app. Using netstat you may be able to view the connections to the db/app and probably see how they're opened/closed. I vaguely remember a similar problem where investigations showed that the app was keeping connections open long after the client disconnected, leading to memory issues after while until the service was restarted. Good luck. BR, S -- This message represents the official view of the voices in my head.