[
https://issues.apache.org/jira/browse/AVRO-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896605#action_12896605
]
Ryan King commented on AVRO-610:
--------------------------------
I'd prefer to avoid the the complexity of having multiple http implementations.
I think jruby and iron ruby would do better by using the java and c#
implemenations of avro, rather than the ruby one.
> Move away from Net:HTTP
> -----------------------
>
> Key: AVRO-610
> URL: https://issues.apache.org/jira/browse/AVRO-610
> Project: Avro
> Issue Type: Improvement
> Components: ruby
> Reporter: Ryan King
>
> For a variety of reasons, Net:HTTP doesn't work well:
> * its pure ruby, so its performance isn't great
> * it uses the Timeout module, which isn't very effective
> Typhoeus would be my preference: http://github.com/pauldix/typhoeus
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.