Home Publications edited volumes Awards Research Teaching Miscellaneous Full CV [pdf] BLOG
Events

Past Events
|
Publications of Torsten Hoefler
Marcin Copik, Roman Böhringer, Alexandru Calotoiu, Torsten Hoefler:
| | FMI: Fast and Cheap Message Passing for Serverless Functions
(May 2022)
AbstractServerless functions provide elastic scaling with a fine-grained billing model. However, for distributed jobs that benefit from large-scale and dynamic parallelism, the lack of fast and cheap communication is a major limitation of FaaS computing. Individual functions do not communicate directly and group operations do not exist, and users resort to manual implementations of storage-based communication. We overcome this limitation and present the FaaS Message Interface (FMI). FMI is an easy-to-use, high-performance framework for general-purpose point-to-point and collective communication. We support different communication channels and offer a model-driven channel selection according to performance and cost expectations. We model the interface after MPI and show message passing can be integrated into serverless applications with minor changes. In our experiments, FMI can speed up communication for a distributed machine learning job by up to 162x while at the same time reducing cost by up to 941 times..
Documentsdownload article: 
| | BibTeX | @techreport{, author={Marcin Copik and Roman Böhringer and Alexandru Calotoiu and Torsten Hoefler}, title={{FMI: Fast and Cheap Message Passing for Serverless Functions}}, year={2022}, month={May}, source={http://www.unixer.de/~htor/publications/}, } |
|
|