[
https://issues.apache.org/jira/browse/THRIFT-2425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13945882#comment-13945882
]
Hudson commented on THRIFT-2425:
--------------------------------
SUCCESS: Integrated in Thrift #1095 (See
[https://builds.apache.org/job/Thrift/1095/])
THRIFT-2425 PHP: Server-side support for Multiplexing Services (jensg: rev
e8ca73f62f97fe1cf05425727a9831d14316e4d4)
* lib/php/lib/Thrift/TMultiplexedProcessor.php
> PHP: Server-side support for Multiplexing Services
> --------------------------------------------------
>
> Key: THRIFT-2425
> URL: https://issues.apache.org/jira/browse/THRIFT-2425
> Project: Thrift
> Issue Type: Sub-task
> Components: PHP - Library
> Affects Versions: 0.9.1
> Reporter: Aldo Armiento
> Assignee: Jens Geyer
> Priority: Minor
> Labels: multiplexing
> Fix For: 0.9.2
>
> Attachments: patch.diff
>
>
> Attached patch contains implementation of TMultiplexedProcessor for PHP
> Thrift server that used TProtocolDecorator (the same approach from Java
> server).
> Example:
> {code:xml}
> $processor = new TMultiplexedProcessor();
> processor->registerProcessor(
> "Calculator",
> new \tutorial\CalculatorProcessor(new CalculatorHandler()));
> processor->registerProcessor(
> "WeatherReport",
> new \tutorial\WeatherReportProcessor(new WeatherReportHandler()));
> $processor->process($protocol, $protocol);
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)