|
计算机应用研究 2011
Improvement and implementation of server-side template engine
|
Abstract:
This paper investigates the existing Web application template engines and related technology, and accords to Client-server partitioning technology, we proposes a more efficient improved strategy for the template engines: Migrate HTML generation tasks to Web clients. This can reduce the bandwidth consumption and increase system throughput. Based on this strategy, we tested the blog system on the Trac- platform and saw throughput improvements by 1.2 times, and the network bandwidth consumption reduced by 50% in its best mode.