Introducing Dynamic Modules in NGINX 1.9.11

2016-02-10 KENNETH 0

Today we released open source NGINX version 1.9.11, with a new feature that we believe will have a huge impact on how you use NGINX and NGINX Plus: dynamic modules. With dynamic modules, you can optionally load separate shared object files at runtime as modules – both third-party modules and some native NGINX modules. The new implementation maintains backward compatibility with the module API as much as possible. The next NGINX Plus release (NGINX Plus R9) will build on this dynamic modules feature. We plan to establish a managed modules repository with a range of third-party modules that we have tested and certified against NGINX Plus, making it easier for you to add common extensions to NGINX Plus with confidence. If you would like to have your open source or commercial modules included in our repository, please reach out to us through the Contact Sales [ more… ]

No Image

Feedback Request: Enforcing SQL Mode

2016-02-09 KENNETH 0

MySQL Server has an extensive collection of SQL modes which control a range of behavior ranging from compatibility modes for other RDBMS dialects (ANSI_QUOTES, PIPES_AS_CONCAT) to security (NO_AUTO_CREATE_USER) to explicit storage engine selection (NO_ENGINE_SUBSTITUTION) to restricting lossy implicit data conversions (STRICT_TRANS_TABLES, etc.). … Source: mysqlserverteam.com

없어지는 데이터 센터에 대한 120가지 아이디어

2016-02-06 KENNETH 0

수수께기를 하나 내겠습니다. 엄청 큰 건물인데, 안에는 매우 춥고 들어가기 어려운 것이 무엇일까요? 그리고 이것은 비어있습니다. 바로 AWS 클라우드로 전환한 다음 남겨진 “데이터 센터”입니다. 한때는 IT 관련 종사자들의 자부심이기도 했지만, 이제는 세상이 바뀌어 크고 관리하기 힘든 창고에 불과합니다. 많은 AWS 고객들이 이미 기존에 운영하던 데이터센터를 AWS로 이전하였고, 아래에 몇 가지 예를 소개해 드리겠습니다. Delaware North – 팝콘 제조 업체로서 기존 데이터 센터 물리 서버를 AWS로 옮겨 서버 댓수를 90% 이상 줄이고, 5년간 3.5백만 달러의 비용이 감소하였습니다. Seaco – SAP Business Suite를 AWS로 구동하여 90% 이상 기존 서버를 줄였습니다. Kaplan – 교육 시험을 주관하는 기업으로 개발, 테스트, 정식 서비스 서버들이 한때 12개 데이터 센터에 나눠져 있었는데 AWS 이전을 통해 8개를 줄였습니다. Talen Energy – 핵 발전소 업체로서 AWS로 서버를 모두 이전함으로서 핵심 분야인 에너지 관련 소프트웨어 개발에 집중할 수 있었습니다. Condé Nast – 유명 잡지 출판사로서 500여대 서버와 1페타바이트 데이터를 AWS로 [ more… ]

No Image

Make your Containers Production-Ready with this Free O’Reilly Ebook

2016-02-06 KENNETH 0

In a fairly short time Docker has become one of the most talked-about projects in the technology community. It’s not only startups that are embracing Docker, but also large, established enterprises, contradicting the stereotype that enterprises are slow to move. This is because Docker has something for everyone. For the developer, Docker makes it easier to develop and distribute applications. For operations teams, the container is much lighter weight than a virtual machine, leading to much more efficient resource utilization. For IT management and application owners, this all means features are delivered to customers quicker and cheaper. However you’re using Docker in your organization — or even if you’re just thinking about it –, the O’Reilly ebook Docker Networking and Service Discovery is a must-read, and is yours free from NGINX. Using Docker in production brings up challenges that might [ more… ]