CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 00:22:09 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100108175920
location: https://web.archive.org/web/20100108175920/https://github.com/apache/thrift/tree/tags/thrift-0.2.0
server-timing: captures_list;dur=1.169262, exclusion.robots;dur=0.033889, exclusion.robots.policy;dur=0.016635, esindex;dur=0.019547, cdx.remote;dur=75.896662, LoadShardBlock;dur=510.196116, PetaboxLoader3.datanode;dur=191.163348, PetaboxLoader3.resolve;dur=187.114645
x-app-server: wwwb-app210
x-ts: 302
x-tr: 674
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 25 Aug 2025 00:22:10 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 08 Jan 2010 17:59:20 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f622ef3ce26ec8ae9ec5d1cf5bf7c656"
x-archive-orig-x-runtime: 245ms
x-archive-orig-content-length: 33890
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 08 Jan 2010 17:59:20 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 08 Jan 2010 17:59:20 GMT", ; rel="memento"; datetime="Fri, 08 Jan 2010 17:59:20 GMT", ; rel="last memento"; datetime="Fri, 08 Jan 2010 17:59:20 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_13_20100108171641_crawl102-c/52_13_20100108173632_crawl101.arc.gz
server-timing: captures_list;dur=0.666164, exclusion.robots;dur=0.026485, exclusion.robots.policy;dur=0.013040, esindex;dur=0.014957, cdx.remote;dur=24.042465, LoadShardBlock;dur=333.657702, PetaboxLoader3.datanode;dur=239.325406, PetaboxLoader3.resolve;dur=250.783516, load_resource;dur=246.488763
x-app-server: wwwb-app210
x-ts: 200
x-tr: 695
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
apache's thrift at tags/thrift-0.2.0 - GitHub
apache / thrift mirrored from git://git.apache.org/thrift.git
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
tags/thrift-0.2.0
-
Branches (7)
- 0.1.x
- 0.2.x
- c-bindings
- c-compiler
- py-compiler
- tags/thrift-0.2.0 ✓
- trunk
- Tags (0)

Todd Lipcon (author)
Sat Dec 12 13:23:20 -0800 2009
commit 084404643c9e7d7353cb5951c59ee9cf975648db
tree 5cc5f76a2afed365f70f366994e255dbda59235c
parent 4bce51474bd558609287940abb09b51a4ae0e535
tree 5cc5f76a2afed365f70f366994e255dbda59235c
parent 4bce51474bd558609287940abb09b51a4ae0e535
thrift /
README
Apache Thrift (an Apache Incubator project) Last Modified: 2009-Jan-30 License ======= Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Introduction ============ Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC. Thrift provides clean abstractions for data transport, data serialization, and application level processing. The code generation system takes a simple definition language as its input and generates code across programming languages that uses the abstracted stack to build interoperable RPC clients and servers. Thrift is specifically designed to support non-atomic version changes across client and server code. For more details on Thrift's design and implementation, take a gander at the Thrift whitepaper included in this distribution or at the README files in your particular subdirectory of interest. Heirarchy ========= thrift/ compiler/ Contains the Thrift compiler, implemented in C++. lib/ Contains the Thrift software library implementation, subdivided by language of implementation. cpp/ java/ php/ py/ rb/ test/ Contains sample Thrift files and test code across the target programming languages. tutorial/ Contains a basic tutorial that will teach you how to develop software using Thrift. Requirements ============ See https://wiki.apache.org/thrift/ThriftRequirements for an up-to-date list of build requirements. Resources ========= More information about Thrift can be obtained on the Thrift webpage at: https://incubator.apache.org/thrift Acknowledgments =============== Thrift was inspired by pillar, a lightweight RPC tool written by Adam D'Angelo, and also by Google's protocol buffers. Installation ============ If you are building from the first time out of the source repository, you will need to generate the configure scripts. (This is not necessary if you downloaded a tarball.) From the top directory, do: ./bootstrap.sh Once the configure scripts are generated, thrift can be configured. From the top directory, do: ./configure You may need to specify the location of the boost files explicitly. If you installed boost in /usr/local, you would run configure as follows: ./configure --with-boost=/usr/local Note that by default the thrift C++ library is typically built with debugging symbols included. If you want to customize these options you should use the CXXFLAGS option in configure, as such: ./configure CXXFLAGS='-g -O2' ./configure CFLAGS='-g -O2' ./configure CPPFLAGS='-DDEBUG_MY_FEATURE' Run ./configure --help to see other configuration options Please be aware that the Python library will ignore the --prefix option and just install wherever Python's distutils puts it (usually along the lines of /usr/lib/pythonX.Y/site-packages/). If you need to control where the Python modules are installed, set the PY_PREFIX variable. (DESTDIR is respected for Python and C++.) Make thrift: make From the top directory, become superuser and do: make install Note that some language packages must be installed manually using build tools better suited to those languages (at the time of this writing, this applies to Java, Ruby, PHP). Look for the README file in the lib/<language>/ folder for more details on the installation of each language library package.
This feature is coming soon. Sit tight!