How do you recommend making a highly scalable SSL client?
Currently, I'm using plain Socket
s to connect to the Apple APNS server which requires a non-HTTP SSL sockets. I considered using the NIO library, but it is lacking a SSLSocketChannel
, and I couldn't find a good library or a smooth tutorial on how to roll out your own.