Great, thanks. I'll create a JIRA feature ticket for it and I'll give it a whirl over the next few days.
Having named pipe transport between a C# app and a C++ app should give better performance then sockets (when on the same machine of course). On Mon, Mar 17, 2014 at 11:02 AM, Carl Yeksigian <[email protected]> wrote: > Hi Joe, > > I had started to work on this over a year ago; I've rebased and pushed it > up here: > > https://github.com/carlyeks/thrift/commit/313e0e2d3d46607ce1185ce55e3d1c4ebce03241 > . > I never needed to use it, so I never finished or tested it. There isn't a > JIRA, so feel free to create one. > > -Carl > > > On Mon, Mar 17, 2014 at 9:57 AM, Joseph Fradley <[email protected] > >wrote: > > > Hello, > > > > Are there current plans to bring the Named Pipe transport over to C#? > > Currently, it appears to only be available for C++. I searched the > feature > > tickets and didn't find anything. > > > > Thank you, > > Joe > > >
