On Apr 9, 9:48*pm, zabutima...@xxxxxx wrote:
> Hi everyone,
>
> We just runperformancetests on our new server that implemented usingWCFtechnology.
> We see thatperformanceover HTTPS much faster than over HTTP :-(
> Both tests does exactly the same operation, same data, the difference
> only in
> configuration of SecurityMode that once is Transport (HTTPS) and once
> is None (HTTP).
> The test done on same couple of machines in both tests.
> We haveWCFclient program that downloads 450 files (250MB) in
> streamed mode
> with encoding Text (we can't use MTOM because of reasons that I don't
> want to explain here).
>
> In case of HTTPS it takes ~50 sec and in case of HTTP it takes ~90
> sec.
> Is there any reasonable explanation for this strange behavior?
>
> Thanks,
> Maxim.
I tried Mtom but same result both works little (~10%) faster, but
still HTTPS is fatser than HTTP :-(
Does anyone have any idea??