일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- inheritance
- Encapusulation
- parameter
- digitalRead
- compare
- mfc
- Pointer
- Overloading
- file access
- stream
- UNO
- preprocessing
- memory
- atmega328
- Unity
- SERIAL
- aduino
- flutter
- Contour
- wpf
- sensor
- public
- Barcode
- length
- Read
- c++
- APP
- Class
- Android
- java
Archives
- Today
- Total
목록LEMP stack/LEMP stack 란? (1)
폴크(FOLC)

> 서버운영에 자주 같이 쓰이는 소프트웨어들의 약자이며 웹서버를 구성하기 위한 최소한의 요소다. # 최근에 많은 서버운영 구성 요소로 LAMP 에서 LEMP 로 이동하고 있는 추세이다. 1. LAMP stack # Linux(OS) + Apache(Web Server) + Mysql,MariaDB(RDBMS) + PHP,Perl,Python(Web Page) 2. LEMP stack # Linux(OS) + NginX(Web Server) + Mysql,MariaDB(RDBMS) + PHP,Perl,Python(Web Page) > LAMP stack 의 Web Server 부분을 교체하여 LEMP stack 만듬 # Apache -> NginX 로 교채 하면서 C10K 문제점을 해결 *. C10K : ..
LEMP stack/LEMP stack 란?
2021. 7. 3. 12:12