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.