首页 > 最新文献

Proceedings of the 22nd International Middleware Conference: Industrial Track最新文献

英文 中文
Procedure-driven deployment support for the microservice era 微服务时代的过程驱动部署支持
Pub Date : 2021-12-06 DOI: 10.1145/3491084.3491429
Amit Sheoran, S. Fahmy, P. Sharma, Navin Modi
In this work, we examine the challenges that service providers encounter in managing complex service function graphs, while controlling service delivery latency. Based on the lessons we learn, we outline the design of a new system, Invenio, that empowers providers to effectively place microservices without prior knowledge of service functionality. Invenio correlates user actions with the messages they trigger seen in network traces, and computes procedural affinity for communication among microservices for each user action. The procedural affinity values can then be used to make placement decisions to meet latency constraints of individual user actions. Preliminary experiments with the Clearwater IP Multimedia Subsystem demonstrate that even a single high-latency link can result in significant performance degradation, and placement with Invenio can increase user quality of experience.
在这项工作中,我们研究了服务提供者在控制服务交付延迟的同时管理复杂服务功能图时遇到的挑战。基于我们所学到的经验教训,我们概述了一个新系统Invenio的设计,它使提供商能够有效地放置微服务,而无需事先了解服务的功能。Invenio将用户操作与它们在网络跟踪中触发的消息关联起来,并为每个用户操作计算微服务之间通信的过程亲和性。然后可以使用过程关联值来做出放置决策,以满足单个用户操作的延迟约束。Clearwater IP多媒体子系统的初步实验表明,即使是单个高延迟链路也会导致显着的性能下降,并且与Invenio一起放置可以提高用户体验质量。
{"title":"Procedure-driven deployment support for the microservice era","authors":"Amit Sheoran, S. Fahmy, P. Sharma, Navin Modi","doi":"10.1145/3491084.3491429","DOIUrl":"https://doi.org/10.1145/3491084.3491429","url":null,"abstract":"In this work, we examine the challenges that service providers encounter in managing complex service function graphs, while controlling service delivery latency. Based on the lessons we learn, we outline the design of a new system, Invenio, that empowers providers to effectively place microservices without prior knowledge of service functionality. Invenio correlates user actions with the messages they trigger seen in network traces, and computes procedural affinity for communication among microservices for each user action. The procedural affinity values can then be used to make placement decisions to meet latency constraints of individual user actions. Preliminary experiments with the Clearwater IP Multimedia Subsystem demonstrate that even a single high-latency link can result in significant performance degradation, and placement with Invenio can increase user quality of experience.","PeriodicalId":180607,"journal":{"name":"Proceedings of the 22nd International Middleware Conference: Industrial Track","volume":"64 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-12-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123815515","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Polygon: a QUIC-based CDN server selection system supporting multiple resource demands Polygon:基于quic的CDN服务器选择系统,支持多种资源需求
Pub Date : 2021-12-06 DOI: 10.1145/3491084.3491428
Mengying Zhou, Tiancheng Guo, Yang Chen, Junjie Wan, Xin Wang
CDN is a critical Internet infrastructure that helps Internet users get contents with a short delay. With the development of CDN application scenarios, CDN requests will involve more than one resource type. Unfortunately, the existing CDN server selection schemes targeting one resource type cannot select the most suitable CDN server by considering different resource types together. In this paper, we propose Polygon, a CDN server selection system supporting multiple resource demands. The keystone of Polygon is the deployment of a set of dispatchers at strategic network locations, which can be accessed via anycast. The dispatchers are responsible for resource status collection, server assignment with resource demands, and forwarding requests to suitable CDN servers. Meanwhile, Polygon adopts the 0-RTT and connection migration features of the QUIC protocol to mitigate the extra delay for connection and forwarding. We conduct real-world experiments on the Google Cloud Platform to demonstrate the advantages of Polygon. The results show that the deployment of the dispatchers enables Polygon to provide a better CDN service with a median job completion time reduction of up to 54.8%. Also, Polygon improves resource utilization efficiency by 13% in terms of bandwidth and by 7% in terms of CPU.
CDN是一种重要的互联网基础设施,可以帮助互联网用户以较短的延迟获得内容。随着CDN应用场景的发展,CDN请求将涉及多种资源类型。遗憾的是,现有的针对一种资源类型的CDN服务器选择方案不能综合考虑不同的资源类型来选择最合适的CDN服务器。在本文中,我们提出了一个支持多种资源需求的CDN服务器选择系统Polygon。Polygon的关键是在战略网络位置部署一组调度程序,这些调度程序可以通过anycast访问。调度程序负责收集资源状态、分配资源需求的服务器,并将请求转发到合适的CDN服务器。同时,Polygon采用了QUIC协议的0-RTT和连接迁移特性,减轻了连接和转发的额外延迟。我们在Google云平台上进行了真实的实验来证明Polygon的优势。结果表明,调度器的部署使Polygon能够提供更好的CDN服务,任务完成时间中位数减少高达54.8%。此外,Polygon在带宽方面提高了13%的资源利用率,在CPU方面提高了7%。
{"title":"Polygon: a QUIC-based CDN server selection system supporting multiple resource demands","authors":"Mengying Zhou, Tiancheng Guo, Yang Chen, Junjie Wan, Xin Wang","doi":"10.1145/3491084.3491428","DOIUrl":"https://doi.org/10.1145/3491084.3491428","url":null,"abstract":"CDN is a critical Internet infrastructure that helps Internet users get contents with a short delay. With the development of CDN application scenarios, CDN requests will involve more than one resource type. Unfortunately, the existing CDN server selection schemes targeting one resource type cannot select the most suitable CDN server by considering different resource types together. In this paper, we propose Polygon, a CDN server selection system supporting multiple resource demands. The keystone of Polygon is the deployment of a set of dispatchers at strategic network locations, which can be accessed via anycast. The dispatchers are responsible for resource status collection, server assignment with resource demands, and forwarding requests to suitable CDN servers. Meanwhile, Polygon adopts the 0-RTT and connection migration features of the QUIC protocol to mitigate the extra delay for connection and forwarding. We conduct real-world experiments on the Google Cloud Platform to demonstrate the advantages of Polygon. The results show that the deployment of the dispatchers enables Polygon to provide a better CDN service with a median job completion time reduction of up to 54.8%. Also, Polygon improves resource utilization efficiency by 13% in terms of bandwidth and by 7% in terms of CPU.","PeriodicalId":180607,"journal":{"name":"Proceedings of the 22nd International Middleware Conference: Industrial Track","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-12-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130235324","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Proceedings of the 22nd International Middleware Conference: Industrial Track 第22届国际中间件会议论文集:工业轨道
{"title":"Proceedings of the 22nd International Middleware Conference: Industrial Track","authors":"","doi":"10.1145/3491084","DOIUrl":"https://doi.org/10.1145/3491084","url":null,"abstract":"","PeriodicalId":180607,"journal":{"name":"Proceedings of the 22nd International Middleware Conference: Industrial Track","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-12-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132832643","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The serverless shell 无服务器外壳
Pub Date : 2021-12-06 DOI: 10.1145/3491084.3491426
Aurèle Mahéo, P. Sutra, Tristan Tarrant
Serverless computing is a recent paradigm to program the cloud. It allows to execute user-defined functions at scale, on demand, and in a pay-per-use manner. This paper reports on adapting the Unix shell for serverless. Our software, called the serverless shell (sshell), runs shell scripts on a serverless platform much like with a regular computer. It permits to reuse an existing code base while benefiting from the massive power of serverless and paying only for the resources used. sshell is built around a small set of components that includes a new inter-process communication layer for serverless. We evaluate it in AWS Lambda using several microbenchmarks and a large-scale application. Our results show that sshell achieves comparable or better performance than a high-end server. Moreover, it can be faster and more cost-efficient than a cluster-based solution to mine large datasets.
无服务器计算是最近的一种云编程范式。它允许大规模、按需和按使用付费的方式执行用户定义的功能。本文报告了如何使Unix shell适应无服务器环境。我们的软件称为无服务器shell (shell),它在无服务器平台上运行shell脚本,就像在普通计算机上运行shell脚本一样。它允许重用现有的代码库,同时受益于无服务器的强大功能,并且只需为所使用的资源付费。shell是围绕一小部分组件构建的,其中包括一个用于无服务器的新的进程间通信层。我们在AWS Lambda中使用几个微基准测试和一个大规模应用程序来评估它。我们的结果表明,shell实现了与高端服务器相当甚至更好的性能。此外,它可以比基于集群的解决方案更快、更经济地挖掘大型数据集。
{"title":"The serverless shell","authors":"Aurèle Mahéo, P. Sutra, Tristan Tarrant","doi":"10.1145/3491084.3491426","DOIUrl":"https://doi.org/10.1145/3491084.3491426","url":null,"abstract":"Serverless computing is a recent paradigm to program the cloud. It allows to execute user-defined functions at scale, on demand, and in a pay-per-use manner. This paper reports on adapting the Unix shell for serverless. Our software, called the serverless shell (sshell), runs shell scripts on a serverless platform much like with a regular computer. It permits to reuse an existing code base while benefiting from the massive power of serverless and paying only for the resources used. sshell is built around a small set of components that includes a new inter-process communication layer for serverless. We evaluate it in AWS Lambda using several microbenchmarks and a large-scale application. Our results show that sshell achieves comparable or better performance than a high-end server. Moreover, it can be faster and more cost-efficient than a cluster-based solution to mine large datasets.","PeriodicalId":180607,"journal":{"name":"Proceedings of the 22nd International Middleware Conference: Industrial Track","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-12-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133066043","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Authenticated key-value stores with hardware enclaves 使用硬件封装进行身份验证的键值存储
Pub Date : 2019-04-26 DOI: 10.1145/3491084.3491425
Y. Tang, Ju Chen, Kai Li, Jianliang Xu, Qi Zhang
Authenticated data storage on an untrusted platform is an important computing paradigm for cloud applications ranging from data outsourcing, to cryptocurrency and general transparency logs. These modern applications increasingly feature update-intensive workloads, whereas existing authenticated data structures (ADSs) designed with in-place updates are inefficient to handle such workloads. This work addresses the issue and presents a novel authenticated log-structured merge tree (eLSM) based key-value store built on Intel SGX. We present a system design that runs the code of eLSM store inside enclave. To circumvent the limited enclave memory (128 MB with the latest Intel CPUs), we propose to place the memory buffer of the eLSM store outside the enclave and protect the buffer using a new authenticated data structure by digesting individual LSM-tree levels. We design protocols to support data integrity, (range) query completeness, and freshness. Our protocol causes small proofs by including the Merkle proofs at selected levels. We implement eLSM on top of Google LevelDB and Facebook RocksDB with minimal code change and performance interference. We evaluate the performance of eLSM under the YCSB workload benchmark and show a performance advantage of up to 4.5X speedup.
在不受信任的平台上进行身份验证的数据存储是云应用程序(从数据外包到加密货币和一般透明度日志)的重要计算范式。这些现代应用程序越来越多地提供更新密集型工作负载的特性,而使用就地更新设计的现有身份验证数据结构(ads)在处理此类工作负载方面效率低下。这项工作解决了这个问题,并提出了一种基于英特尔SGX的基于经过身份验证的日志结构合并树(eLSM)的键值存储。提出了一个在enclave内运行eLSM存储代码的系统设计。为了规避有限的enclave内存(最新的Intel cpu为128 MB),我们建议将eLSM存储的内存缓冲区放在enclave之外,并通过消化单个lsm树级别使用新的经过身份验证的数据结构来保护缓冲区。我们设计的协议支持数据完整性、(范围)查询完整性和新鲜度。我们的协议通过在选定的级别上包含默克尔证明来产生小的证明。我们在Google LevelDB和Facebook RocksDB上实现eLSM,代码更改和性能干扰最小。我们在YCSB工作负载基准下评估了eLSM的性能,并显示了高达4.5倍加速的性能优势。
{"title":"Authenticated key-value stores with hardware enclaves","authors":"Y. Tang, Ju Chen, Kai Li, Jianliang Xu, Qi Zhang","doi":"10.1145/3491084.3491425","DOIUrl":"https://doi.org/10.1145/3491084.3491425","url":null,"abstract":"Authenticated data storage on an untrusted platform is an important computing paradigm for cloud applications ranging from data outsourcing, to cryptocurrency and general transparency logs. These modern applications increasingly feature update-intensive workloads, whereas existing authenticated data structures (ADSs) designed with in-place updates are inefficient to handle such workloads. This work addresses the issue and presents a novel authenticated log-structured merge tree (eLSM) based key-value store built on Intel SGX. We present a system design that runs the code of eLSM store inside enclave. To circumvent the limited enclave memory (128 MB with the latest Intel CPUs), we propose to place the memory buffer of the eLSM store outside the enclave and protect the buffer using a new authenticated data structure by digesting individual LSM-tree levels. We design protocols to support data integrity, (range) query completeness, and freshness. Our protocol causes small proofs by including the Merkle proofs at selected levels. We implement eLSM on top of Google LevelDB and Facebook RocksDB with minimal code change and performance interference. We evaluate the performance of eLSM under the YCSB workload benchmark and show a performance advantage of up to 4.5X speedup.","PeriodicalId":180607,"journal":{"name":"Proceedings of the 22nd International Middleware Conference: Industrial Track","volume":"42 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-04-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125728886","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
期刊
Proceedings of the 22nd International Middleware Conference: Industrial Track
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1