nextupprevious

Introduction

Internet servers must handle a large number of simultaneous network connections.

Servers: FTP, proxy, mail, Web, game...

Efficient operating system event dispatching support for receiving notification of network events (new connections, new data) is important for high performance.

Could move servers into kernel, but user space preferable for simplicity, particularly if acceptable user-level performance can be obtained.

Studied event-dispatching mechanisms for Linux operating system.

A "systems" person systems performance paper!