You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Assaf Arkin (JIRA)" <ji...@apache.org> on 2008/10/09 22:50:44 UTC

[jira] Created: (BUILDR-167) Net::HTTP patch to increase buffer size

Net::HTTP patch to increase buffer size
---------------------------------------

                 Key: BUILDR-167
                 URL: https://issues.apache.org/jira/browse/BUILDR-167
             Project: Buildr
          Issue Type: Improvement
            Reporter: Assaf Arkin


In Ruby 1.8.6, Net::HTTP has a small buffer size, downloading artifacts can easily consume 100% CPU.  Investigate ways to increase buffer size.

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


[jira] Resolved: (BUILDR-167) Net::HTTP patch to increase buffer size

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

Antoine Toulme resolved BUILDR-167.
-----------------------------------

    Resolution: Won't Fix

Marked as Won't Fix, this is an old issue.

> Net::HTTP patch to increase buffer size
> ---------------------------------------
>
>                 Key: BUILDR-167
>                 URL: https://issues.apache.org/jira/browse/BUILDR-167
>             Project: Buildr
>          Issue Type: Improvement
>            Reporter: Assaf Arkin
>            Assignee: Assaf Arkin
>
> In Ruby 1.8.6, Net::HTTP has a small buffer size, downloading artifacts can easily consume 100% CPU.  Investigate ways to increase buffer size.

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


[jira] Updated: (BUILDR-167) Net::HTTP patch to increase buffer size

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

Assaf Arkin updated BUILDR-167:
-------------------------------

    Fix Version/s: 1.3.4
         Assignee: Assaf Arkin

> Net::HTTP patch to increase buffer size
> ---------------------------------------
>
>                 Key: BUILDR-167
>                 URL: https://issues.apache.org/jira/browse/BUILDR-167
>             Project: Buildr
>          Issue Type: Improvement
>            Reporter: Assaf Arkin
>            Assignee: Assaf Arkin
>             Fix For: 1.3.4
>
>
> In Ruby 1.8.6, Net::HTTP has a small buffer size, downloading artifacts can easily consume 100% CPU.  Investigate ways to increase buffer size.

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


[jira] Updated: (BUILDR-167) Net::HTTP patch to increase buffer size

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

Assaf Arkin updated BUILDR-167:
-------------------------------

    Fix Version/s:     (was: 1.3.4)

In addition to larger buffer, timeout thread is started for each buffer request, the combination affects large downloads, but in initial tests I couldn't get a significant boost to happen. Found a couple of Ruby libraries that have improved HTTP performance, but with no support for HTTPS.

Delaying this to a later release.

> Net::HTTP patch to increase buffer size
> ---------------------------------------
>
>                 Key: BUILDR-167
>                 URL: https://issues.apache.org/jira/browse/BUILDR-167
>             Project: Buildr
>          Issue Type: Improvement
>            Reporter: Assaf Arkin
>            Assignee: Assaf Arkin
>
> In Ruby 1.8.6, Net::HTTP has a small buffer size, downloading artifacts can easily consume 100% CPU.  Investigate ways to increase buffer size.

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