From 0c1a92dcfa6d9775d5d0da8ef5fc8d9cc40d77b9 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 27 Jun 2011 23:45:45 +0200 Subject: thrift 0.7.0 from trunk, patched for low mem usage --- module/remote/ThriftBackend.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/remote/ThriftBackend.py') diff --git a/module/remote/ThriftBackend.py b/module/remote/ThriftBackend.py index ac7d1f857..1a56b0435 100644 --- a/module/remote/ThriftBackend.py +++ b/module/remote/ThriftBackend.py @@ -24,6 +24,7 @@ from thriftbackend.Processor import Processor from thriftbackend.Protocol import ProtocolFactory from thriftbackend.Socket import ServerSocket from thriftbackend.Transport import TransportFactory +#from thriftbackend.Transport import TransportFactoryCompressed from thrift.server import TServer @@ -43,6 +44,8 @@ class ThriftBackend(BackendBase): transport = ServerSocket(port, host, key, cert) + +# tfactory = TransportFactoryCompressed() tfactory = TransportFactory() pfactory = ProtocolFactory() -- cgit v1.2.3