You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2010/02/18 19:32:28 UTC

[jira] Created: (THRIFT-711) TFramedTransport and TBufferedTransport should support direct buffer access

TFramedTransport and TBufferedTransport should support direct buffer access
---------------------------------------------------------------------------

                 Key: THRIFT-711
                 URL: https://issues.apache.org/jira/browse/THRIFT-711
             Project: Thrift
          Issue Type: Improvement
    Affects Versions: 0.3
            Reporter: Bryan Duxbury
             Fix For: 0.3


Both Framed and Buffered transports have the fundamental capability to offer direct buffer access to supporting protocols. We should identify what we need to update to make them provide this kind of access and make it happen.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-711) TFramedTransport should support direct buffer access

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-711:
---------------------------------

    Patch Info: [Patch Available]

> TFramedTransport should support direct buffer access
> ----------------------------------------------------
>
>                 Key: THRIFT-711
>                 URL: https://issues.apache.org/jira/browse/THRIFT-711
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Library (Java)
>    Affects Versions: 0.3
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>             Fix For: 0.3
>
>         Attachments: thrift-711.patch
>
>
> TFramedTransport has the fundamental capability to offer direct buffer access to supporting protocols. We should identify what we need to update to make it provide this kind of access and make it happen.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (THRIFT-711) TFramedTransport should support direct buffer access

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury closed THRIFT-711.
--------------------------------

    Resolution: Fixed

I just committed this.

> TFramedTransport should support direct buffer access
> ----------------------------------------------------
>
>                 Key: THRIFT-711
>                 URL: https://issues.apache.org/jira/browse/THRIFT-711
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Library (Java)
>    Affects Versions: 0.3
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>             Fix For: 0.3
>
>         Attachments: thrift-711.patch
>
>
> TFramedTransport has the fundamental capability to offer direct buffer access to supporting protocols. We should identify what we need to update to make it provide this kind of access and make it happen.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-711) TFramedTransport should support direct buffer access

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-711:
---------------------------------

    Attachment: thrift-711.patch

This patch adds direct buffer read access to TFramedTransport as well as a simple test for reading, direct buffer reading, and writing. 

> TFramedTransport should support direct buffer access
> ----------------------------------------------------
>
>                 Key: THRIFT-711
>                 URL: https://issues.apache.org/jira/browse/THRIFT-711
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Library (Java)
>    Affects Versions: 0.3
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>             Fix For: 0.3
>
>         Attachments: thrift-711.patch
>
>
> TFramedTransport has the fundamental capability to offer direct buffer access to supporting protocols. We should identify what we need to update to make it provide this kind of access and make it happen.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (THRIFT-711) TFramedTransport and TBufferedTransport should support direct buffer access

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury reassigned THRIFT-711:
------------------------------------

    Assignee: Bryan Duxbury

> TFramedTransport and TBufferedTransport should support direct buffer access
> ---------------------------------------------------------------------------
>
>                 Key: THRIFT-711
>                 URL: https://issues.apache.org/jira/browse/THRIFT-711
>             Project: Thrift
>          Issue Type: Improvement
>    Affects Versions: 0.3
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>             Fix For: 0.3
>
>
> Both Framed and Buffered transports have the fundamental capability to offer direct buffer access to supporting protocols. We should identify what we need to update to make them provide this kind of access and make it happen.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-711) TFramedTransport should support direct buffer access

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-711:
---------------------------------

    Component/s: Library (Java)
    Description: TFramedTransport has the fundamental capability to offer direct buffer access to supporting protocols. We should identify what we need to update to make it provide this kind of access and make it happen.  (was: Both Framed and Buffered transports have the fundamental capability to offer direct buffer access to supporting protocols. We should identify what we need to update to make them provide this kind of access and make it happen.)
        Summary: TFramedTransport should support direct buffer access  (was: TFramedTransport and TBufferedTransport should support direct buffer access)

I looked around, and couldn't find a TBufferedTransport. I must have been thinking of Ruby.

> TFramedTransport should support direct buffer access
> ----------------------------------------------------
>
>                 Key: THRIFT-711
>                 URL: https://issues.apache.org/jira/browse/THRIFT-711
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Library (Java)
>    Affects Versions: 0.3
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>             Fix For: 0.3
>
>
> TFramedTransport has the fundamental capability to offer direct buffer access to supporting protocols. We should identify what we need to update to make it provide this kind of access and make it happen.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.