범위 관계 다이어그램
2024-11-18 11:08:22 0 보고서
전체 콘텐츠를 보려면 로그인하세요
범위 관계 다이어그램은 웹 애플리케이션 내 다양한 범위의 상호작용을 시각적으로 설명합니다. 이 다이어그램은 주로 WebScope, GlobalScope, BroadcastScope 및 Scope의 생성 및 관계를 강조합니다. GlobalScope는 애플리케이션 시작 시 ContextLoader에 의해 생성되며, WebScope는 TomcatLoader에 의해 시작 시 생성됩니다. BroadcastScope와 Scope는 StreamService가 연결될 때 생성됩니다. 또한, ScopeResolver는 최상위에서 GlobalScope를 파싱하고 해당 WebScope를 찾는 역할을 합니다. 이 다이어그램은 복잡한 웹 환경에서 각 범위의 역할과 관계를 명확히 이해하는 데 도움을 줍니다.
저자의 다른 작품
개요/내용
WebScope
WebScope(web.scope)
Scope
BroadcastScope(\"stream_01\")
GlobalScope(global.scope)
DmsApplication(web.handler)
GlobalScope is created by ContextLoader at startupWebScope created by TomcatLoader at startupBroadcastScope and Scope are created by StreamService when Connect
CoreHandler(global.handler)
“default”
Context(web.context)
\"stream_00\"
ScopeResolver(Parse GlobalScope from the top level and find the corresponding WebScope)
“dms”
“room”
Context(global.context)
BroadcastScope(\"stream_00\")
rtmp://172.17.53.110/dms[/room]/stream_00

0 댓글
다음 페이지