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

Ben Craig updated THRIFT-2034:
------------------------------

    Attachment: socket_callbacks.patch
    
> Give developers' C++ code direct access to socket FDs on server side
> --------------------------------------------------------------------
>
>                 Key: THRIFT-2034
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2034
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Library
>    Affects Versions: 0.9
>            Reporter: Ben Craig
>             Fix For: 1.0
>
>         Attachments: socket_callbacks.patch
>
>
> Occasionally, developers need to set some socket option that the Thrift 
> maintainers haven't made a getter / setter for yet.  Sometimes the lack of a 
> getter / setter is just because we haven't gotten to it, and sometimes it's 
> because we don't want to provide (perhaps because of portability concerns).
> On the client side, developers can just call getSocketFD() and call 
> getsockopt all day long.  On the server side, there is no such option.  In 
> addition, it makes sense to allow separate access to the "listening" socket 
> versus the "accepted" socket.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to