Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/OS Structure/Process/Process Composer/PM2/pm2 options/
pm2 cluster
Search

pm2 cluster

Created
Created
2020 May 25 3:40
Tags
Tags

cluster

PM2를 활용한 Node.js 무중단 서비스하기 - LINE ENGINEERING
자바스크립트는 가장 널리 사용되는 클라이언트 측 프로그래밍 언어이자 프론트엔드 웹 개발 언어 중 하나입니다. 그리고 Node.js는 Chrome의 V8 자바스크립트 엔진으로 빌드된 자바스크립트 런타임(runtime)으로 'Event Driven', 'Non-Blocking I/O' 모델을 사용해 가볍고 성능이 뛰어나 높은 평가를 받고 있습니다. 실제로 여러 글로벌 기업에선 웹 애플리케이션을 개발할 때 Node.js를 많이 선택하고 있습니다.
PM2를 활용한 Node.js 무중단 서비스하기 - LINE ENGINEERING
https://engineering.linecorp.com/ko/blog/pm2-nodejs/
PM2를 활용한 Node.js 무중단 서비스하기 - LINE ENGINEERING
PM2 - Cluster Mode
The cluster mode allows networked Node.js applications (http(s)/tcp/udp server) to be scaled accross all CPUs available, without any code modifications. This greatly increases the performance and reliability of your applications, depending on the number of CPUs available. Under the hood, this uses the Node.js cluster module such that the scaled application's child processes can automatically share server ports.
PM2 - Cluster Mode
https://pm2.keymetrics.io/docs/usage/cluster-mode/
PM2 - Cluster Mode
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/OS Structure/Process/Process Composer/PM2/pm2 options/
pm2 cluster
Copyright Seonglae Cho