Research and Design of Parallel Parsing and Layout Method for Embedded Browser

YANG Liu-hui,LEI Hang,GUO Wen-sheng
DOI: https://doi.org/10.3724/sp.j.1087.2011.03331
2011-01-01
Abstract:A parallel parsing and layout method for embedded browser was introduced in this paper.By putting the controlling and layout into the master thread,loading resources and parsing into the slave thread,this method paralleled the serial parsing and layout process for Web pages.To solve the problem of the browser's slow response to users,the message scheduling method for the browser combined with thread scheduling model in Operating System(OS) was also designed.The feasibility of the method is verified and the speed of rendering the first screen to users is improved by 4%-17% costing less than 64 MB memory according to the testing cases.
What problem does this paper attempt to address?