Performance difference SOAP with and w/o SSL

Has anyone compared the same archive job with and w/o SOAP over SSL? What is your experience?


I realized a big slowness archiving with SSL in two environments. 20 to 50 times slower. In my opinion, 50-100% slower can be acceptable.

Support  confirmed it in their lab.

Here are couple of examples. Just using the same Profile (All Items in Mailbox) and switch SSL on or off.

Parents
  • Verified Answer

    +1

    The problem has been resolved by support.

    changing default HTTP,SOAP to SOAP,HTTP makes my retain system be 10-15 times faster with SSL.

    vi /opt/beginfinite/retain/RetainWorker/WEB-INF/classes/config/attachment.properties
    # This properties file belongs to the Worker.
    # --------------------------------------------------------
    #attachment.handler.list= HTTP,SOAP
    attachment.handler.list= SOAP,HTTP

Reply
  • Verified Answer

    +1

    The problem has been resolved by support.

    changing default HTTP,SOAP to SOAP,HTTP makes my retain system be 10-15 times faster with SSL.

    vi /opt/beginfinite/retain/RetainWorker/WEB-INF/classes/config/attachment.properties
    # This properties file belongs to the Worker.
    # --------------------------------------------------------
    #attachment.handler.list= HTTP,SOAP
    attachment.handler.list= SOAP,HTTP

Children