You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Andrew McGeachie (JIRA)" <ji...@apache.org> on 2009/07/21 22:45:15 UTC

[jira] Updated: (THRIFT-280) Cocoa code lacks working server implementation

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

Andrew McGeachie updated THRIFT-280:
------------------------------------

    Attachment: thrift-280.patch

Updated patch so new files include ASF header, and regenerated off current HEAD.

> Cocoa code lacks working server implementation
> ----------------------------------------------
>
>                 Key: THRIFT-280
>                 URL: https://issues.apache.org/jira/browse/THRIFT-280
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Cocoa), Library (Cocoa)
>            Reporter: Andrew McGeachie
>            Assignee: Andrew McGeachie
>            Priority: Trivial
>         Attachments: thrift-280.patch, thrift-280.patch
>
>
> Its not possible to create a Cocoa server with the current code.  Needed changes:
> *  t_cocoa_generator.cc needs to generate a processor object for each service
> in the cocoa runtime lib:
> *  TSocketServer needs to properly dispatch incoming requests and handle any exceptions
> * TSocketServer needs to support a TProcessorFactory so incoming client connections can be dispatch to separate objects if necessary
> It just so happens that I have some code that does this.  I shall endeavor to make a patch.

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