[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Compression for large (memptr) messages sent from an ABL client to a PASOE Agent - Web

Status
Not open for further replies.
P

Peter Judge

Guest
In PASOE , there are properties in conf/catalina.properties to control this. The values below are defaults in 11.7.something (but don't ask which version I used to create the instance). # HTTP & HTTPS Compression psc.as.http.compress=on psc.as.https.compress=on psc.as.compress.min=2048 psc.as.compress.types=text/html,text/xml,text/javascript,text/css,application/json Since the config is for the HTTP and HTTPS connectors, and since all client traffic flows through one of these schemes/connectors, I'd expect that all the transports were covered. That said, I don't know how you'd get an ABL client (ie APSV transport) to compress the HTTP request. The answer is probably your musings around Q4 . I don't know where the "-mc" compression is de-compressed, but if it's done in the MS-Agent then you may get a benefit from it since the data would be passed from the Tomcat process to the MS-Agent.

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