I've got nothing to add really, but would like to use the opportunity to encourage you all to add to the wiki once you've got things figured out to help others.
On Thu, Nov 13, 2008 at 22:39, Stuart Johnson <[EMAIL PROTECTED]> wrote: > There is no TSerializer/TDeserializer, or at least nothing that looks like > that. Lots of abstract classes. > > There is a TStreamTransport. I'll have another look at that. > > > > > Bryan Duxbury wrote: > >> Then you're looking for whatever the equivalent of >> TSerializer/TDeserializer is in C#. You could also possibly use the >> equivalent of TIOStreamTransport, if there is one. >> >> On Nov 13, 2008, at 12:04 PM, Stuart Johnson wrote: >> >> I already have tried & tested C# code to create a socket server, that >>> will run 1000's of incoming connections, and take care of authentication, >>> time-outs etc. >>> I want to rip out the proprietary protocol that is being used, and tie it >>> into thrift. I cant quite get my head around the class library. Could do >>> with a block diagram to understand the hierarchy. >>> >>> >>> Ted Dunning wrote: >>> >>>> Ahhh.... >>>> >>>> That makes much more sense as a question. >>>> >>>> On Thu, Nov 13, 2008 at 10:40 AM, Stuart Johnson <[EMAIL PROTECTED]<mailto: >>>> [EMAIL PROTECTED]>> wrote: >>>> >>>> The examples show how to set up a TCP connection, but not how to >>>> attach the transport to an existing socket. >>>> >>>> >>>> >>> >> >
