c++ - Apache Thrift over the Internet -


i interested in using apache thrift implement communication protocol between client , c++ device. ran through documentation noticed possible usind thrift in local network. question is, possible use thrift control devices outside local network, i.e. internet? how work?

regards

if using socket or http transport, you're on right way. technically, typical client/server scenario, there no difference between internal , external network. bidi-communication scenarios presence of firewalls may make things little more complicated.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -