Deploying the Octobot: Distributed High-Performance Messaging
blog.urbanairship.com
Deploying the Octobot: Distributed High-Performance Messaging
1–3 of 3 posts
Re: Deploying the Octobot: Distributed High-Performance Messaging
#2How about if your connections were encrypted (SSL?). Would it make much difference? - Stephan
Re: Deploying the Octobot: Distributed High-Performance Messaging
#3How about if your connections were encrypted (SSL?). Would it make much difference? - Stephan
Do you mean connections to the queue server, or outgoing connections? In either case, it would affect it only slightly (I imagine) if the connections were persistent, as they are in this case. If you're regularly opening and closing connections, the SSL handshake is far more expensive.