[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Client Server Communication / Performance over TCP/IP 4

  • Thread starter Thread starter bronco
  • Start date Start date
Status
Not open for further replies.
B

bronco

Guest
Well, the in-memory TCP to TCP communication is faster than your network. Physical networks inherently give extra latency and are always slower then in-memory. As far as collegue to you vs you to db server: there are probably more switches between you and the db server than between you and your colleague. There are more (TCP) reasons why the route to your DB server can seems slow. Google for example on "buffer bloating", see: en.wikipedia.org/.../Bufferbloat

Continue reading...
 
Status
Not open for further replies.
Back
Top