/[Apache-SVN]
ViewVC logotype

Revision 664792


Jump to revision: Previous Next
Author: mcslee
Date: Thu Sep 7 01:26:35 2006 UTC (18 years, 2 months ago)
Changed paths: 22
Log Message:
Thrift TTransportFactory model for servers

Summary: Servers need to create bufferedtransports etc. around the transports they get in a user-definable way. So use a factory pattern to allow the user to supply an object to the server that defines this behavior.


Changed paths

Path Details
Directoryincubator/thrift/trunk/lib/cpp/Makefile.am modified , text changed
Directoryincubator/thrift/trunk/lib/cpp/src/TProcessor.h modified , text changed
Directoryincubator/thrift/trunk/lib/cpp/src/server/TServer.h modified , text changed
Directoryincubator/thrift/trunk/lib/cpp/src/server/TSimpleServer.cc modified , text changed
Directoryincubator/thrift/trunk/lib/cpp/src/server/TSimpleServer.h modified , text changed
Directoryincubator/thrift/trunk/lib/cpp/src/server/TThreadPoolServer.cc modified , text changed
Directoryincubator/thrift/trunk/lib/cpp/src/server/TThreadPoolServer.h modified , text changed
Directoryincubator/thrift/trunk/lib/cpp/src/transport/TBufferedTransportFactory.h added
Directoryincubator/thrift/trunk/lib/cpp/src/transport/TTransport.h modified , text changed
Directoryincubator/thrift/trunk/lib/cpp/src/transport/TTransportFactory.h added
Directoryincubator/thrift/trunk/lib/java/src/server/TServer.java modified , text changed
Directoryincubator/thrift/trunk/lib/java/src/server/TSimpleServer.java modified , text changed
Directoryincubator/thrift/trunk/lib/java/src/server/TThreadPoolServer.java modified , text changed
Directoryincubator/thrift/trunk/lib/java/src/transport/TBaseTransportFactory.java added
Directoryincubator/thrift/trunk/lib/java/src/transport/TTransportFactory.java added
Directoryincubator/thrift/trunk/lib/py/src/server/TServer.py modified , text changed
Directoryincubator/thrift/trunk/lib/py/src/transport/TSocket.py modified , text changed
Directoryincubator/thrift/trunk/lib/py/src/transport/TTransport.py modified , text changed
Directoryincubator/thrift/trunk/test/cpp/src/TestClient.cc modified , text changed
Directoryincubator/thrift/trunk/test/cpp/src/TestServer.cc modified , text changed
Directoryincubator/thrift/trunk/test/java/src/TestClient.java modified , text changed
Directoryincubator/thrift/trunk/test/py/TestServer.py modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26