You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "John Chee (JIRA)" <ji...@apache.org> on 2014/10/08 03:11:33 UTC

[jira] [Commented] (THRIFT-538) missing support for framed transport

    [ https://issues.apache.org/jira/browse/THRIFT-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14162893#comment-14162893 ] 

John Chee commented on THRIFT-538:
----------------------------------

This ticket is closable. The components referenced in this ticket have Framed Transports:

Haskell - Library: https://github.com/apache/thrift/blob/master/lib/hs/src/Thrift/Transport/Framed.hs
Cocoa - Library: https://github.com/apache/thrift/blob/master/lib/cocoa/src/transport/TFramedTransport.m

cc: [~roger.meier]

> missing support for framed transport
> ------------------------------------
>
>                 Key: THRIFT-538
>                 URL: https://issues.apache.org/jira/browse/THRIFT-538
>             Project: Thrift
>          Issue Type: Wish
>          Components: Cocoa - Library, Haskell - Library
>            Reporter: Eric Evans
>            Assignee: Christian Lavoie
>         Attachments: Framed-Int32.diff, Framed.hs
>
>
> It is somewhat frustrating when writing an application to have to choose a transport that will ultimately create compatibility issues for one or more otherwise supported languages. This is currently the case because some clients require a framed transport (i.e. Twisted), while others lack an implementation of one (i.e. Haskell, Cocoa, etc).
> If every language supported the framed transport, it would even be possible to make framed the only option. :)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)