Besonderhede van voorbeeld: -2527275649023470285

Metadata

Data

English[en]
The main difference with a desktop or a native environment is that browsers do not give access to the threading model and provide a single thread for everything accessing the user interface (i.e. the DOM). This means that all the application logic accessing and modifying the user interface elements is always in the same thread, hence the importance of keeping all the application work units as small and efficient as possible and taking advantage of any asynchronous capabilities the browser offers as much as possible.
Korean[ko]
데스크탑이나 네이티브 환경과의 주요 차이점은 브라우저는 쓰레딩 모델에 접근할 수 없으며 UI(예: DOM)를 건드리는 모든 것들에 대해서 싱글쓰레드를 제공한다. 이것은 UI 요소들을 건드리고 변경하는 모든 애플리케이션 로직이 항상 같은 쓰레드에서 동작한다는 것을 의미한다. 따라서 애플리케이션은 브라우저가 제공하는 비동기 기능들을 최대한 사용하여 가능한 작고 효율적인 단위로 잘 동작하도록 유지하는 것이 중요하다.

History

Your action: