====== Thrift ====== * [[http://thrift.apache.org/|Thrift]] * (주로 내부망용) 다중 언어 지원 데이터 통신 프로토콜 * [[https://github.com/facebook/swift|Swift]] Java용 Thrift 어노테이션 기반 설정툴 * [[https://github.com/facebook/nifty|Nifty]] ===== Thrift Connection Pool ===== * [[http://vincentdevillers.blogspot.kr/2013/11/pooling-thrift-client.html|B'Log: Pooling a Thrift client]] * Connection pool은 오류시 ''closeConnection''과 ''releaseConnection''을 함께해야 한다. - [[http://www.jaso.co.kr/424|jaso extends j2ee :: thrift connection pool 사용시 주의]] ===== 참고 ===== * [[https://thrift.apache.org/tutorial/|Apache Thrift]] * [[https://thrift.apache.org/tutorial/java|Apache Thrift - Java]] ==== Thrift API Gateway ==== * [[https://dzone.com/articles/thrift-api-gateway-part-1-bloody-core|Thrift API Gateway. Part 1 - DZone Java]]