6주차 [Network] Web Server와 WAS#47
Open
ChaerinYu wants to merge 3 commits intono-study-no-future:ChaerinYufrom
Open
6주차 [Network] Web Server와 WAS#47ChaerinYu wants to merge 3 commits intono-study-no-future:ChaerinYufrom
ChaerinYu wants to merge 3 commits intono-study-no-future:ChaerinYufrom
Conversation
doho-ho
reviewed
Jan 23, 2022
doho-ho
left a comment
There was a problem hiding this comment.
정리 잘 하셨습니다.
- WAS Load Balancing하는데에는 무엇이 사용되나요?
- WAS Health check를 하는 주체는 누구인가요?
- 서버 하나에 WAS 1개로 매핑이되나요?
| <br/> | ||
|
|
||
| ### ✔ 결론 | ||
| > WAS만으로도 서비스는 가능하지만 **서비스 확장성과 안정성**을 고려한다면 Web Server와 함께 사용하는 게 좋아 보인다. |
There was a problem hiding this comment.
WAS에서 WebServer를 내장하고 있는 것과 사용하게 하는 것은 별개인가요?
Member
Author
There was a problem hiding this comment.
언어나 회사 별 소프트웨어 성능 차이 정도이지 않을까요..? ..
Network/webserver_vs_was.md
Outdated
| * `fails` (n번 연속 실패시 비정상으로 인지하여 자동으로 차단 - default: 1) | ||
| * `passes` (서버 다시 복구된 후 요청이 n번 연속 성공시 정상으로 인지 - default: 1) | ||
| 3. 보안 | ||
| * 리버스 프록시를 통해 실제 서버를 외부에 노출하지 않을 수 있다. |
There was a problem hiding this comment.
리버스 프록시가 어떻게 작동하기에 실제 서버가 외부에 노출되지 않을까요?
Member
Author
There was a problem hiding this comment.
.. .. ..... 가방끈이 짧아 url로 대체합니다..
Reverse Proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#44