Great, thanks for that.

Previously, it seemed that 'framed compact' protocol was totally a
win, but like I said, it breaks php connectivity.

-ryan

On Sun, Jan 17, 2010 at 2:12 PM, Lars Francke <lars.fran...@gmail.com> wrote:
> On Sun, Jan 17, 2010 at 23:05, Ryan Rawson <ryano...@gmail.com> wrote:
>> One thing to watch out for is the framed transport is not supported by
>> all thrift implementations. As an example, php. So we want to not do
>> anything that would restrict thrift access to Java only.
>
> That's true. I've implemented this as command line options. The _new_
> Thrift server now understands the following command line options:
> - framed
> - compact
> - bind <ip address>
> - port <port>
>
> So everyone can customize as to the requirements they have. By default
> the binary protocol is used on an unframed transport (same behavior as
> the current ThriftServer).
>
>> and the optional use of the framed transport and/or the binary protocol
>
> That was meant to say "and/or the compact protocol".
>
> Lars
>

Reply via email to