Return-Path: X-Original-To: apmail-thrift-user-archive@www.apache.org Delivered-To: apmail-thrift-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE54B425A for ; Tue, 5 Jul 2011 17:49:25 +0000 (UTC) Received: (qmail 23683 invoked by uid 500); 5 Jul 2011 17:49:25 -0000 Delivered-To: apmail-thrift-user-archive@thrift.apache.org Received: (qmail 23667 invoked by uid 500); 5 Jul 2011 17:49:24 -0000 Mailing-List: contact user-help@thrift.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@thrift.apache.org Delivered-To: mailing list user@thrift.apache.org Received: (qmail 23658 invoked by uid 99); 5 Jul 2011 17:49:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2011 17:49:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bryan@rapleaf.com designates 209.85.212.42 as permitted sender) Received: from [209.85.212.42] (HELO mail-vw0-f42.google.com) (209.85.212.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2011 17:49:16 +0000 Received: by vwl1 with SMTP id 1so10815749vwl.1 for ; Tue, 05 Jul 2011 10:48:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.170.232 with SMTP id ap8mr3753725vdc.294.1309888134984; Tue, 05 Jul 2011 10:48:54 -0700 (PDT) Received: by 10.52.166.167 with HTTP; Tue, 5 Jul 2011 10:48:54 -0700 (PDT) In-Reply-To: References: Date: Tue, 5 Jul 2011 10:48:54 -0700 Message-ID: Subject: Re: IFastFramedTransport missing in C# source From: Bryan Duxbury To: user@thrift.apache.org Content-Type: multipart/alternative; boundary=bcaec53f93b9fb35ac04a75618c2 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec53f93b9fb35ac04a75618c2 Content-Type: text/plain; charset=ISO-8859-1 FastFramedTransport (in Java) is just a higher-performance FramedTransport. It's not necessary for operation. As far as when you might see an analog in C#, the answer is probably "when you submit a patch for it." :) -Bryan On Mon, Jul 4, 2011 at 3:13 PM, Robert Sindall wrote: > Hi > > The transport class IFastFramedTransport is missing in C# source. > > When is the C# code likely to me in-line with the Java? > > Thanks. > --bcaec53f93b9fb35ac04a75618c2--