Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   12-18-2005, 09:08 AM
HD Newbie
 
Join Date: Dec 2005
Posts: 19

Status: supplyandd is offline
How will SSL affect my machine?s performance?
 
 
 


Old
  Post #2 (permalink)   12-18-2005, 10:19 AM
HD Addict
 
Join Date: Dec 2005
Posts: 103

Status: dotcomguy is offline
The performance problems associated with most HTTP servers are CPU and memory related (this contradicts the common assumption that it is always the network which is the problem). The CPU has to process the HTTP request, write out HTTP headers, log the request and put it all on the TCP stack. Memory bandwidth is also a problem (the OS has to make a lot of copies to put packets onto the network). SSL makes this bottleneck more severe.
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On