Hi, We are using thrift for our project and it seems pretty neat in many ways. Thanks. I have a question related to its usage to transfer binary data : I need to send some binary data from client to server and I thought it to be better to use thrift services consistently rather than creating another data channel. To that end, at the moment, I created data() service which is being intercepted by my custom processor that decorates a thrift library processor to get the data out (similarly the data is being sent by a decorated client).
I am wondering if there is any other known way to transfer binary data using thrift. Cheers, Milton This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual to whom they are addressed. If you have received this e-mail in error please notify your system manager. Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this e-mail.
