Ask a Question related to ASP.NET Security, Design and Development.
-
anon #1
SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?
I am trying to stress test the effects of SSL on a web server using Web
Application Stress Tool (WAST).
However, when using SSL and according to the WAST Help files, the peformance
HIT is in the opposite direction. It's on the clients at 5 times the load!!!
as opposed the server I want to test. So the help files are correct.
Therefore, I can't even test the server for SSL until I significantly
upgrade my client or clients to even deliver the stress in the first place.
It seems like SSL stress testing is tougher on the "tester" as I THINK, it
needs to do some decryting of the sending page?
So, it's the clients that are doing most of the work on SSL as opposed to
the server?
Can anyone enlighten me more on this subject. As I wanted to see the effects
of SSL on the web server as opposed to not using SSL.
anon Guest
-
HTTP tunneling and reverse proxy server
We're currently using Windows Media Services (WMS) to stream video on our website. There is an option WMS to use the HTTP protocol and to specify... -
Configure Reverse Proxy to a ColdFusion Site using IBMHTTP Server 1.3
We are trying to set up a reverse proxy using IBM HTTP Server 1.3.6 to render a CFMX 6.1 site and are having some difficulties. Here is how we... -
AIX DHCP Server and W2K Clients: help!
Hi, I am trying to set up a "simple" AIX DHCP server directly connected to W2K/NT Clients (no routers). Everything is properly connected, but the... -
WTT: NT Server w/ 10 Clients
Have Windows NT 4.0 Server with 10 Client licenses. Fully registerable. Wanted Dreamweaver/Flash/Fireworks package. Newest/Registerable only. ... -
NT-Server and 2 XP-Clients no shares??
Hallo all, i'm close to going crazy trying to link two XP Pro clients to an NT 4 server, so that the two clients can communicate with each other!!... -
Ken Schaefer #2
Re: SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?
Please post only to relevant groups. This has nothing to do with VB.NET (for
example), or C#
Both the client, and the server, are being stressed when using SSL. The
communication in both directions needs to be encrypted at one end, and
decrypted at the other. So, the client makes a request (and encrypts the
request details). The server receives the request (and decrypts it). The
server sends a response (and encrypts the response), and the client receives
the response (and decrypts it). Both of these operations (encryption and
decryption) are CPU intensive.
Cheers
Ken
"anon" <anon@hotmail.com> wrote in message
news:eZtqSLWPEHA.272@TK2MSFTNGP12.phx.gbl...
: I am trying to stress test the effects of SSL on a web server using Web
: Application Stress Tool (WAST).
:
: However, when using SSL and according to the WAST Help files, the
peformance
: HIT is in the opposite direction. It's on the clients at 5 times the
load!!!
: as opposed the server I want to test. So the help files are correct.
:
: Therefore, I can't even test the server for SSL until I significantly
: upgrade my client or clients to even deliver the stress in the first
place.
:
: It seems like SSL stress testing is tougher on the "tester" as I THINK, it
: needs to do some decryting of the sending page?
:
: So, it's the clients that are doing most of the work on SSL as opposed to
: the server?
:
: Can anyone enlighten me more on this subject. As I wanted to see the
effects
: of SSL on the web server as opposed to not using SSL.
:
:
Ken Schaefer Guest
-
Cor Ligthert #3
Re: SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?
Hello Anon,
Can you tell us in which way this question is VB.net language related, maybe
we can give you an answer from that newsgroup?
Cor
Cor Ligthert Guest
-
anon #4
Re: SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?
Of all the newsgroups, VB programmers tend to explain things better than
most other programmers, that's why.
"Cor Ligthert" <notfirstname@planet.nl> wrote in message
news:e0vxqXWPEHA.904@TK2MSFTNGP12.phx.gbl...maybe> Hello Anon,
>
> Can you tell us in which way this question is VB.net language related,> we can give you an answer from that newsgroup?
>
> Cor
>
>
anon Guest
-
Keith W. McCammon #5
Re: SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?
[Thought about removing the long list of irrelevant groups, but it's too
much work...]
peformance> However, when using SSL and according to the WAST Help files, theload!!!> HIT is in the opposite direction. It's on the clients at 5 times theIs the issuing certificate authority trusted by the clients?> as opposed the server I want to test. So the help files are correct.
Keith W. McCammon Guest
-
Keith W. McCammon #6
Re: SSL Performance HIT in REVERSE? the clients are PEGGED as opposed to the server?
> Of all the newsgroups, VB programmers tend to explain things better than
Heck, if I always wanted a thorough and concise explanation for things, I> most other programmers, that's why.
wouldn't even bother posting to Usenet half of the time...
Keith W. McCammon Guest



Reply With Quote

