Erste Seite Zurück Weiter Letzte Seite Übersicht Grafik
poll/select
Ask the kernel in a main loop about events on the descriptors with poll(2)
Process event, run state machine on socket and continue
Copies a full table in and out the kernel
Does not scale well: kernel and user has to walk big tables.
Very portable and great for small servers.