Thrift.Net icon indicating copy to clipboard operation
Thrift.Net copied to clipboard

thrift for c#

Results 3 Thrift.Net issues
Sort by recently updated
recently updated
newest added

想咨询下,TThreadPoolServer中,Serve()方法,用线程池处理,大并发或是耗时操作是否有问题? `TTransport client = serverTransport.Accept(); ThreadPool.QueueUserWorkItem(this.Execute, client);`

Thrift.Server.ZookeeperRegistry类中在第49行创建了一个空的二级持久化的znode,在第54行也创建了一个相同路径结构但非空的Ephemeral类型的znode,为什么?

thrift.client 编译不通过,this._thriftClient.RegisterServerNode方法不存在,查看了这个ThriftClient这个类,确实方法不存在