[
https://issues.apache.org/jira/browse/THRIFT-3033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14381967#comment-14381967
]
Harry S. commented on THRIFT-3033:
----------------------------------
I looked at the Travis CI build and saw that it failed. I think some of the
failures were not linked to the update. For instance, I saw java failures that
seemed to pop up on other pull requests. The other piece that seemed to fail
was the Makefile.am in the Perl test folder. I was wondering if I could get
help in modifying it. I added two Thrift compiled libraries, BenchmarkTest and
Aggr for testing the multiplex functionality (this is similar to C#). How
would I then incorporate them into the Makefile.am in a similar way that
ThriftTest is put in?
THRIFT = @top_builddir@/compiler/cpp/thrift
THRIFT_IF = @top_srcdir@/test/ThriftTest.thrift
check-local: gen-perl/ThriftTest/Types.pm
gen-perl/ThriftTest/Types.pm: $(THRIFT_IF)
$(THRIFT) --gen perl $(THRIFT_IF)
> Perl: Support for Multiplexing Services on any Transport, Protocol and Server
> -----------------------------------------------------------------------------
>
> Key: THRIFT-3033
> URL: https://issues.apache.org/jira/browse/THRIFT-3033
> Project: Thrift
> Issue Type: Improvement
> Reporter: Shankar Narayan
> Assignee: Jens Geyer
> Attachments: MessageType.pm, MultiplexedProcessor.pm,
> MultiplexedProtocol.pm, ProtocolDecorator.pm
>
>
> Currently there is no support for mutliplexing services via perl.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)