Intel® Ethernet 800 Series Application Device Queues (ADQ)

Software Developer's Guide

ID Date Version Classification
626536 04/03/2023 Public
Document Table of Contents

Example Application: Memcached Design and Implementation

Memcached is a typical transaction-oriented server application that returns a value for a specified key. Memcached uses the multi-threading model in which main application threads perform a listen-accept connection and hand over accepted child connections to worker threads. By default, Memcached uses a simple round-robin based technique to load balance connections across application threads.