THRIFT-2083 Improve the go lib: buffered Transport, save memory allocation, handle...
authorJens Geyer <jensg@apache.org>
Thu, 25 Jul 2013 23:01:11 +0000 (01:01 +0200)
committerJens Geyer <jensg@apache.org>
Thu, 25 Jul 2013 23:01:11 +0000 (01:01 +0200)
commit7d95246f16234deba11f82c830d1970f6ab14286
tree1ea836da95f2e4fea7b8e633e352901fcbcd0ea6
parent11430df7ae96d184a5778f5f6eb3c93e65389eba
THRIFT-2083 Improve the go lib: buffered Transport, save memory allocation, handle concurrent request

Patch: Feng Shen
lib/go/thrift/binary_protocol.go
lib/go/thrift/buffed_transport.go [new file with mode: 0644]
lib/go/thrift/simple_server.go