> On Mar 1, 2016, at 11:44 AM, Thomas Witkowski <[email protected]>
> wrote:
>
> 1. But if the back-end wants to make a remote procedure call to a mobile
> device, so the back-end is the client and the mobile device is the server,
> the mobile device must open the connection in some way before, as the mobile
> device's IP is a dynamic IP. This is, what I thought by "register" to the
> back-end.
The mobile device would report into the server, but then the server has
connect back to the client. So you need thrift servers on both ends.
>
> 4. You are right here. Does Thrift supports SSL to secure a service?
>
Yes