[closed] How can SCM data transfer between client and server be improved even more?
Since SCM data is compressed at the server, there is a concern that the following scenario is not yet optimized for performance:
- 10 MByte of XML File are loaded to a remote location
- one line of code is changed at client
- upon checkin 10 MByte of XML are transferred back, then compressed at server
This would mean 20 MByte of data transfer for a change of a few bytes.
Apparently Enhancement 34511 is asking for a similar improvement in Jazz Foundation.
In the meantime, what measures can be taken to prevent performance impact due to above scenario?
- Arne
- 10 MByte of XML File are loaded to a remote location
- one line of code is changed at client
- upon checkin 10 MByte of XML are transferred back, then compressed at server
This would mean 20 MByte of data transfer for a change of a few bytes.
Apparently Enhancement 34511 is asking for a similar improvement in Jazz Foundation.
In the meantime, what measures can be taken to prevent performance impact due to above scenario?
- Arne
The question has been closed for the following reason: "The question is answered, right answer was accepted" by abister Aug 17 '13, 10:45 a.m.
Accepted answer
well, its not 10MB on the way out, cause the content is GZIP compressed.. the client end decompresses.
on our intranet, we have router implemented WAN acceleration which reduces the source content to ~5% of original data size to reduce waste WAN capacity. (the server and client both think they sent 10MB, but only 500k actual crosses the wan). We are deploying caching proxy servers in our remote offices too, to eliminate even more need to transmit outbound..
but upload is so small compared to download for us.. 94-5% of all traffic (according to Jazzmon) is outbound.
on our intranet, we have router implemented WAN acceleration which reduces the source content to ~5% of original data size to reduce waste WAN capacity. (the server and client both think they sent 10MB, but only 500k actual crosses the wan). We are deploying caching proxy servers in our remote offices too, to eliminate even more need to transmit outbound..
but upload is so small compared to download for us.. 94-5% of all traffic (according to Jazzmon) is outbound.
Comments
Martin Wassermann
Apr 08 '13, 9:17 a.m.sam detweiler
Apr 08 '13, 10:11 a.m.sam detweiler
Apr 08 '13, 10:18 a.m.