You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/26 14:08:02 UTC

[jira] [Updated] (THRIFT-3987) externalise declaration of thrift server socket API

     [ https://issues.apache.org/jira/browse/THRIFT-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III updated THRIFT-3987:
--------------------------------------
    Affects Version/s:     (was: 1.0)

This issue was marked as affecting version 1.0 which is not possible.   If you know which version this issue was discovered in, please mark it as such.

> externalise declaration of thrift server socket API
> ---------------------------------------------------
>
>                 Key: THRIFT-3987
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3987
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C glib - Library
>         Environment: Ubuntu 14.04
>            Reporter: Philippe Guibert
>            Priority: Minor
>         Attachments: 0001-THRIFT-3987-externalise-declaration-of-thrift-server.patch
>
>
> c_glib library offers some thrift_server API, but not all.
> For instance, an usecase consists in implementing its own server socket daemon, and not using the one available in c_glib.
> Consequence is that there is a need to get access to internal APIs.
> Following thrift server socket API has been identified:
> - thrift_server_socket_listen
> - thrift_server_socket_accept
> - thrift_server_socket_close
> it is wished to append it on thrift_server_socket.h.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)