Intel® Ethernet 800 Series Application Device Queues (ADQ)
Software Developer's Guide
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.