No Image

NGINX and Netflix Contribute New sendfile(2) to FreeBSD

2016-01-15 KENNETH 0

Open source is the driving force for more and more innovation in technology and business, and open source is the new standard for application development, as described in our blog post, The Three Waves of Open Source Development. NGINX is one of the most significant open source projects, powering nearly half of the world’s busiest websites. We’re proud of the many significant contributions from our team, both at work and individually. Open source technology and contribution are core to our values as a company. Now NGINX has teamed up with our partner Netflix, another driving force in open source, to offer a new implementation of the sendfile(2) system call, for FreeBSD only, which further speeds up TCP data transfers. sendfile runs fast because it avoids copying file data into a buffer before it’s sent. The new version of sendfile further [ more… ]

EC2 인스턴스 ID 길이 증가 변경 실시

2016-01-15 KENNETH 0

작년 11 월에 (2016년 변경 예고) EC2 및 EBS Resource ID, 길이 증가 예정 공지를 미리 한 바 있습니다. 오늘부터 2016 년 12 월 초까지 새로운 포맷 (17자 리소스 ID)를 각 리전마다 사용자별로 리소스 유형에 따라 선택할 수 있습니다. 지정한 리전, IAM 사용자 (또는 루트 계정)에 대해 긴 ID를 선택하면 이후에 새로 생성 된 자원은 긴 ID가 할당됩니다. 오늘부터 EC2 인스턴스와 EC2 예약 인스턴스를 새로운 형식으로 선택할 수 있습니다. 각 예약은 단일 인스턴스 시작 요청의 결과를 의미하지만,  여러 인스턴스를 시작할 때도 연관됩니다. 만약 AWS API를 직접 호출하는 라이브러리, 개발 도구 및 응용 프로그램을 만들고 있다면, 긴 ID를 선택하는 경우 테스트를 진행 하시기 바랍니다! 만약 ID를 메모리나 데이터베이스에 저장하고 있다면, 고정 길이 필드, 데이터 구조, 스키마 문자열 정규식 등을 상세하게 확인하십시오. 사용 중단(Opt-out)하기 전에 만들어진 리소스는 짧은 ID로 남아 있습니다. 긴 ID와 짧은 ID를 모두 처리 할 수​​ 있도록 코드를 수정하십시오. [ more… ]