You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "David Reiss (JIRA)" <ji...@apache.org> on 2009/10/02 19:13:23 UTC

[jira] Created: (THRIFT-597) Python THttpServer performance improvements

Python THttpServer performance improvements
-------------------------------------------

                 Key: THRIFT-597
                 URL: https://issues.apache.org/jira/browse/THRIFT-597
             Project: Thrift
          Issue Type: Improvement
            Reporter: David Reiss
            Priority: Minor


This class was originally meant for functional testing only, so performance wasn't a concern.  But now I'm using it for load testing. :)  Two patches here.  The first enables buffered I/O.  The second allows the http server class to be specified, which allows users to use the ThreadingMixin.

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


[jira] Updated: (THRIFT-597) Python THttpServer performance improvements

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

David Reiss updated THRIFT-597:
-------------------------------

    Component/s: Library (Python)

> Python THttpServer performance improvements
> -------------------------------------------
>
>                 Key: THRIFT-597
>                 URL: https://issues.apache.org/jira/browse/THRIFT-597
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Library (Python)
>            Reporter: David Reiss
>            Priority: Minor
>
> This class was originally meant for functional testing only, so performance wasn't a concern.  But now I'm using it for load testing. :)  Two patches here.  The first enables buffered I/O.  The second allows the http server class to be specified, which allows users to use the ThreadingMixin.

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


[jira] Closed: (THRIFT-597) Python THttpServer performance improvements

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

Bryan Duxbury closed THRIFT-597.
--------------------------------

         Assignee: David Reiss
    Fix Version/s: 0.5
       Resolution: Fixed

I just committed this.

> Python THttpServer performance improvements
> -------------------------------------------
>
>                 Key: THRIFT-597
>                 URL: https://issues.apache.org/jira/browse/THRIFT-597
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Python - Library
>            Reporter: David Reiss
>            Assignee: David Reiss
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: v1-0002-THRIFT-597.-python-Make-THttpServer-use-buffering.patch, v1-0003-THRIFT-597.-python-Allow-THttpServer-to-use-Threadi.patch
>
>
> This class was originally meant for functional testing only, so performance wasn't a concern.  But now I'm using it for load testing. :)  Two patches here.  The first enables buffered I/O.  The second allows the http server class to be specified, which allows users to use the ThreadingMixin.

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


[jira] Updated: (THRIFT-597) Python THttpServer performance improvements

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

David Reiss updated THRIFT-597:
-------------------------------

    Attachment: v1-0003-THRIFT-597.-python-Allow-THttpServer-to-use-Threadi.patch
                v1-0002-THRIFT-597.-python-Make-THttpServer-use-buffering.patch

> Python THttpServer performance improvements
> -------------------------------------------
>
>                 Key: THRIFT-597
>                 URL: https://issues.apache.org/jira/browse/THRIFT-597
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Library (Python)
>            Reporter: David Reiss
>            Priority: Minor
>         Attachments: v1-0002-THRIFT-597.-python-Make-THttpServer-use-buffering.patch, v1-0003-THRIFT-597.-python-Allow-THttpServer-to-use-Threadi.patch
>
>
> This class was originally meant for functional testing only, so performance wasn't a concern.  But now I'm using it for load testing. :)  Two patches here.  The first enables buffered I/O.  The second allows the http server class to be specified, which allows users to use the ThreadingMixin.

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