-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Thrift 3265--servers for pipe applications (stdin, stdout) #562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…stIOStreamClient class which tests the TStreamServer by having the client spawn the server and use stream transport
…lso have binary protocol as the default
…iftTest will compile
…nal makefile and script
…OStreamServer from subdirectories in makefile
… (clean target was happening after generate)
…p comments in other files
|
Hi, great Addition, but please clean it up before I take a look at it. For starters, all those "generated files" are not to be included. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whats that copyright notice? Are you sure your are legally allowed to put that code into Open Source at all? How can we check that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is a good catch... I am not sure that we can contribute it, and I am working to find out. I will probably take it off github for the time being because I should have thought of this sooner!
This closes apache#387 This closes apache#480 This closes apache#562 This closes apache#657 This closes apache#701 This closes apache#784 This closes apache#794 This closes apache#896 This closes apache#947 This closes apache#1012 This closes apache#1015
Adds server classes to C#, Python, and Java libraries for server/client communication over stdin and stdout.