using GSocket in c_glib library
-------------------------------
Key: THRIFT-1016
URL: https://issues.apache.org/jira/browse/THRIFT-1016
Project: Thrift
Issue Type: Improvement
Components: C glib - Library
Reporter: david han
Priority: Critical
I looking the source of the c_glib library implement, It using the posix socket
to implement the ThriftSocket.
but there already realize the it as GSocket in GIO (a part in GLib) module, and
the GSocket is crossing OS platform.
so we can use it as the basic socket in ThriftSocket.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.