[GitHub] thrift pull request: Allowing use of buffered sockets in go server

2014-10-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/249 --- 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 enab

AW: [GitHub] thrift pull request: Allowing use of buffered sockets in go server

2014-10-21 Thread Jens Geyer
Could you just open a ticket? I'll look at it then. Von: captncraig Gesendet: 20.10.2014 21:40 An: dev@thrift.apache.org Betreff: [GitHub] thrift pull request: Allowing use of buffered sockets in go server GitHub user captncraig opened a pull request:

[GitHub] thrift pull request: Allowing use of buffered sockets in go server

2014-10-20 Thread captncraig
GitHub user captncraig opened a pull request: https://github.com/apache/thrift/pull/249 Allowing use of buffered sockets in go server There is currently no way in a go server to use buffered sockets. Failing to do so decreases performance significantly in my tests. I added