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.

Reply via email to