No Image

Join NGINX Across the Pond in London at QCon, March 7-9

2016-03-01 KENNETH 0

Join NGINX Across the Pond in London at QCon, March 7-9 NGINX will be in London at QCon on March 7-9. Come meet us! Learn from web performance and DevOps experts why so many of the most innovative developers choose NGINX and NGINX Plus to deliver their websites and applications. We’ll show you how to optimize your websites and build resilient systems at scale. Drop by booth #1 to: Discover how NGINX and NGINX Plus best fits into your app architecture. Chat with our tech experts about the benefits of adopting public, private, and hybrid cloud services. Get some cool NGINX swag – ask us how you can get your very own NGINX t-shirt! See you in London! The post Join NGINX Across the Pond in London at QCon, March 7-9 appeared first on NGINX. Source: Join NGINX Across the [ more… ]

Load Balancing Applications with NGINX Plus in a CoreOS Cluster

2016-03-01 KENNETH 0

Load Balancing Applications with NGINX Plus in a CoreOS Cluster CoreOS is a Linux OS that is designed to run applications across a cluster of machines. There can be multiple running copies of a web application (each in a separate Docker or rkt container), distributed across a cluster. For such a deployment the configuration of the load balancer needs to change frequently in reaction to changes in the cluster, including: A change in the number of running containers, when (for example) you scale the application up or down A change in the IP addresses of the containers, when (for example) one of the machines goes down due to failure or some other reason, and the affected containers get started on another machine NGINX Plus provides an HTTP on-the-fly reconfiguration API, which lets you update the configuration of the load balancer [ more… ]

No Image

RASPBERRY PI 3 IS OUT NOW

2016-02-29 KENNETH 0

라즈베리파이 라는 것이 새로 나왔단다.. 세번째 모델이라던가.. 내 동료는 이 소식을 무척이나 반겼으며 또한 그는 이 기기를 이용한 결과물을 일상 생활에 접목시켜서 사용중이다. 언젠간 나도 이것을 이용 할 날이 올런지 어쩔지는 모르지만.. 당분간은 계획이 없다… 왜냐하면 귀찮아서…. Raspberry Pi 3 is out now! Specs, benchmarks & more     원문 출처 : https://www.raspberrypi.org/magpi/raspberry-pi-3-specs-benchmarks/

Contributor Weekend: One-Hour Video

2016-02-27 KENNETH 0

Contributor Weekend: One-Hour Video It’s time for our second global contributor weekend, and this time we’re focusing on the video team. For this month’s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which you can do by either creating subtitles or editing the video file in preparation for upload to WordPress.tv. One of the great things about contributing to the video team is that you get to learn so much, since all the work basically involves watching WordCamp presentation videos. Subtitling is a doubly important need, as it is needed to make all those WordCamp videos accessible to people who are deaf or hard of hearing and can’t listen to the audio track, as [ more… ]

Maximizing PHP 7 Performance with NGINX, Part I: Web Serving and Caching

2016-02-27 KENNETH 0

Maximizing PHP 7 Performance with NGINX, Part I: Web Serving and Caching Introduction: How NGINX is Used with PHP PHP is the most popular way to create a server-side Web application, with roughly 80% market share. (ASP.net is a distant second, and Java an even more distant third.) The PHP universe includes a multitude of PHP frameworks; the most popular include Laravel, Phalcon, and Symfony 2. PHP is also the basis for popular content management systems (CMSs) such as WordPress and Drupal. (The most recent Drupal release, Drupal 8, includes significant Symfony 2 integration. Now the PHP team is releasing a new version, PHP 7  –  more than a decade after the introduction of PHP 5. During this time, usage of the web and the demands on websites have both increased exponentially. PHP has contributed to that rapid growth  –  [ more… ]