Re: UDP Transport

2016-08-17 Thread Randy Abernethy
Would be nice to have a UDP Transport! Have you wired it into the cross tests? That IDL is sort of the benchmark for interop higher up the stack --Randy. On Wed, Aug 17, 2016 at 12:30 PM, Christopher Friedt wrote: > Hi folks, > > I'm working on a couple of transports on

Re: UDP Transport

2016-08-17 Thread Jake Farrell
Hey Christopher Thanks for sharing -Jake On Wed, Aug 17, 2016 at 3:30 PM, Christopher Friedt wrote: > Hi folks, > > I'm working on a couple of transports on my GitHub fork of Thrift [1]. > > There is a UDP Transport ( TUdpSocket, TUdpServerSocket ) > implementation in

UDP Transport

2016-08-17 Thread Christopher Friedt
Hi folks, I'm working on a couple of transports on my GitHub fork of Thrift [1]. There is a UDP Transport ( TUdpSocket, TUdpServerSocket ) implementation in "feature/udp-sockets" [2]. It's still in development, but Works For Me™, so far. For a quick comparison, see [3]. Some notes: * Rather

[jira] [Commented] (THRIFT-3867) Specify BinaryProtocol and CompactProtocol

2016-08-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15424854#comment-15424854 ] ASF GitHub Bot commented on THRIFT-3867: Github user erikvanoosten commented on the issue:

[GitHub] thrift issue #1036: THRIFT-3867 Specify BinaryProtocol and CompactProtocol

2016-08-17 Thread erikvanoosten
Github user erikvanoosten commented on the issue: https://github.com/apache/thrift/pull/1036 All, @Jens-G, this documentation is ready for another review. Thanks! --- 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

[GitHub] thrift issue #1036: THRIFT-3867 Specify BinaryProtocol and CompactProtocol

2016-08-17 Thread erikvanoosten
Github user erikvanoosten commented on the issue: https://github.com/apache/thrift/pull/1036 Note: last commit is still work in progress. --- 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

[jira] [Commented] (THRIFT-3867) Specify BinaryProtocol and CompactProtocol

2016-08-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15424308#comment-15424308 ] ASF GitHub Bot commented on THRIFT-3867: Github user erikvanoosten commented on the issue:

[jira] [Commented] (THRIFT-3867) Specify BinaryProtocol and CompactProtocol

2016-08-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15424295#comment-15424295 ] ASF GitHub Bot commented on THRIFT-3867: Github user erikvanoosten commented on the issue:

[GitHub] thrift issue #1036: THRIFT-3867 Specify BinaryProtocol and CompactProtocol

2016-08-17 Thread erikvanoosten
Github user erikvanoosten commented on the issue: https://github.com/apache/thrift/pull/1036 @Jens-G wrote: > The Thrift compiler prevents the combination of oneway plus throws right from the start since March 2003, any types other than void are disallowed since THRIFT-2030. So