The login part is easy. You just create a method called login that returns a magic token. Then all subsequent requests use the token (which should be signed and a little hard to reuse).
Insofar as how to plug into the C# server, this is just like creating any other thrift server. See the examples. On Thu, Nov 13, 2008 at 10:29 AM, Stuart Johnson <[EMAIL PROTECTED]> wrote: > I want to create a server app capable of accepting multiple thrift-clients. > As each thrift client connects, it must send a login struct, which will be > a username and password. > > I have looked at the C# classes, and I am not sure where to start. I can > create the socket server, but I am unsure which class I need to attach to my > socket. > > > -- Ted Dunning, CTO DeepDyve 4600 Bohannon Drive, Suite 220 Menlo Park, CA 94025 www.deepdyve.com 650-324-0110, ext. 738 858-414-0013 (m)
