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/01/20 16:33:00 UTC

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

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
            Priority: Trivial


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.


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

Posted by "Andrew McGeachie (JIRA)" <ji...@apache.org>.
     [ 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

Here's a patch which implements the changes described in the original issue filing.

> 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
>            Priority: Trivial
>         Attachments: 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.


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

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

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

    Attachment:     (was: thrift-280.patch)

> 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
>
>
> 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.


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

Posted by "Andrew McGeachie (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Andrew McGeachie resolved THRIFT-280.
-------------------------------------

    Resolution: Fixed

Commited.

> 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
>
>
> 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.


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

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

Bryan Duxbury reassigned THRIFT-280:
------------------------------------

    Assignee: Andrew McGeachie

> 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
>
>
> 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.


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

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

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

    Patch Info: [Patch Available]

> 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
>            Priority: Trivial
>         Attachments: 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.