hi
Everyone, I got a problem. Sorry to bother you guys, I am new here.
I run my own server using libevent to process network data, and after this
step, I want to use thrift struct and rpc to do application work, But I don't
know how to do it?Anyone can teach me?
For example, I got a char* buffer at client, how can I send to server by
struct or rpc of thrift using my libevent architecture , and when server got
data from libevent, how can I process it using thrift.
As far as I know, thrift use its own method to send data, but I just want
to use my own nonblocking socket to send data,and server can read and
decode,please help!
thanks