Mark
http://www.imneio.com/2009/10/thrift-csharp-hypertable-issue/comment-page-1/#comment-239
Generally, unless you're working directly from memory, you should always use either framed or buffered transport. Otherwise, every little byte you need to read out will go to the OS buffer, which will just crush your performance. Additionally, if you are connecting to a nonblocking server (like Java's TNonblockingServer and THsHaServer), then you *must* use a framed transport, since this is the only way they can tell when a whole message has been sent. -Bryan On Sat, Jan 16, 2010 at 5:03 AM, Anner van Hardenbroek < dwlnetnl@users.sourceforge.net> wrote: > Hi, > > I've a question about the TFramedTransport and the TBufferedTransport. > When do you use them? > > Thanks. > - Anner. > > -- > Anner van Hardenbroek > dwlnetnl@users.sourceforge.net > >
本页面链接地址(或者引用地址 Trackback)




发表评论