Re: SSL and Performance
- From: "Bruce Barker" <brubar_nospamplease_@xxxxxxxxxx>
- Date: Thu, 31 Mar 2005 17:18:19 -0800
the additional ssl overhead is going to depend on the size of your pages,
and how mush cpu they take. ssl is handeled by iis. for example, to use ssl
on your images (which you will do to prevent the mixed mode error alert),
the cpu overhead will be high, say 10x, because there is so little cpu with
a simple file download. but an aspx page uses a more cpu, it may only be a
10%.
ssl uses also uses more network bandwith. you are correct, there is also
additional overhead in setting up the session, but again its cost will
depend on the page cost.
may sites offload the ssl to the firewall proxy anyway.
-- bruce (sqlwork.com)
"Ryan Ternier" <rternier@xxxxxxxxxxxxxxxx> wrote in message
news:%23US6POkNFHA.3076@xxxxxxxxxxxxxxxxxxxxxxx
> My Company is looking to implement SSL encryption on a few of our software
> projects.
>
> We deal mostly with local governments so information needs to be secure
> between the client and our servers.
>
>
> We've heard SSL can be costly on the initial handshake.. how costly?
>
> Our Server is currently:
>
> Server 2000,
> -running around 200 websites
> -ASP and ASP.NET on the same machine
>
> Total Server visits per day: 20,000 - 50,000
>
> Total visits to the applications needing SSL : 1000-2000 (Depending on how
> busy the city is).
>
>
>
> Rternier
> Code Monkey
.
- References:
- SSL and Performance
- From: Ryan Ternier
- SSL and Performance
- Prev by Date: RE: adding local varialbes - String?
- Next by Date: Re: Default size for dropdownlist
- Previous by thread: Re: SSL and Performance
- Next by thread: How to Post a Form
- Index(es):
Relevant Pages
|