On Mon, May 25, 2009 at 10:45 PM, Chad Walters <[email protected]> wrote: > Charlie, > > Sounds great. -- looking forward to seeing the patch. > > What language are you working in?
The first version will be in C#. If all goes according to plan I may need to make a Java port as well. I don't know any of the other Thrift languages well enough to make a port for them. It should be fairly straight forward for anyone to make a port from the C# version. I am trying to make the code clean and fairly well commented. I am also trying to use as many of the built in interfacees as possible, so I am not using the Socket directly but the TTransport interface. The user can specify which actual transport implementation they want. Charlie M
