论文标题
较少的层次意味着较少的眼泪吗?消除网络堆栈组件以提高互操作性
Do Fewer Tiers Mean Fewer Tears? Eliminating Web Stack Components to Improve Interoperability
论文作者
论文摘要
Web应用程序的结构为组件多层堆栈。每个组件可以用不同的语言编写,并使用各种协议互操作。这种互操作增加了开发人员的努力,可以引入安全漏洞,可能会降低性能并需要其他资源。已经探索了一系列方法,以最大程度地减少Web堆栈的互操作。 本文探讨了一种务实的方法来减少Web堆栈互操作,即消除层/组件。也就是说,我们探讨了在Japyl Web堆栈中消除Apache Web服务器的含义:Jupyter Notebook,Apache,Python,Linux,并用PHP库代替它。我们进行了一项系统的研究,以研究对网络堆栈性能,资源消耗,安全性和编程工作的影响。
Web applications are structured as multi-tier stacks of components. Each component may be written in a different language and interoperate using a variety of protocols. Such interoperation increases developer effort, can introduce security vulnerabilities, may reduce performance and require additional resources. A range of approaches have been explored to minimise web stack interoperation. This paper explores a pragmatic approach to reducing web stack interoperation, namely eliminating a tier/component. That is, we explore the implications of eliminating the Apache web server in a JAPyL web stack: Jupyter Notebook, Apache, Python, Linux, and replacing it with PHP libraries. We conduct a systematic study to investigate the implications for web stack performance, resource consumption, security, and programming effort.