Hello Gong, Apache Thrift is a somewhat object oriented framework in the abstract. At present there is no straight C Apache Thrift library. The current C implementation of Apache Thrift is based on GLib which is an object framework for GNOME. You can find some C GLib samples in the source tree here: thrift\lib\c_glib\test.
Best, Randy On Tue, Oct 29, 2013 at 3:57 AM, gongfengguang <[email protected]>wrote: > Hi. > > I am using apache thrift. I want a c server, which supports multiple > thread. > I was wondering if this can be done with thrift, and how? > It’s really difficult to find some material about this. > > Thanks > gong >
