Re: Adding a flush in the golang simple_server implementation.

2016-01-31 Thread Jason Freidman
JensG > > -Ursprüngliche Nachricht- From: Jason Freidman > Sent: Wednesday, January 27, 2016 12:48 AM > To: dev@thrift.apache.org > Subject: Adding a flush in the golang simple_server implementation. > > Hello, > I've been running into very slow responses for larg

Re: Adding a flush in the golang simple_server implementation.

2016-01-31 Thread Jens Geyer
Hi Jason, any news here? Feel free to ask if you need help! Have fun, JensG -Ursprüngliche Nachricht- From: Jason Freidman Sent: Wednesday, January 27, 2016 12:48 AM To: dev@thrift.apache.org Subject: Adding a flush in the golang simple_server implementation. Hello, I've

Re: Adding a flush in the golang simple_server implementation.

2016-01-28 Thread Jens Geyer
Hi Jason, good catch! If you need help with anything just let us know. Looking forward to your contribution, JensG -Ursprüngliche Nachricht- From: Jason Freidman Sent: Wednesday, January 27, 2016 12:48 AM To: dev@thrift.apache.org Subject: Adding a flush in the golang simple_server

Re: Adding a flush in the golang simple_server implementation.

2016-01-26 Thread BCG
On 01/26/2016 06:48 PM, Jason Freidman wrote: I didn't find any discussion on JIRA, what is the correct way to propose and send a patch? http://thrift.apache.org/docs/HowToContribute

Adding a flush in the golang simple_server implementation.

2016-01-26 Thread Jason Freidman
Hello, I've been running into very slow responses for large (20MB payloads) using the BufferedTransport and SimpleServer in go. It seems my buffer isn't being flushed after processing the request, resulting in ~6 seconds total RPC call time. If I add a Flush() in simple_server.go:186, my RPC t