Live data from Hacker News

Deploying the Octobot: Distributed High-Performance Messaging

blog.urbanairship.com

1–3 of 3 posts

Re: Deploying the Octobot: Distributed High-Performance Messaging

#3
post #2

How 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.