Hi,
Can Thrift be used to broadcast some type of info for some clients regarding the info they requested? Like, client would subscribe to a news channel, server would keep the client id or something, and then when at the server side some news appears to be ok for the client, the server would send them. In WCF I'm using Callbacks for this, how can I do this in Thrift? Thx \Eugen