You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Esteve Fernandez (JIRA)" <ji...@apache.org> on 2010/04/25 18:39:49 UTC

[jira] Updated: (AVRO-528) Add support for Twisted

     [ https://issues.apache.org/jira/browse/AVRO-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Esteve Fernandez updated AVRO-528:
----------------------------------

    Attachment: 528-twisted-support.patch

This patch adds support for client-side networking with Avro using HTTP as the transport. A patch which adds support for Avro servers will follow.

The changes in the patch modify the current Requestor, splitting requests in two phases:

- serializing the request and sendint it
- waiting for a response

these changes don't cause any backwards incompatibiliy, but introduce a new class (BaseRequestor) which delegates to child classes the responsibility of implementing the BaseRequestor#issue_request method

> Add support for Twisted
> -----------------------
>
>                 Key: AVRO-528
>                 URL: https://issues.apache.org/jira/browse/AVRO-528
>             Project: Avro
>          Issue Type: New Feature
>            Reporter: Esteve Fernandez
>         Attachments: 528-twisted-support.patch
>
>
> Currently, the Python port of Avro only supports synchronous blocking networking, adding Twisted-enabled client and server implementations will benefit projects that can't use synchronous I/O but want to use Avro.

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