GitHub user smallfish opened a pull request:
https://github.com/apache/thrift/pull/103
THRIFT-1914 Python: Support for Multiplexing Services on any Transport
copy patch from: https://issues.apache.org/jira/browse/THRIFT-1914 add some
testcases.
add new options multiple, if set True, will test ThriftTest and
SecondService.
run server:
$ python TestServer.py --port=9999 --multiple -v TSimpleServer
run client:
$ python TestClient.py --host=127.0.0.1 --port=9999 --multiple
...................
----------------------------------------------------------------------
Ran 19 tests in 0.693s
OK
__END__
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/smallfish/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/103.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #103
----
commit 7aaea7ef4e6f44097b02543fa2e62597eae9d61e
Author: smallfish <[email protected]>
Date: 2014-04-22T03:26:52Z
THRIFT-1914 Python: Support for Multiplexing Services on any Transport
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---