Prob could C-ify one of the C++ servers pretty easily if you are using C11. The C++ ThreadedServer might be the easiest to start with.
On Wed, Nov 22, 2017 at 5:03 AM, Jens Geyer <[email protected]> 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: [email protected] > Betreff: Need example code for thrift multi-thread server in C > > 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 support concurrent client requests. > > Appreciate any advice. Many thanks. > > -Steve > >
