Abstract
Data centre networks are increasingly programmable, with application-specific network services proliferating, from custom load-balancers to middleboxes providing caching and aggregation. Developers must currently implement these services using traditional low-level APIs, which neither support natural operations on application data nor provide efficient performance isolation. We describe FLICK, a framework for the programming and execution of application-specific network services on multi-core CPUs. Developers write network services in the FLICK language, which offers high-level processing constructs and application-relevant data types. FLICK programs are translated automatically to efficient, parallel task graphs, implemented in C++ on top of a user-space TCP stack. Task graphs have bounded resource usage at runtime, which means that the graphs of multiple services can execute concurrently without interference using cooperative scheduling. We evaluate FLICK with several services (an HTTP load-balancer, a Memcached router and a Hadoop data aggregator), showing that it achieves good performance while reducing development effort.
Original language | English |
---|---|
Title of host publication | 2016 USENIX Annual Technical Conference (USENIX ATC 16) |
Place of Publication | Denver, CO |
Publisher | USENIX Association |
Pages | 1-14 |
Number of pages | 14 |
ISBN (Print) | 978-1-931971-30-0 |
Publication status | Published - 22 Jun 2016 |
Event | 2016 USENIX Annual Technical Conference - Denver, United States Duration: 22 Jun 2016 → 24 Jun 2016 https://www.usenix.org/conference/atc16 |
Conference
Conference | 2016 USENIX Annual Technical Conference |
---|---|
Abbreviated title | USENIX ACT '16 |
Country/Territory | United States |
City | Denver |
Period | 22/06/16 → 24/06/16 |
Internet address |