Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

데이터의 저장과 처리 관련 어려움 #149

Discussion options

You must be logged in to vote

별도의 sql/nosql server를 사용하셔야합니다.

Static Webapp의 기본 동작방식은 serverless입니다. Static build(가 된 Frontend의 경우)가 아닌 API로 띄운다고 해도("전 API서버를 띄운게 아닌가요?"), 해당 인스턴스는 지속되지 않습니다.

영속되는 서버가 존재하는 방식이 아니며, 서버가 그 순간에 존재하는 척 하는 방식이기에, API를 통해 서버의 어디론가 (메모리, 변수, 파일 등)에 저장을 하였다면, 해당 서버가 할당 해제되었을 때 (timeout 등) 또는 서비스에 요청이 폭증하여 새 서버를 할당할 때에는 저장해놓은 값에 접근할 수 없게 됩니다. (값이 저장된 서버 vs 방금 막 띄워진 서버, 동시에 존재하기에 사용자는 둘 중 어디에 접속하게될지 모름)

별도의 sql/nosql server를 사용하셔야합니다.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@minhoryang
Comment options

@Kyalivia
Comment options

@justinyoo
Comment options

@kooljay82
Comment options

@jung-youjin
Comment options

Answer selected by Kyalivia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 mentoring 멘토링
5 participants