Re: Need example code for thrift multi-thread server in C

2017-11-22 Thread Steve Yau
, 2017 at 5:03 AM, Jens Geyer wrote: Hi, does the /test suite offer this maybe? Have fun, JensG Sent from mobile device, please ignore spelling mistakes. Von: Steve Yau Gesendet: 22.11.2017 09:55 An: user@thrift.apache.org Betreff: Need example code for thrift multi

Re: Need example code for thrift multi-thread server in C

2017-11-22 Thread Randy Abernethy
om mobile device, please ignore spelling mistakes. > > Von: Steve Yau > Gesendet: 22.11.2017 09:55 > An: user@thrift.apache.org > Betreff: Need example code for thrift multi-thread server in C > > Hi, > > Could someone point me to an example

AW: Need example code for thrift multi-thread server in C

2017-11-22 Thread Jens Geyer
Hi, does the /test suite offer this maybe? Have fun, JensG Sent from mobile device, please ignore spelling mistakes. Von: Steve Yau Gesendet: 22.11.2017 09:55 An: user@thrift.apache.org Betreff: Need example code for thrift multi-thread server in C Hi, Could

Need example code for thrift multi-thread server in C

2017-11-22 Thread Steve Yau
Hi, Could someone point me to an example of C implementation of mult-thread thrift server? There are references for some other languages, but not for C. I have written a program based on the glibc Tutorial example and its working fine. Now I would like to turn it into a multi-thread server to