Dear All,
I have a Thrift server implemented in C++. Many different clients can 
connect to it and call let's say "setData" method of a ServiceIf 
implementation. The server in that method must be able to associate the 
sent data to the proper client. So, is it possible to retrieve the IP 
address and port of the client or should I send them to the same 
"setData" call as parameters?

Best regards,
Gianni

Reply via email to